API Guide

Table Of Contents
"QosType": 4
}
/api/NetworkConfigurationService/QosTypes
This URI represents the types of Quality-of-Service (QoS) that the system supports.
GET method for QosTypes
This method returns the types of Quality-of-Service (QoS) that the system supports.
Description Returns the supported QoS.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/
$metadata#Collection(NetworkConfigurationService.QosType)",
"@odata.count": 4,
"value": [
{
"@odata.id": "/api/NetworkConfigurationService/QosTypes(1)",
"Id": 1,
"Name": "Platinum"
},
.
.
{
"@odata.id": "/api/NetworkConfigurationService/QosTypes(4)",
"Id": 4,
"Name": "Bronze"
}
]
}
Table 100. 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
230 Configure