API Guide

Network Configuration Service
This resource enables you to access the network service and perform network-related tasks. These tasks include viewing the logical
networks and the network types, creating a new logical network, deleting a logical network, and so on.
Use the URIs in this resource to access the network service and the associated actions.
/api/NetworkConfigurationService/Networks
This URI represents the logical networks.
GET method for Networks
This method returns a list of available logical networks.
Description Returns a list of available logical networks.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@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 92. Attributes
Attribute name Description
Id Unique identifier of the network.
Name Name of the network.
Description Description of the network.
188 Configure