Valid 200-901 Dumps shared by ExamDiscuss.com for Helping Passing 200-901 Exam! ExamDiscuss.com now offer the newest 200-901 exam dumps, the ExamDiscuss.com 200-901 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 200-901 dumps with Test Engine here:
A network engineer makes several API calls lo Cisco Prime to retrieve a list of all devices. Each time a response is received, only a subset of the devices is returned. The engineer :ices that HTTP code 429 is returned instead of 200 for some API calls. Why did the response exclude some of the devices?
Correct Answer: D
HTTP status code 429 indicates that too many requests have been sent in a given amount of time, which is a sign of rate limiting. Rate limiting is used by APIs to control the amount of incoming requests to prevent abuse or overloading the server. In this case, the Cisco Prime API is limiting the number of requests the network engineer can make in a certain time period, resulting in only a subset of devices being returned and some requests being rejected with a 429 status code. References: * Cisco DevNet Associate Certification Guide * HTTP Status Code Definitions