调用CreateDirectConnectTrafficQosQueue为指定的QoS策略添加流队列。
更多流队列相关的介绍和约束限制,请参见QoS策略概述。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | CreateDirectConnectTrafficQosQueue | 要执行的操作,取值:CreateDirectConnectTrafficQosQueue。 |
Version | String | 是 | 2020-04-01 | API版本信息。 |
DirectConnectTrafficQosPolicyId | String | 是 | dcq-jk17q7y1rk**** | 流队列待绑定QoS策略的ID。您可调用DescribeDirectConnectTrafficQosPolicies查询QoS策略的ID信息。 |
DirectConnectTrafficQosQueueName | String | 否 | dqq-name | 流队列的名称。
|
Description | String | 否 | dqq-description | 流队列的描述。
|
QueueType | String | 是 | High | 流队列的类型。
说明 每个QoS策略下最多支持创建 1 个类型为 |
BandwidthPercent | String | 否 | 10 | 流队列带宽百分比。
|
ClientToken | String | 否 | 123e4567-e89b-12d3-a456-42665544**** | 客户端Token,用于保证请求幂等性。
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 20241107160126BCE53F4F1F820D5C**** | 请求ID。 |
DirectConnectTrafficQosQueueId | String | dqq-in0gopzrph4w8gbssykq**** | 流队列的ID。 |
GET /?Action=CreateDirectConnectTrafficQosQueue&Version=2020-04-01&DirectConnectTrafficQosPolicyId=dcq-12aso41dvse8017q7y2mq****&QueueType=Medium&BandwidthPercent=19 HTTP/1.1 Host: open.volcengineapi.com ServiceName: directconnect Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "20241107160126BCE53F4F1F820D5C****", "Action": "CreateDirectConnectTrafficQosQueue", "Version": "2020-04-01", "Service": "directconnect", "Region": "cn-beijing" }, "Result": { "RequestId": "20241107160126BCE53F4F1F820D5C****", "DirectConnectTrafficQosQueueId": "dqq-in0gopzrph4w8gbssykq****" } }
Http code | 错误码 | 错误信息 | 描述信息 |
---|---|---|---|
400 | DryRunOperation | Exception raised to indicate a successfully authorized action when the DryRun flag is set to true. | 该请求设置为DryRun操作,操作授权已获得许可,但未被实际执行。 |
400 | IdempotentParameterMismatch | Arguments on this idempotent request are inconsistent with arguments used in previous request(s). | 此幂等请求的参数与前一个请求中使用的参数不一致。 |
400 | InvalidDescription.Malformed | The specified description is malformed. Ensure the maximum length of description is 255. | 指定的描述格式不合法。描述长度不能超过255个字符。 |
400 | InvalidDescription.Malformed | The specified description is malformed. | 指定的描述格式不合法。请修复描述格式后重试。 |
400 | InvalidDirectConnectTrafficQosPolicy.InvalidStatus | The specified direct connect traffic qos policy is not in the correct status for the request. | 指定的QoS策略所处的状态无法响应该请求。 |
400 | InvalidDirectConnectTrafficQosQueue.BandwidthPercentExceed | The specified bandwidth percentage of the traffic qos queue exceeds the available remaining bandwidth percentage. | 指定的QoS流队列限速带宽百分比超出剩余可分配的带宽百分比。 |
400 | InvalidDirectConnectTrafficQosQueue.InvalidBandwidthPercent | The specified bandwidth percent of the direct connect traffic qos queue is invalid, Bandwidth percent only support 1~99. | 指定的QoS流队列限速带宽百分比无效,仅允许1-99范围内的整数。 |
400 | InvalidDirectConnectTrafficQosQueue.InvalidQueueType | The specified queue type of the direct connect traffic qos queue is invalid. | 指定的QoS流队列类型无效。 |
400 | InvalidDirectConnectTrafficQosQueue.RedundantBandwidthPercent | It is not supported to allocate bandwidth percent when direct connect traffic qos queue type is not medium. | 仅支持为普通QoS流队列分配带宽百分比。 |
400 | InvalidName.Malformed | The specified name is malformed. Ensure the maximum length of name is 128. | 指定的名称格式不合法。名称长度不能超过128个字符。 |
400 | InvalidName.Malformed | The specified name is malformed. | 指定的名称格式不合法。请修复名称格式后重试。 |
400 | InvalidParameter.ClientTokenMalformed | The specified parameter ClientToken is malformed. | 指定的参数ClientToken格式不合法,长度不能超过64个ASCII字符。 |
400 | QuotaExceeded.DcTrafficQosQueue | You've reached the limit on the number of traffic qos queues that you can create. | 已达到可创建的QoS流队列的数量上限。 |
404 | InvalidDirectConnectTrafficQosPolicy.NotFound | The specified direct connect traffic qos policy does not exist. | 指定的QoS策略不存在。 |
409 | InvalidDirectConnectTrafficQosQueue.HighTypeQueueConflict | A high type direct connect traffic qos queue already exists. You can have only one high type direct connect traffic qos queue per qos. | 每个QoS策略仅可创建1个高级队列,该QoS策略已存在高级流队列。 |
412 | IdempotentProcessing | The request uses the same client token as a previous one that is still in process. | 幂等请求处理中。 |