Cisco Video Infrastructure Implementation — Question 12
Cisco Meeting Server uses four API commands to interact with the server. Which API command is used to modify a configuration setting on the Cisco Meeting
Server?
Answer options
- A. PUT
- B. POST
- C. GET
- D. DELETE
Correct answer: C
Explanation
The correct answer is C. GET is used primarily to retrieve information from the server, and it can also be used to modify settings in certain contexts. In contrast, PUT and POST are generally used for creating or updating resources, while DELETE is used to remove them.