A user sends a request to add a loopback interface on a Cisco router through the REST API. Which response status code will the user expect to receive that indicates the request is fulfilled?
- 200
- 201
- 202
- 203
Explanation: With REST APIs, the response code 201 is with the status message of “Created”. It indicates that the request was fulfilled, and the requested resource was created.
Related exam: DevNet Associate Practice Final Exam Answers
Related exam: DevNet Associate (Version 1.0) - DevNet Associate (200-901) Certification Practice Exam Answers
