CCNP • Practice Test 49
Free CCNP practice test — 15 questions with explanations. Set 49. No signup required.
A REST API call is made to Cisco DNA Center to get the list of network devices:
GET /dna/intent/api/v1/network-device Headers: X-Auth-Token: <token>
The response is:
{
"response": [
{
"id": "123456",
"managementIpAddress": "10.10.10.1",
"platformId": "C9300-24P",
"role": "ACCESS"
}
],
"version": "1.0"
}What does this response indicate?