exam questions

Exam 200-901 All Questions

View all questions & answers for the 200-901 exam

Exam 200-901 topic 1 question 119 discussion

Actual exam question from Cisco's 200-901
Question #: 119
Topic #: 1
[All 200-901 Questions]

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:

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
designated
Highly Voted 1 year, 9 months ago
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}
upvoted 32 times
...
Raynman727
Highly Voted 1 year, 10 months ago
https://developer.cisco.com/docs/dna-center/#!path-trace
upvoted 9 times
CCNPWILL
1 year, 9 months ago
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
upvoted 1 times
CCNPWILL
1 year, 9 months ago
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}
upvoted 15 times
...
...
...
mellohello
Most Recent 11 months ago
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}
upvoted 1 times
mellohello
11 months ago
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.
upvoted 2 times
...
...
Fred78190
1 year, 1 month ago
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
...
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.

SaveCancel
Loading ...