Implementing and Operating Cisco Security Core Technologies (SCOR) — Question 176
Which two request methods of REST API are valid on the Cisco ASA Platform? (Choose two.)
Answer options
- A. put
- B. options
- C. get
- D. push
- E. connect
Correct answer: A, C
Explanation
The correct methods for the Cisco ASA Platform are 'put' and 'get', as these are standard HTTP methods used for updating and retrieving resources. 'options', 'push', and 'connect' are not typically supported in the context of REST API operations on this platform.