API Guide

Table Of Contents
/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 request
body
{
"TemplateId": 10,
"IdentityPoolId": 0,
"BondingTechnology": "NoTeaming",
"PropagateVlan": true,
"StrictCheck": false,
"Attributes":
[
{
"Attributes": []
}
],
"VlanAttributes": [
{
"ComponentId": 56,
"Untagged": 10218,
"Tagged": [
10219
],
"IsNicBonded": false
},
{
"ComponentId": 57,
"Tagged": [],
"IsNicBonded": false
},
{
"ComponentId": 58,
"Untagged": 10220,
"Tagged": [
10221
],
"IsNicBonded": false
},
{
"ComponentId": 55,
"Tagged": [],
"IsNicBonded": false
}
]
}
Table 95. Attributes
Attribute name Description
BondingTechnology Possible values are:
NoTeaming
LACP
Other
212 Configure