API Guide

Table Of Contents
"UpdatedBy": "root",
"UpdatedTime": "1970-01-01 02:02:15.797",
"InternalRefNWUUId": 0
}
Table 98. Attributes
Attribute name Description
ID The identifier of the target network profile.
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.
NOTE: To define a profile which is not in a range, the
VlanMaximum and VlanMinimum need to be same.
Type Network profile definition type.
For more information, see /api/
NetworkConfigurationService/NetworkTypes.
DELETE method for Networks(Id)
This method deletes a network from the system.
Description
Deletes a network.
Privilege TEMPLATE_MANAGEMENT
HTTP response
codes
204
/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
response body
{
"@odata.context": "/api/
$metadata#Collection(NetworkConfigurationService.NetworkType)",
"@odata.count": 11,
"value": [
{
"@odata.id": "/api/NetworkConfigurationService/NetworkTypes(1)",
228 Configure