API Guide

Table Of Contents
HTTP
Code
Description Schema
500 When health information cannot be obtained Error
Example HTTP response
Response 200
{
Ê "status" : "full,",
Ê "details" : [ "ip-port-group-0 - OK - All expected connectivity is present.", "ip-
port-group-1 - OK - All expected connectivity is present." ]
}
3.17.2. Return WAN-COM health information
GET /health/wan_com
Responses
HTTP
Code
Description Schema
200 The WAN-COM health object WanComHealth
500 When health information cannot be obtained Error
Example HTTP response
Response 200
{
Ê "status" : "full,",
Ê "details" : [ "ip-port-group-0 - OK - All expected connectivity is present.", "ip-
port-group-1 - OK - All expected connectivity is present." ]
}
3.18. Jobs
3.18.1. Create a VIAS provisioning job
POST /jobs
76