API Guide

Table Of Contents
Parameters
Type Name Schema
Body
vias_payload
required
vias_payload
Responses
HTTP
Code
Description Schema
201
VIAS provisioning job created
Headers :
Location (string) : The uri of the created job.
ViasJob
3.18.2. Get all the current VIAS provisioning jobs
GET /jobs
Parameters
Type Name Description Schema
Query
fields
optional
Select which fields are included in the response.
'name' is always included. See
FieldSelectionExpression for details.
string
(FieldSelectionExpre
ssion)
Query
limit
optional
<p>Maximum number of elements to include in
paginated results.<br> <b>'offset' must also be
specified.<b>
integer (int32)
Query
name
optional
Filter results by name. See
LexicalQueryExpression for details.
string
(LexicalQueryExpres
sion)
Query
offset
optional
Index of the first element to include in paginated
results.<br> <b>'limit' must also be
specified.</b>
integer (int32)
Query
sort_by
optional
Specify the field priority order and direction for
sorting. See SortingOrderExpression for details.
string
(SortingOrderExpres
sion)
Query
status
optional
Filter results by status. See
LexicalQueryExpression for details.
string
(LexicalQueryExpres
sion)
Responses
67