Creates a quality of service (QoS) queue.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
vpc:CreateExpressConnectTrafficQosQueue | create |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
RegionId | string | Yes | The region ID of the QoS policy. You can call the DescribeRegions operation to query the most recent region list. | cn-shanghai |
ClientToken | string | Yes | The client token that is used to ensure the idempotence of the request. You can use the client to generate the value, but you must make sure that it is unique among all requests. ClientToken can contain only ASCII characters. Note
If you do not specify this parameter, ClientToken is set to the value of RequestId. The value of RequestId for each API request may be different.
| 0c593ea1-3bea-11e9-b96b-88e9fe637760 |
QueueName | string | No | The name of the QoS queue. It must be 0 to 128 characters in length and cannot start with | qos-queue-test |
QueueDescription | string | No | The description of the QoS queue. It must be 0 to 256 characters in length and cannot start with | qos-queue-test |
QosId | string | Yes | The ID of the QoS policy. | qos-2giu0a6vd5x0mv4700 |
QueueType | string | Yes | The priority of the QoS queue. Valid values:
Note
You cannot create a QoS queue of the default priority.
| High |
BandwidthPercent | string | No | The percentage of bandwidth allocated to the QoS queue.
| 100 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "4CF20CC7-D1FC-425B-A15B-DF7C8E2131A7",
"QosId": "qos-2giu0a6vd5x0mv4700",
"QueueId": "qos-queue-9nyx2u7n71s2rcy4n5\n"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | IllegalParam.%s | The param of %s is illegal. | The parameter is invalid. |
400 | QuotaExceeded.QosMediumPriorityQueueCount | The quota of QosMediumPriorityQueueCount is exceeded. | The number of normal priority queues in the QoS policy exceeds the specification. If you need to increase the quota, contact the business manager. |
400 | QuotaExceeded.QosHighPriorityQueueCount | The quota of QosHighPriorityQueueCount is exceeded. | The number of high-priority queues in the QoS policy exceeds the specification. If you need to increase the quota, contact the business manager. |
400 | QuotaExceeded.QosMediumPriorityQueueBandwidthPercent | The quota of QosMediumPriorityQueueBandwidthPercent is exceeded. | The sum of the bandwidth percentages of the normal priority queues in the QoS policy exceeds the specification. |
400 | IncorrectStatus.Qos | The status of QoS is incorrect. | The status of the QoS policy is abnormal and the operation cannot be performed. Try again later. |
400 | EcQoSConflict | The specified QoS is conflict with other QoS. | The current QoS configuration conflicts with other configurations. Please try again later. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|