API Guide

Table Of Contents
HTTP
Code
Description Schema
200
A JSON array of VIAS jobs
Headers :
X-Total-Count (integer) : The total number of entities in the result set
after filtering.
< ViasJob > array
3.18.3. Get the status of a VIAS provisioning job
GET /jobs/{name}
Parameters
Type Name Description Schema
Path
name
required
The name of a specific instance of the resource string
Query
fields
optional
Select which fields are included in the response.
'name' is always included. See
FieldSelectionExpression for details.
string
(FieldSelectionExpre
ssion)
Responses
HTTP
Code
Description Schema
200 The current status information of the job. ViasJob
3.18.4. Delete a VIAS provisioning jobs
DELETE /jobs/{name}
Parameters
Type Name Description Schema
Path
name
required
The name of a specific instance of the resource string
Responses
HTTP
Code
Description Schema
204 Successfully deleted. No Content
68