API Guide

Attribute name Description
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.
Type Network type. For more information, see the details of other URIs
of this resource.
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.
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
}
Example response
body
{
"@odata.context": "/api/$metadata#NetworkConfigurationService.Network/
$entity",
"@odata.id": "/api/NetworkConfigurationService/Networks(43614)",
"Id": 43614,
"Name": "abc-1",
"Description": "abc",
"VlanMaximum": 19,
"VlanMinimum": 19,
"Type": 1,
"CreatedBy": "root",
"CreationTime": "1970-01-01 02:02:15.797",
"UpdatedBy": null,
"UpdatedTime": "1970-01-01 02:02:15.797",
"InternalRefNWUUId": 0
}
Configure 189