DRAG DROP - Drag and drop the requests from the left into the order on the right to create and check the path trace between two devices using Cisco DNA center API. Select and Place:
Path trace is the feature in Cisco DNA Center that allows you to execute a trace between two devices in your network.
1. Retrieve a list of previously executed path traces
2. Execute a path trace
3. Obtain the path trace result
4. Delete the path trace
Flow:
POST /auth/token
GET /network-device (source and destination)
POST /flow-analysis
GET /flow-analysis/{flow_id}
GET /flow-analysis/
DELETE/flow-analysis/{flow_id}
So, the correct answer is:
POST /dna/system/api/v1/auth/token
GET /api/v1/network-device/ and choose IP of source and destination devices
POST /api/v1/flow-analysis
GET /api/v1/flow-analysis/{flowAnalysisId}
yes.
POST /dna/system/api/v1/auth/token
POST /dna/intent/api/v1/flow-analysis
GET /dna/intent/api/v1/flow-analysis/{flowAnalysisId}
GET /dna/intent/api/v1/flow-analysis
Correction.
POST /dna/system/api/v1/auth/token
GET /api/v1/network-device/ and choose IP of source and destination devices
POST /api/v1/flow-analysis
GET /api/v1/flow-analysis/{flowAnalysisId}
To create and check the path trace between two devices using Cisco DNA center API, the requests should be made in the following order:
POST /api/system/v1/auth/token
POST /api/v1/flow-analysis/
GET /api/v1/network-device/and choose IP of source and destination devices
GET /api/v1/flow-analysis/{flowAnalysisId}
I apologize for the mistake in my previous response. To create and check the path trace between two devices using Cisco DNA center API, the requests should be made in the following order:
POST /api/system/v1/auth/token - This request authenticates the user and retrieves a token that is required for all subsequent requests to the API.
GET /api/v1/network-device/ - This request retrieves a list of network devices and their IP addresses. You can use this information to select the source and destination devices for the path trace.
POST /api/v1/flow-analysis/ - This request initiates a path trace between the source and destination devices. The API will return a flow analysis ID that can be used to check the status and results of the path trace.
GET /api/v1/flow-analysis/{flowAnalysisId} - This request retrieves the status and results of the path trace. The flow analysis ID is included in the request URL.
I agree on the following :
POST /dna/system/api/v1/auth/token
GET /api/v1/network-device/ and choose IP of source and destination devices
POST /api/v1/flow-analysis
GET /api/v1/flow-analysis/{flowAnalysisId}
upvoted 2 times
...
This section is not available anymore. Please use the main Exam Page.200-901 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
designated
Highly Voted 1 year, 9 months agoRaynman727
Highly Voted 1 year, 10 months agoCCNPWILL
1 year, 9 months agoCCNPWILL
1 year, 9 months agomellohello
Most Recent 11 months agomellohello
11 months agoFred78190
1 year, 1 month ago