API Guide

Table Of Contents
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": 3,
"value": [
{
"@odata.type": "#NetworkConfigurationService.Network",
"@odata.id": "/api/NetworkConfigurationService/
Networks(10133)",
"Id": 10133,
"Name": "asd",
"Description": "",
"VlanMaximum": 2,
"VlanMinimum": 2,
"Type": 3,
"CreatedBy": "system",
"CreationTime": "1970-01-31 00:12:56.376",
"UpdatedBy": null,
"UpdatedTime": "1970-01-31 00:12:56.376",
"InternalRefNWUUId": "00bc07d7-5d3c-429e-96a3-5c6600230851"
},
{
"@odata.type": "#NetworkConfigurationService.Network",
"@odata.id": "/api/NetworkConfigurationService/
Networks(10134)",
"Id": 10134,
"Name": "Test",
"Description": "test",
"VlanMaximum": 1,
"VlanMinimum": 1,
"Type": 3,
"CreatedBy": "system",
"CreationTime": "1970-01-31 00:12:56.390",
"UpdatedBy": null,
"UpdatedTime": "1970-01-31 00:12:56.390",
"InternalRefNWUUId": "5e74e25a-99db-41ce-ad9a-5bce07ba9094"
},
{
"@odata.type": "#NetworkConfigurationService.Network",
"@odata.id": "/api/NetworkConfigurationService/
Networks(10135)",
"Id": 10135,
"Name": "se",
234
Configure