API Guide

},
"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
},
{
"Id": 3351,
"Value": "100",
"IsIgnored": false
},
{
"Id": 3369,
"Value": "20",
"IsIgnored": false
},
{
"Id": 3370,
"Value": "100",
"IsIgnored": false
Configure
149