CiscoCisco
200-901 · Question #431
200-901 Question #431: Real Exam Question with Answer & Explanation
Sign in or unlock 200-901 to reveal the answer and full explanation for question #431. The question stem and answer options stay visible for context.
Understanding and Using APIs
Question
Refer to the exhibit. An engineer must create a local user on Cisco ASA and prepares a script to send the request through ASA REST API. The engineer gets a response of 400 Bad Request. Which HTTP request produces a response code of 201? A. B. C. D.
Options
- APOST/api/objects/localusers Request Data { "kind": "object#LocalUserObj", "name": "UserOne", "password": "p4ssW0rd", "privilegeLevel": 2, "ASDM_CLIAccessType": "Cli", "objectId": "userOne1973" }
- BPOST/api/objects/localusers Request Data { "kind": "object#LocalUserObj", "password": "p4ssW0rd", "MSCHAPAuthenticated": true, "privilegeLevel": "high", "ASDM_CLIAccessType": "None", "objectId": "userOne1973" }
- CPOST/api/objects/localusers Request Data { "kind": "object#LocalUserObj", "name": "UserOne", "password": "p4ssW0rd", "MSCHAPAuthenticated": false, "privilegeLevel": 2, "ASDM_CLIAccessType": "Full" }
- DPOST/api/objects/localusergroups Request Data { "kind": "object#LocalUserObj", "password": "p4ssW0rd", "MSCHAPAuthenticated": false, "privilegeLevel": "low", "ASDM_CLIAccessType": "Null" }
Unlock 200-901 to see the answer
You've previewed enough free 200-901 questions. Unlock 200-901 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
#REST API#Cisco ASA API#HTTP Methods#HTTP Status Codes