What is a characteristic of a RESTful API?
- It is a southbound API.
- It uses HTTP methods to gather and manipulate data.
- It facilitates the configuration changes from a network controller to end devices.
- It supports a secure data transmission between a remote user and an enterprise network.
Explanation: RESTful APIs use HTTP methods to gather and manipulate data. They are northbound APIs. Because there is a defined structure for how HTTP works, it offers a consistent way to interact with RESTful APIs from multiple vendors.
Exam with this question: Quiz - Foundational Network Programmability Concepts
Exam with this question: DevNet Associate (v1.0) – Module 4 Exam Answers
Please login or Register to submit your answer