API Guide

Table Of Contents
3.18.5. Cancel a vias provisioning job
POST /jobs/{name}/cancel
Parameters
Type Name Description Schema
Path
name
required
The name of a specific instance of the resource string
Responses
HTTP
Code
Description Schema
200 VIAS job was cancelled successfully, return updated ViasJob ViasJob
3.18.6. Resubmit a vias provisioning job
POST /jobs/{name}/resubmit
Parameters
Type Name Description Schema
Path
name
required
The name of a specific instance of the resource string
Responses
HTTP
Code
Description Schema
200 VIAS job was resubmitted successfully, return updated ViasJob ViasJob
3.19. Licenses
3.19.1. Install a new license file
POST /clusters/{cluster_name}/licenses
Parameters
Type Name Description Schema
Path
cluster_name
required
The name of the cluster string
69