API Guide

"BootToNetwork": true,
"ShareType": "CIFS",
"IsoPath": "bootToIsoPath.iso",
"ShareDetail": {
"IpAddress": "1.2.3.4",
"ShareName": "1.2.3.4",
"User": "bootToIsoUsername",
"Password": "bootToIsoPassword"
}
},
"Attributes": [],
"Options": {
"ShutdownType": 0,
"TimeToWaitBeforeShutdown": 300,
"EndHostPowerState": 1
},
"Schedule": {
"RunNow": true,
"RunLater": false
}
}
Output:
Id of created task.
/api/TemplateService/Actions/TemplateService.UpdateNetworkConfig
POST
Description
Update the network configuration parameters of a template (min max bandwidth of NICs).
Privilege
DEVICE_CONFIGURATION
HTTP Response Codes
200
POST Usage Examples : Update the min max bandwidth of NICs.
Input:
{
"TemplateId": 10,
"IdentityPoolId": 0,
"Attributes": [{
"Attributes": [{
"Id": 3297,
"Value": "20",
"IsIgnored": false
},
{
"Id": 3298,
"Value": "100",
"IsIgnored": false
},
{
"Id": 3350,
"Value": "30",
"IsIgnored": false
},
{
"Id": 3351,
"Value": "100",
"IsIgnored": false
},
{
"Id": 3369,
"Value": "20",
"IsIgnored": false
},
{
"Id": 3370,
OpenManage Enterprise–Specific resource model
79