API Guide

Table Of Contents
"ContinueOnWarning" : <true-false>,
"StrictCheckingVlan" : <true-false>
},
"NetworkBootIsoModel" : {
"BootToNetwork" : <true-false>,
"ShareType" : "<share-type>",
"IsoPath : "<iso-path>",
"ShareDetail" : {
"IpAddress" : "<share-ip-address>",
"ShareName" : "<share-name>",
"WorkGroup" : "<work-group-name>",
"User" : "<share-user-name>",
"Password" : "<share-password>"
}
}
}
The following is a sample payload for a Deploy Template request:
{
"Id":29,
"TargetIds":[8564,5364],
"NetworkBootIsoModel":{
"BootToNetwork":false,
"ShareType":"CIFS",
"ShareDetail":{
}
},
"Attributes":[
{
"DeviceId":0,
"Attributes":[
{
"Id":2536,
"IsIgnored":true
}
]
}
],
"Options":{
"ShutdownType":0,
"TimeToWaitBeforeShutdown":300,
"EndHostPowerState":1
}
}
Example
response body
ID of created task
Deployment
using Boot to ISO
method
{
"Id":9,
"TargetIds":[
"10135"
],
"NetworkBootIsoModel":{
"BootToNetwork":true,
"ShareType":"CIFS",
"IsoPath":"CentOS-8.1.1911-x86_64-boot.iso",
"IsoTimeout":"1",
"ShareDetail":{
"IpAddress":"X.X.X.X",
"ShareName":"cifs",
"User":"Administrator",
"Password":"passwd"
}
},
"Attributes":[
],
"Options":{
},
210 Configure