The POST method creates a new resource, and if that resource already exists,
a “409 Conflict” status line is returned.
The PUT method also creates a resource, but unlike the POST method, PUT replaces
a resource if it finds that it already exists. When a PUT method creates a resource,
a “201 Created” response is sent back to the client. If the resource already
exists and is replaced by the PUT request, a “204 No Content” response is sent
back to the client
The primary way to edit a resource is using the PATCH method. The PATCH method
enables you to selectively edit the target resource.
• GET: obtaining configuration or operational data
• POST – create the data
• PUT - update data , add or replace the complete data e.g. adding description to the interface.
• PATCH : making a configuration change in the existing data. E.g. changing interface ip address.
• DELETE: removing a particular configuration
Agree, I think PATCH is more suitable for the merge operation. I choose B
upvoted 1 times
...
...
This section is not available anymore. Please use the main Exam Page.300-535 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
working_on_hcip
6Â months, 1Â week agoandrew_avola
2Â years agophc1978
2Â years, 10Â months agoravenfz
3Â years, 2Â months agoSbudaGQ
3Â years ago