调用 CreateTransitRouterTrafficQosQueueEntry 接口,为流队列策略添加队列,操作说明和注意事项请参见管理队列。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | CreateTransitRouterTrafficQosMarkingPolicy | 要执行的操作,取值为CreateTransitRouterTrafficQosMarkingPolicy。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
TransitRouterTrafficQosQueuePolicyId | String | 是 | tr-tqp-227ppm7ncp4ao7e54mkf7**** | 流队列策略的 ID。您可以调用DescribeTransitRouterTrafficQosQueuePolicies接口获取流队列策略的ID。 |
Dscps.N | Integer | 是 | Dscps.1=1&Dscps.2=10 | 队列需要匹配的DSCP值。取值范围为 0~63。
|
BandwidthPercent | Integer | 是 | 10 | 队列可使用的跨地域带宽的百分比。取值范围为 0~100。 |
TransitRouterTrafficQosQueueEntryName | String | 是 | queue01 | 队列的名称。
|
Description | String | 否 | test | 队列的描述。
|
ClientToken | String | 否 | 123e4567-e89b-12d3-a456-42665544**** | 客户端Token,用于保证请求的幂等性。
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
TransitRouterTrafficQosQueueEntryId | String | tr-tqe-are3ysmgng8w47a0zu58**** | 队列的 ID。 |
GET /?Action=CreateTransitRouterTrafficQosQueueEntry&TransitRouterTrafficQosQueuePolicyId=tr-tqp-227ppm7ncp4ao7e54mkf7****&Dscps.1=1&Dscps.2=10&BandwidthPercent=20 HTTP/1.1 Host: open.volcengineapi.com Service: transitrouter Region: cn-guangzhou
{ "ResponseMetadata": { "RequestId": "0ED8D006-F706-4D23-88ED-E11ED28D****", "Action": "CreateTransitRouterTrafficQosQueueEntry", "Version": "2020-04-01", "Service": "transitrouter", "Region": "cn-guangzhou" }, "Result": { "TransitRouterTrafficQosQueueEntryId": "tr-tqe-are3ysmgng8w47a0zu58****" } }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | IdempotentParameterMismatch | Arguments on this idempotent request are inconsistent with arguments used in previous request(s). | 此幂等请求的参数与前一个请求中使用的参数不一致。 |
400 | InvalidDescription.Malformed | The specified description is malformed. | 指定的描述格式不合法。请修复描述格式后重试。 |
400 | InvalidDescription.TooLong | The specified description is malformed. Ensure the maximum length of description is 255. | 指定的描述格式不合法。描述长度不能超过255个字符。 |
400 | InvalidName.Malformed | The specified name is malformed. | 指定的名称格式不合法。请修复名称格式后重试。 |
400 | InvalidName.TooLong | The specified name is malformed. Ensure the maximum length of name is 128. | 指定的名称格式不合法。名称长度不能超过128个字符。 |
400 | InvalidParameter.ClientTokenMalformed | The specified parameter ClientToken is malformed. | 指定的参数ClientToken格式不合法,长度不能超过64个ASCII字符。 |
400 | InvalidTransitRouter.InvalidBusinessStatus | The request is denied because the specified Transit Router is shut down due to arrears. | 指定的中转路由器欠费关停,不支持当前操作。 |
400 | InvalidTransitRouter.InvalidStatus | The specified Transit Router is not in the correct status for the request. | 指定的中转路由器所处状态无法响应该请求。 |
400 | InvalidTransitRouterTrafficQosQueueEntry.BandwidthPercentExceed | The specified bandwidth percentage of the traffic qos queue entry exceeds the available remaining bandwidth percentage. | 指定的流队列限速带宽百分比超出剩余可分配的带宽百分比。 |
400 | InvalidTransitRouterTrafficQosQueueEntry.InvalidBandwidthPercent | The specified bandwidth percent of the Transit Router traffic qos queue entry is invalid. Bandwidth percent only support 0~100. | 指定的流队列限速带宽百分比无效,仅允许0-100范围内的整数。 |
400 | InvalidTransitRouterTrafficQosQueueEntry.InvalidDscp | The specified dscp of the Transit Router traffic qos queue entry is invalid. Dscp only support 0~63. | 指定的流队列DSCP无效,仅允许0-63范围内的整数。 |
400 | QuotaExceeded.TransitRouterTrafficQosQueueEntry | You've reached the limit on the number of traffic qos queue entries that you can create on one traffic qos queue policy. | 已达到单个流队列策略的流队列数上限。 |
404 | InvalidTransitRouterTrafficQosQueuePolicy.NotFound | The specified Transit Router traffic qos queue policy does not exist. | 指定的流队列策略不存在。 |
409 | InvalidTransitRouterTrafficQosQueueEntry.DscpConflict | The specified dscp of the Transit Router traffic qos queue entry conflicts with another entry. | 指定的流队列DSCP和其它队列冲突。 |
412 | IdempotentProcessing | The request uses the same client token as a previous one that is still in process. | 幂等请求处理中。 |