API Guide

/api/NetworkConfigurationService/Networks(Id)
This URI represents a specific network within the collection.
GET method for Networks(Id)
This method returns the details of a specific network from the collection.
Description Returns the details of a specific network.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "/api/$metadata#NetworkConfigurationService.Network/
$entity",
"@odata.id": "/api/NetworkConfigurationService/Networks(42214)",
"Id": 42214,
"Name": "Network-1",
"Description": "abc",
"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
}
PUT method for Networks(Id)
This method updates an existing network.
Description
Updates a network.
Privilege TEMPLATE_MANAGEMENT
HTTP response
codes
200
Example request
body
{
"Id": 43614,
"Name": "abc-1",
"Description": "abc-updated",
"VlanMaximum": 22,
"VlanMinimum": 19,
"Type": 1
}
Example response
body
{
"Id": 43614,
"Name": "abc-1",
"Description": "abc-updated",
"VlanMaximum": 22,
"VlanMinimum": 19,
"Type": 1,
"CreatedBy": "root",
"CreationTime": "1970-01-01 02:02:15.797",
"UpdatedBy": "root",
"UpdatedTime": "1970-01-01 02:02:15.797",
190 Configure