A RESTful API (for example, a public API) mat require a key. What is the function of the key?
- It is the top-level object of the API query.
- It is used in the encryption of the message by an API request.
- It is used to authenticate the requesting source.
- It represents the main query components in the API request.
Explanation: A RESTful API, including a public API, may require a key. The key is used to identify the source of the request through authentication.
Exam with this question: 14.7.2 Module Quiz - Network Automation
Please login or Register to submit your answer