A Cisco Catalyst Center application needs to retrieve a list of network device issues. Which API endpoint should be used?
Trap 1: GET /dna/intent/api/v1/site-health
Site health is not the same as network device issues.
Trap 2: GET /dna/intent/api/v1/topology
Retrieves topology, not issues.
Trap 3: GET /dna/intent/api/v1/network-device
This endpoint returns device inventory, not device issues.
- A
GET /dna/intent/api/v1/site-health
Why wrong: Site health is not the same as network device issues.
- B
GET /dna/intent/api/v1/topology
Why wrong: Retrieves topology, not issues.
- C
GET /dna/intent/api/v1/network-device
Why wrong: This endpoint returns device inventory, not device issues.
- D
GET /dna/intent/api/v1/issues
This endpoint returns general issues, not specifically network device issues.