300-435 · Question #57
A network administrator must troubleshoot a network issue using Cisco DNA Center. Which API request helps to determine issue details, impacted hosts, or suggested actions for the resolution?
The correct answer is C. /dna/intent/v1/issue-enrichment-details. To get detailed information about a network issue, including its specifics, affected devices, and resolution suggestions, the Cisco DNA Center API provides an endpoint for issue enrichment details.
Question
Options
- A/dna/intent/api/v1/issues
- B/dna/intent/api/v1/issues
- C/dna/intent/v1/issue-enrichment-details
- D/dna/api/v1/client-health/issues
How the community answered
(13 responses)- B8% (1)
- C92% (12)
Why each option
To get detailed information about a network issue, including its specifics, affected devices, and resolution suggestions, the Cisco DNA Center API provides an endpoint for issue enrichment details.
The /dna/intent/api/v1/issues endpoint typically provides a list or summary of network issues but lacks the detailed 'enrichment' information, impacted hosts, or specific suggested actions for resolution.
This choice is a duplicate of A and similarly only provides a general list or summary of issues without the desired detailed enrichment.
The /dna/intent/v1/issue-enrichment-details API request is specifically designed to provide in-depth information for a particular network issue, including its root cause, impacted network components or hosts, and recommended steps for resolution. This endpoint enhances troubleshooting by offering comprehensive context beyond basic issue identification.
The /dna/api/v1/client-health/issues endpoint is focused specifically on issues related to client health, not general network issues and their comprehensive troubleshooting details, impacted hosts, or suggested actions.
Concept tested: Cisco DNA Center issue troubleshooting API
Source: https://developer.cisco.com/docs/dna-center/#!assurance-api
Topics
Community Discussion
No community discussion yet for this question.