API Guide
PUT method for Networks(Id)
This method updates an existing network.
Description Updates a network.
Privilege TEMPLATE_MANAGEMENT
HTTP response
codes
200
Example request
body
{
"Id": 43614,
"Name": "abc-1",
"Description": "abc-updated",
"VlanMaximum": 22,
"VlanMinimum": 19,
"Type": 1
}
Example
response body
{
"Id": 43614,
"Name": "abc-1",
"Description": "abc-updated",
"VlanMaximum": 22,
"VlanMinimum": 19,
"Type": 1,
"CreatedBy": "root",
"CreationTime": "1970-01-01 02:02:15.797",
"UpdatedBy": "root",
"UpdatedTime": "1970-01-01 02:02:15.797",
"InternalRefNWUUId": 0
}
Table 93. Attributes
Attribute name Description
ID The identifier of the target network profile.
Name The target network profile name.
Description The target network profile description.
VlanMaximum Maximum VLAN value, when a network profile is defined as a
range.
VlanMinimum Minimum VLAN value, when a network profile is defined as a
range.
NOTE: To define a profile which is not in a range, the
VlanMaximum and VlanMinimum need to be same.
Type Network profile definition type. For more information,
see /api/NetworkConfigurationService/
NetworkTypes.
DELETE method for Networks(Id)
This method deletes a network from the system.
Description
Deletes a network.
Privilege TEMPLATE_MANAGEMENT
Configure 197