All Products
Search
Document Center

Virtual Private Cloud:CreateExpressConnectTrafficQosQueue

Last Updated:Aug 29, 2024

Creates a quality of service (QoS) queue.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

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.
OperationAccess levelResource typeCondition keyAssociated operation
vpc:CreateExpressConnectTrafficQosQueuecreate
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID of the QoS policy.

You can call the DescribeRegions operation to query the most recent region list.

cn-shanghai
ClientTokenstringYes

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
QueueNamestringNo

The name of the QoS queue.

It must be 0 to 128 characters in length and cannot start with http:// or https://.

qos-queue-test
QueueDescriptionstringNo

The description of the QoS queue.

It must be 0 to 256 characters in length and cannot start with http:// or https://.

qos-queue-test
QosIdstringYes

The ID of the QoS policy.

qos-2giu0a6vd5x0mv4700
QueueTypestringYes

The priority of the QoS queue. Valid values:

  • High
  • Medium
  • Default: default queue.
Note You cannot create a QoS queue of the default priority.
High
BandwidthPercentstringNo

The percentage of bandwidth allocated to the QoS queue.

  • If QueueType is set to Medium, this parameter is required. Valid values: 1 to 100.
  • If QueueType is set to Default, a value of - is returned.
100

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

4CF20CC7-D1FC-425B-A15B-DF7C8E2131A7
QosIdstring

The ID of the QoS policy.

qos-2giu0a6vd5x0mv4700
QueueIdstring

The ID of the QoS queue.

qos-queue-9nyx2u7n71s2rcy4n5

Examples

Sample success responses

JSONformat

{
  "RequestId": "4CF20CC7-D1FC-425B-A15B-DF7C8E2131A7",
  "QosId": "qos-2giu0a6vd5x0mv4700",
  "QueueId": "qos-queue-9nyx2u7n71s2rcy4n5\n"
}

Error codes

HTTP status codeError codeError messageDescription
400IllegalParam.%sThe param of %s is illegal.The parameter is invalid.
400QuotaExceeded.QosMediumPriorityQueueCountThe 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.
400QuotaExceeded.QosHighPriorityQueueCountThe 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.
400QuotaExceeded.QosMediumPriorityQueueBandwidthPercentThe quota of QosMediumPriorityQueueBandwidthPercent is exceeded.The sum of the bandwidth percentages of the normal priority queues in the QoS policy exceeds the specification.
400IncorrectStatus.QosThe status of QoS is incorrect.The status of the QoS policy is abnormal and the operation cannot be performed. Try again later.
400EcQoSConflictThe 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 timeSummary of changesOperation
No change history