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

Version 1 Next »

headerFTU.jpg

Create

Use

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