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

调用DeleteDirectConnectTrafficQosQueue删除指定的流队列。

调用说明

  • 删除流队列会影响流量标记,请您确保流队列的带宽不小于业务实际需要。

  • 如需删除流队列,请先调用DeleteDirectConnectTrafficQosRule删除流队列中的全部手动添加的流分类规则。

调试

请求参数

名称类型是否必选示例值描述
ActionStringDeleteDirectConnectTrafficQosQueue要执行的操作,取值:DeleteDirectConnectTrafficQosQueue。
VersionString2020-04-01API版本信息。
DirectConnectTrafficQosQueueIdStringdqq-bf8a0f45ce****待删除的流队列的ID。

返回数据

名称类型示例值描述
RequestIdString20241107160158BCE53F4F1F820D5****请求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错误码错误信息描述信息
400DryRunOperationException raised to indicate a successfully authorized action when the DryRun flag is set to true.该请求设置为DryRun操作,操作授权已获得许可,但未被实际执行。
400InvalidDirectConnectTrafficQosPolicy.InvalidStatusThe specified direct connect traffic qos policy is not in the correct status for the request.指定的QoS策略所处的状态无法响应该请求。
400InvalidDirectConnectTrafficQosQueue.DefaultQueueTypeUnsupportedIt is not supported to operate the direct connect traffic qos queue with default queue type.不支持操作默认类型的QoS流队列。
400InvalidDirectConnectTrafficQosQueue.InvalidStatusThe specified direct connect traffic qos queue is not in the correct status for the request.指定的QoS流队列所处的状态无法响应该请求。
400InvalidDirectConnectTrafficQosQueue.WithTrafficQosRuleThe 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流分类规则已删除。
400QuotaExceeded.DcTrafficQosQueueYou've reached the limit on the number of traffic qos queues that you can create.已达到可创建的QoS流队列的数量上限。
404InvalidDirectConnectTrafficQosQueue.NotFoundThe specified direct connect traffic qos queue does not exist.指定的QoS流队列不存在。