API Guide

{
"@odata.id": "/api/NetworkConfigurationService/QosTypes(1)",
"Id": 1,
"Name": "Platinum"
},
.
.
{
"@odata.id": "/api/NetworkConfigurationService/QosTypes(4)",
"Id": 4,
"Name": "Bronze"
}
]
}
Table 96. Attributes
Attribute name Description
Id ID of the QoS type.
Name Name of the QoS type.
/api/NetworkConfigurationService/QosTypes(Id)
This URI represents a specific QoS type within the collection.
GET method for QosTypes(Id)
This method returns a specific QoS type.
Description
Returns a specific QoS type.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "/api/$metadata#NetworkConfigurationService.QosType/
$entity",
"@odata.id": "/api/NetworkConfigurationService/QosTypes(1)",
"Id": 1,
"Name": "Platinum"
}
/api/NetworkConfigurationService/Actions/
NetworkConfigurationService.RemoveNetworks
POST method for removing networks
This method deletes the specified networks from the system.
Description
Deletes the specified networks.
Privilege TEMPLATE_MANAGEMENT
HTTP response
codes
204
Example request
body
{
192 Configure