Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

headerFTU.jpg

Create

Use

under Devices > Devices List

image-20241210-170910.png

Show history

image-20241210-170840.png

API calls

get the Token

run a Applet

POST ​/v1.0​/troubleshoot_execute

BODY:

[
{
"applet_name": "show_ip_route",
"devices": [
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
]
}
]

get results

GET ​/v1.0​/troubleshoot_result

'GET' \
  'https://sdwan-dir.pres3-preprod.ekinops.io:8443/rest/json/v1.0
  /troubleshoot_result?applet_name=show_ip_route&device=xxxxxxxxxxx&limit=10' \

  • No labels