API Guide

Table Of Contents
Table 97. Attributes (continued)
Attribute name Description
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
}
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
}
226 Configure