Reference Guide

Table Of Contents
}
}
Table 95. Attributes
Attribute Description
IsoTimeout Valid values: 1, 2, 4, 8, and 16.
If BootToISO is specified, then a value for IsoTimeout should
also be specified.
POST method for TemplateService.Deploy of IOA deployment
This method creates an IOA template-deployment job.
Description Creates a IOA template-deployment job.
Privilege TEMPLATE_MANAGEMENT
HTTP response
codes
200
Example request
body
{
"Id": 10,
"TargetIds": [10173,10175],
"Attributes": [
{
"DeviceId": "10173",
"Attributes": [
{
"Id": 18968,
"Value": "hostname-1",
"IsIgnored": false
}
]
},
{
"DeviceId": "18968",
"Attributes": [
{
"Id": 9000,
"Value": "hostname-2",
"IsIgnored": false
}
]
}
],
"Options": {
"ShutdownType": 0,
"TimeToWaitBeforeShutdown": 300,
"EndHostPowerState": 1,
"PrecheckOnly": false,
"ContinueOnWarning": true
},
"Schedule": {
"RunNow": true,
"RunLater": false
}
}
Configure
215