API Guide

HTTP response
codes
200
Example
Input:
{
"Id": 43614,
"Name": "abc-1",
"Description": "abc-updated",
"VlanMaximum": 22,
"VlanMinimum": 19,
"Type": 1
}
Output:
{
"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",
"InternalRefNWUUId": 0
}
DELETE method for Networks(Id)
This method deletes a network from the system.
Description
Deletes a network.
Privilege TEMPLATE_MANAGEMENT
HTTP response
codes
204
Example
Input:
Output:
/api/NetworkConfigurationService/NetworkTypes
This URI represents the supported network types.
GET method for NetworkTypes
This method returns a list of the supported network types.
Description
Returns a list of network types.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "/api/
$metadata#Collection(NetworkConfigurationService.NetworkType)",
"@odata.count": 11,
"value": [
164 Configure