API Guide

Table Of Contents
{
Ê "base_name" : "base_name",
Ê "last_updated" : "last_updated",
Ê "number_of_volumes" : 6,
Ê "storage_pools" : [ {
Ê "array" : "array",
Ê "pool" : "pool",
Ê "group" : "group"
Ê }, {
Ê "array" : "array",
Ê "pool" : "pool",
Ê "group" : "group"
Ê } ],
Ê "date_created" : "date_created",
Ê "target_cluster" : "target_cluster",
Ê "description" : "description",
Ê "storage_views" : [ "storage_views", "storage_views" ],
Ê "capacity" : 0,
Ê "thin" : true,
Ê "consistency_group" : "consistency_group",
Ê "name" : "name",
Ê "status_details" : "status_details",
Ê "status" : "status"
}
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
Example HTTP response
Response 200
81