350-701 · Question #26
Which two request methods of REST API are valid on the Cisco ASA Platform? (Choose two.)
The correct answer is A. put C. get. Available request methods are: GET – Retrieves data from the specified object. PUT – Adds the supplied information to the specified object; returns a 404 Resource Not Found error if the object does not exist. POST – Creates the object with the supplied information. DELETE –…
Question
Which two request methods of REST API are valid on the Cisco ASA Platform? (Choose two.)
Options
- Aput
- Boptions
- Cget
- Dpush
- Econnect
How the community answered
(20 responses)- A85% (17)
- B10% (2)
- D5% (1)
Explanation
Available request methods are: GET – Retrieves data from the specified object. PUT – Adds the supplied information to the specified object; returns a 404 Resource Not Found error if the object does not exist. POST – Creates the object with the supplied information. DELETE – Deletes the specified object. PATCH – Applies partial modifications to the specified object.
Topics
Community Discussion
No community discussion yet for this question.