REST API calls are characterized as being stateless and implemented over HTTP. Being stateless means that each request from client to server must contain all of the information needed to understand and complete the request; there is no session state stored on the server. Implemented over HTTP indicates that REST APIs use standard web protocols for communication. References: Automating Cisco Enterprise Solutions Official Cert Guide
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit