Cisco
350-701 · Question #821
350-701 Question #821: Real Exam Question with Answer & Explanation
Sign in or unlock 350-701 to reveal the answer and full explanation for question #821. The question stem and answer options stay visible for context.
Submitted by yuki_2020· Mar 30, 2026Automation and Programmability – Use Cisco APIs (Cisco Secure Endpoint / AMP API) to automate security operations using Python scripting and REST API calls
Question
Refer to the exhibit. A security engineer must create a new VIP user group on a Cisco Secure Endpoint device. To automate the procedure, a Python script is used. Which code snippet completes the script? A. B. C. D.
Exhibit
Options
- Arequest = requests.post(url, auth=(client_id, api_key), data=data)
- Brequest = requests.get(url, auth=(amp_client_id, amp_api_key), data=data)
- Crequest = requests.post(url, auth=(amp_client_id, amp_api_key), data=data)
- Drequest = requests.post(url, auth=(amp_client_id, amp_api_key), data=VIP)
Unlock 350-701 to see the answer
You've previewed enough free 350-701 questions. Unlock 350-701 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Cisco Secure Endpoint#REST API#Python scripting#HTTP methods
