调用ModifyDirectConnectTrafficQosQueueAttributes修改指定的流队列。
默认流队列不支持修改。您可调用DescribeDirectConnectTrafficQosQueues查询流队列信息,其中参数DirectConnectTrafficQosQueueName
值为Default,参数Description
值为Default Queue的队列即为默认流队列。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ModifyDirectConnectTrafficQosQueueAttributes | 要执行的操作,取值:ModifyDirectConnectTrafficQosQueueAttributes。 |
Version | String | 是 | 2020-04-01 | API版本信息。 |
DirectConnectTrafficQosQueueId | String | 是 | dqq-123456 | 流队列的ID。 |
DirectConnectTrafficQosQueueName | String | 否 | dqq-name | 流队列的名称。
|
Description | String | 否 | dqq-description | 流队列的描述信息。
|
BandwidthPercent | Integer | 否 | 78 | 流队列的带宽百分比。您可调用DescribeDirectConnectTrafficQosQueues查询流队列的类型。
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 20241107160240BCE53F4F1F820D5**** | 请求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 | 错误码 | 错误信息 | 描述信息 |
---|---|---|---|
400 | DryRunOperation | Exception raised to indicate a successfully authorized action when the DryRun flag is set to true. | 该请求设置为DryRun操作,操作授权已获得许可,但未被实际执行。 |
400 | InvalidDescription.Malformed | The specified description is malformed. | 指定的描述格式不合法。请修复描述格式后重试。 |
400 | InvalidDescription.Malformed | The specified description is malformed. Ensure the maximum length of description is 255. | 指定的描述格式不合法。描述长度不能超过255个字符。 |
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.DefaultQueueTypeUnsupported | It is not supported to operate the direct connect traffic qos queue with default queue type. | 不支持操作默认类型的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.InvalidStatus | The specified direct connect traffic qos queue is not in the correct status for the request. | 指定的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. | 指定的名称格式不合法。请修复名称格式后重试。 |
404 | InvalidDirectConnectTrafficQosQueue.NotFound | The specified direct connect traffic qos queue does not exist. | 指定的QoS流队列不存在。 |