API Guide

Table Of Contents
"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 method for TemplateService.UpdateNetworkConfig
This method updates the network configuration parameters of a template.
Description
Updates the network configuration parameters of a template.
Privilege DEVICE_CONFIGURATION
HTTP response
codes
200
Example
Updating the minimum and maximum bandwidth of the NICs, and the tagged
and untagged VLANs.
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
},
152
Configure