API Guide

Table Of Contents
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "/api/
$metadata#Collection(NetworkConfigurationService.Network)",
"@odata.count": 2,
"value": [
{
"@odata.id": "/api/NetworkConfigurationService/Networks(42214)",
"Id": 42214,
"Name": "Network-1",
"Description": "",
"VlanMaximum": 3,
"VlanMinimum": 3,
"Type": 1,
"CreatedBy": "root",
"CreationTime": "1970-01-01 01:01:48.181",
"UpdatedBy": null,
"UpdatedTime": "1970-01-01 01:01:48.181",
"InternalRefNWUUId": 0
},
{
"@odata.id": "/api/NetworkConfigurationService/Networks(42414)",
"Id": 42414,
"Name": ""Network-3",
"Description": null,
"VlanMaximum": 9,
"VlanMinimum": 9,
"Type": 8,
"CreatedBy": "root",
"CreationTime": "1970-01-01 01:02:29.628",
"UpdatedBy": null,
"UpdatedTime": "1970-01-01 01:02:29.628",
"InternalRefNWUUId": 0
}
]
}
Table 84. 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.
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.
Configure 165