Drag and drop the requests from the left into the correct order on the right to create and check the path trace between two devices using Cisco DNA center API.
Select and Place:
POST /api/system/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/ {flowAnalysisld}
|
|
Step 1
|
POST /api/system/v1/auth/token
|
Step 2
|
GET /api/v1/network-device/ and choose IP of source and destination devices
|
Step 3
|
POST /api/v1/flow-analysis
|
Step 4
|
GET /api/v1/flow-analysis/ {flowAnalysisld}
|
|