Developing Applications Using Cisco Core Platforms and APIs (DEVCOR) — Question 406
Which two design considerations should be considered when building a Cisco Meraki dashboard out of available APIs? (Choose two.)
Answer options
- A. If the API key is shared, it cannot be regenerated.
- B. The API requests require the key and the user credentials.
- C. API call volume is rate-limited to five calls per second per organization.
- D. The API version does not need to be specified in the URL.
- E. Access to the API must first be enabled by using the settings for an organization.
Correct answer: C, E
Explanation
Option C is correct because API call volume is indeed limited to five requests per second for each organization, ensuring fair usage. Option E is also correct as API access must be enabled through the organization's settings prior to usage. Options A, B, and D are incorrect because they either misstate the behavior of the API key or do not accurately reflect the requirements for API access.