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.
Related exam: Quiz - Foundational Network Programmability Concepts
Related exam: DevNet Associate (v1.0) – Module 4 Exam Answers
