调用DeleteDirectConnectTrafficQosQueue删除指定的流队列。
删除流队列会影响流量标记,请您确保流队列的带宽不小于业务实际需要。
如需删除流队列,请先调用DeleteDirectConnectTrafficQosRule删除流队列中的全部手动添加的流分类规则。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DeleteDirectConnectTrafficQosQueue | 要执行的操作,取值:DeleteDirectConnectTrafficQosQueue。 |
Version | String | 是 | 2020-04-01 | API版本信息。 |
DirectConnectTrafficQosQueueId | String | 是 | dqq-bf8a0f45ce**** | 待删除的流队列的ID。 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 20241107160158BCE53F4F1F820D5**** | 请求ID。 |
GET /?Action=DeleteDirectConnectTrafficQosQueue&Version=2020-04-01&DirectConnectTrafficQosQueueId=dqq-in0gopzrph4w8gbssykq**** HTTP/1.1 Host: open.volcengineapi.com ServiceName: directconnect Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "20241107160158BCE53F4F1F820D5****", "Action": "DeleteDirectConnectTrafficQosQueue", "Version": "2020-04-01", "Service": "directconnect", "Region": "cn-beijing" }, "Result": { "RequestId": "20241107160158BCE53F4F1F820D5****" } }
Http code | 错误码 | 错误信息 | 描述信息 |
---|---|---|---|
400 | DryRunOperation | Exception raised to indicate a successfully authorized action when the DryRun flag is set to true. | 该请求设置为DryRun操作,操作授权已获得许可,但未被实际执行。 |
400 | InvalidDirectConnectTrafficQosPolicy.InvalidStatus | The specified direct connect traffic qos policy is not in the correct status for the request. | 指定的QoS策略所处的状态无法响应该请求。 |
400 | InvalidDirectConnectTrafficQosQueue.DefaultQueueTypeUnsupported | It is not supported to operate the direct connect traffic qos queue with default queue type. | 不支持操作默认类型的QoS流队列。 |
400 | InvalidDirectConnectTrafficQosQueue.InvalidStatus | The specified direct connect traffic qos queue is not in the correct status for the request. | 指定的QoS流队列所处的状态无法响应该请求。 |
400 | InvalidDirectConnectTrafficQosQueue.WithTrafficQosRule | The specified traffic qos queue is in use. If you are trying to delete the traffic qos queue, ensure that its traffic qos rules have been deleted. | 指定的QoS流队列在使用中。如果尝试删除该QoS流队列,请确保其关联的所有QoS流分类规则已删除。 |
400 | QuotaExceeded.DcTrafficQosQueue | You've reached the limit on the number of traffic qos queues that you can create. | 已达到可创建的QoS流队列的数量上限。 |
404 | InvalidDirectConnectTrafficQosQueue.NotFound | The specified direct connect traffic qos queue does not exist. | 指定的QoS流队列不存在。 |