Which four options are the HTTP methods supported by a REST API? (Choose four.)

Posted by: Pdfprep Category: 400-351 Tags: , ,

Which four options are the HTTP methods supported by a REST API? (Choose four.)
A . COPY
B . SET
C . PATCH
D . DELETE
E . RETRIVE
F . GET
G . POST

Answer: CDFG

Explanation:

A REST resource is an abstraction of a piece of information, such as a single data record, a collection of records, or even dynamic real-time information. Each resource in the MSE REST API is identified by URI and is accessed using the standard HTTP methods (GET, POST, PATCH, DELETE, HEAD, and OPTIONS). Reference: http://www.cisco.com/c/en/us/td/docs/wireless/mse/3350/7-5/MSE_REST_API/Guide/ Cisco_MSE_REST_API_Guide.pdf

Leave a Reply

Your email address will not be published.