API Guide
"InternalRefNWUUId": 0
}
Table 93. Attributes
Attribute name Description
ID The identifier of the target network profile.
Name The target network profile name.
Description The target network profile description.
VlanMaximum Maximum VLAN value, when a network profile is defined as a
range.
VlanMinimum Minimum VLAN value, when a network profile is defined as a range.
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)",
"Id": 1,
"Name": "General Purpose (Bronze)",
"Description": "This is the network for general purpose traffic. QOS
Priority : Bronze.",
"VendorCode": "GeneralPurpose",
"NetworkTrafficType": "Ethernet",
"QosType": 4
},
.
.
Configure 191