You need to enable JavaScript to run this app.
导航
ModifyDirectConnectTrafficQosQueueAttributes
最近更新时间:2024.11.15 10:51:33首次发布时间:2024.11.15 10:51:33

调用ModifyDirectConnectTrafficQosQueueAttributes修改指定的流队列。

调用说明

默认流队列不支持修改。您可调用DescribeDirectConnectTrafficQosQueues查询流队列信息,其中参数DirectConnectTrafficQosQueueName值为Default,参数Description值为Default Queue的队列即为默认流队列。

调试

请求参数

名称类型是否必选示例值描述

Action

String

ModifyDirectConnectTrafficQosQueueAttributes

要执行的操作,取值:ModifyDirectConnectTrafficQosQueueAttributes。

VersionString2020-04-01API版本信息。
DirectConnectTrafficQosQueueIdStringdqq-123456流队列的ID。

DirectConnectTrafficQosQueueName

String

dqq-name

流队列的名称。

  • 以中文、字母、数字开头,只能包含中文、字母、数字、点号(.)、下划线(_)和短划线(-)。
  • 长度限制为1 ~ 128个字符。
  • 不填保持原有配置。

Description

String

dqq-description

流队列的描述信息。

  • 以中文、字母、数字开头,只能包含中文、字母、数字、点号(.)、空格( )、下划线(_)、中划线(-)、等号(=)、英文逗号(,)、中文逗号(,)、中文句号(。)。
  • 长度限制为0 ~ 255个字符。
  • 不填保持原有配置。

BandwidthPercent

Integer

78

流队列的带宽百分比。您可调用DescribeDirectConnectTrafficQosQueues查询流队列的类型。

  • 仅类型为Medium的流队列需配置带宽百分比,取值范围为:1~99。
  • 同一QoS策略下所有类型为Medium的流队列的限速带宽之和不能超过99。
  • 不填保持原有配置。

返回数据

名称类型示例值描述
RequestIdString20241107160240BCE53F4F1F820D5****请求ID。

请求示例

GET /?Action=ModifyDirectConnectTrafficQosQueueAttributes&Version=2020-04-01&DirectConnectTrafficQosQueueId=dqq-in0gqqzwvi808gbssyj5****&DirectConnectTrafficQosQueueName=test&Description=test HTTP/1.1
Host: open.volcengineapi.com
ServiceName: directconnect
Region: cn-beijing

返回示例

{
    "ResponseMetadata": {
        "RequestId": "20241107160240BCE53F4F1F820D5****",
        "Action": "ModifyDirectConnectTrafficQosQueueAttributes",
        "Version": "2020-04-01",
        "Service": "directconnect",
        "Region": "cn-beijing"
    },
    "Result": {
        "RequestId": "20241107160240BCE53F4F1F820D5****"
    }
}

错误码

Http code错误码错误信息描述信息
400DryRunOperationException raised to indicate a successfully authorized action when the DryRun flag is set to true.该请求设置为DryRun操作,操作授权已获得许可,但未被实际执行。
400InvalidDescription.MalformedThe specified description is malformed.指定的描述格式不合法。请修复描述格式后重试。
400InvalidDescription.MalformedThe specified description is malformed. Ensure the maximum length of description is 255.指定的描述格式不合法。描述长度不能超过255个字符。
400InvalidDirectConnectTrafficQosPolicy.InvalidStatusThe specified direct connect traffic qos policy is not in the correct status for the request.指定的QoS策略所处的状态无法响应该请求。
400InvalidDirectConnectTrafficQosQueue.BandwidthPercentExceedThe specified bandwidth percentage of the traffic qos queue exceeds the available remaining bandwidth percentage.指定的QoS流队列限速带宽百分比超出剩余可分配的带宽百分比。
400InvalidDirectConnectTrafficQosQueue.DefaultQueueTypeUnsupportedIt is not supported to operate the direct connect traffic qos queue with default queue type.不支持操作默认类型的QoS流队列。
400InvalidDirectConnectTrafficQosQueue.InvalidBandwidthPercentThe specified bandwidth percent of the direct connect traffic qos queue is invalid, Bandwidth percent only support 1~99.指定的QoS流队列限速带宽百分比无效,仅允许1-99范围内的整数。
400InvalidDirectConnectTrafficQosQueue.InvalidStatusThe specified direct connect traffic qos queue is not in the correct status for the request.指定的QoS流队列所处的状态无法响应该请求。
400InvalidDirectConnectTrafficQosQueue.RedundantBandwidthPercentIt is not supported to allocate bandwidth percent when direct connect traffic qos queue type is not medium.仅支持为普通QoS流队列分配带宽百分比。
400InvalidName.MalformedThe specified name is malformed. Ensure the maximum length of name is 128.指定的名称格式不合法。名称长度不能超过128个字符。
400InvalidName.MalformedThe specified name is malformed.指定的名称格式不合法。请修复名称格式后重试。
404InvalidDirectConnectTrafficQosQueue.NotFoundThe specified direct connect traffic qos queue does not exist.指定的QoS流队列不存在。