API Guide

Table Of Contents
"Description": "",
"VlanMaximum": 10,
"VlanMinimum": 10,
"Type": 4,
"CreatedBy": "system",
"CreationTime": "1970-01-31 00:12:56.401",
"UpdatedBy": null,
"UpdatedTime": "1970-01-31 00:12:56.401",
"InternalRefNWUUId": "8fc7c12f-780a-42db-96b1-830b8ef76335"
}
]
}
Table 98. Attributes
Attribute name Description
Id Unique identifier of the network.
Name Name of the network.
Description Description of the network.
VlanMaximum VLan can be defined as either a range or a single value. If
a single value is defined, the same value is assigned to both
VlanMaximum and VlanMinimum.
VlanMinimum VLan can be defined as either a range or a single value. If
a single value is defined, the same value is assigned to both
VlanMaximum and VlanMinimum.
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.
CreatedBy The user who created the network.
CreationTime Date and time when the network was created.
UpdatedBy The user who last updated the network.
UpdatedTime Date and time when the network was last updated.
Orderby Order to apply to the output
InternalRefId Reference ID used for internal purposes.
POST method for Networks
This method creates a network.
Description
Creates a network.
Privilege TEMPLATE_MANAGEMENT
HTTP response
codes
201
Example request
body
{
"Name": "abc-1",
"Description": "abc",
"VlanMaximum": 19,
"VlanMinimum": 19,
"Type": 1
Configure 235