You need to enable JavaScript to run this app.
导航
CreateTransitRouterTrafficQosQueueEntry
最近更新时间:2024.12.05 14:13:28首次发布时间:2024.11.15 11:02:32

调用 CreateTransitRouterTrafficQosQueueEntry 接口,为流队列策略添加队列,操作说明和注意事项请参见管理队列

请求参数

名称类型是否必选示例值描述
ActionStringCreateTransitRouterTrafficQosMarkingPolicy要执行的操作,取值为CreateTransitRouterTrafficQosMarkingPolicy。
VersionString2020-04-01API版本信息,当前版本为2020-04-01。
TransitRouterTrafficQosQueuePolicyIdStringtr-tqp-227ppm7ncp4ao7e54mkf7****流队列策略的 ID。您可以调用DescribeTransitRouterTrafficQosQueuePolicies接口获取流队列策略的ID。

Dscps.N

Integer

Dscps.1=1&Dscps.2=10

队列需要匹配的DSCP值。取值范围为 0~63。

  • N:表示DSCP值的序号,取值范围为1~64,单次最多可传入64个。
  • 多个DSCP值之间使用“&”分隔。

BandwidthPercent

Integer

10

队列可使用的跨地域带宽的百分比。取值范围为 0~100。
取值为0,则成功匹配该队列的流量会被丢弃。

TransitRouterTrafficQosQueueEntryName

String

queue01

队列的名称。

  • 必须以字母、数字或中文开头,可包含字母、数字、中文和以下特殊字符:点号(.)、下划线(_)和短横线(-)。

  • 长度限制为1 ~ 128个字符。

  • 不传入该参数或该参数不传入数值时,默认为空。

Description

String

test

队列的描述。

  • 必须以字母、数字或中文开头,可包含字母、数字、中文和以下特殊字符:英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、短横线(-)、中文逗号(,)、中文句号(。)。
  • 长度限制为0 ~ 255个字符。
  • 不传入该参数或该参数不传入数值时,默认为空字符串。

ClientToken

String

123e4567-e89b-12d3-a456-42665544****

客户端Token,用于保证请求的幂等性。

  • 该参数值由客户端自动生成,确保不同请求的取值唯一,避免当调用API超时或服务器内部错误时,客户端多次重试导致重复性操作。
  • 取值仅支持ASCII字符,最大不超过64个字符。
  • 未指定该参数值时,不进行幂等校验。

返回参数

名称类型示例值描述
TransitRouterTrafficQosQueueEntryIdStringtr-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错误码错误信息描述
400IdempotentParameterMismatchArguments on this idempotent request are inconsistent with arguments used in previous request(s).此幂等请求的参数与前一个请求中使用的参数不一致。
400InvalidDescription.MalformedThe specified description is malformed.指定的描述格式不合法。请修复描述格式后重试。
400InvalidDescription.TooLongThe specified description is malformed. Ensure the maximum length of description is 255.指定的描述格式不合法。描述长度不能超过255个字符。
400InvalidName.MalformedThe specified name is malformed.指定的名称格式不合法。请修复名称格式后重试。
400InvalidName.TooLongThe specified name is malformed. Ensure the maximum length of name is 128.指定的名称格式不合法。名称长度不能超过128个字符。
400InvalidParameter.ClientTokenMalformedThe specified parameter ClientToken is malformed.指定的参数ClientToken格式不合法,长度不能超过64个ASCII字符。
400InvalidTransitRouter.InvalidBusinessStatusThe request is denied because the specified Transit Router is shut down due to arrears.指定的中转路由器欠费关停,不支持当前操作。
400InvalidTransitRouter.InvalidStatusThe specified Transit Router is not in the correct status for the request.指定的中转路由器所处状态无法响应该请求。
400InvalidTransitRouterTrafficQosQueueEntry.BandwidthPercentExceedThe specified bandwidth percentage of the traffic qos queue entry exceeds the available remaining bandwidth percentage.指定的流队列限速带宽百分比超出剩余可分配的带宽百分比。
400InvalidTransitRouterTrafficQosQueueEntry.InvalidBandwidthPercentThe specified bandwidth percent of the Transit Router traffic qos queue entry is invalid. Bandwidth percent only support 0~100.指定的流队列限速带宽百分比无效,仅允许0-100范围内的整数。
400InvalidTransitRouterTrafficQosQueueEntry.InvalidDscpThe specified dscp of the Transit Router traffic qos queue entry is invalid. Dscp only support 0~63.指定的流队列DSCP无效,仅允许0-63范围内的整数。
400QuotaExceeded.TransitRouterTrafficQosQueueEntryYou've reached the limit on the number of traffic qos queue entries that you can create on one traffic qos queue policy.已达到单个流队列策略的流队列数上限。
404InvalidTransitRouterTrafficQosQueuePolicy.NotFoundThe specified Transit Router traffic qos queue policy does not exist.指定的流队列策略不存在。
409InvalidTransitRouterTrafficQosQueueEntry.DscpConflictThe specified dscp of the Transit Router traffic qos queue entry conflicts with another entry.指定的流队列DSCP和其它队列冲突。
412IdempotentProcessingThe request uses the same client token as a previous one that is still in process.幂等请求处理中。