Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create

Use

under Devices > Devices List

image-20241210-170910.pngImage Added

Show history

image-20241210-170840.pngImage Added

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

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

...