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

调用ModifyDirectConnectTrafficQosRuleAttributes修改指定默认流分类规则的信息。

调用说明

  • 仅支持调用此接口修改默认流分类规则的信息,手动添加的流分类规则不支持修改,如有需要请调用DeleteDirectConnectTrafficQosRule删除流分类规则后再调用CreateDirectConnectTrafficQosRule重新创建。

  • 仅支持修改默认流分类规则的重标记DSCP,其他信息不支持修改。

调试

请求参数

名称类型是否必选示例值描述
ActionStringModifyDirectConnectTrafficQosRuleAttributes要执行的操作,取值:ModifyDirectConnectTrafficQosRuleAttributes。
VersionString2020-04-01API版本信息。

DirectConnectTrafficQosRuleId

String

dqr-1jfwefksx5****

默认流分类规则的ID。
您可调用DescribeDirectConnectTrafficQosRules查询流分类规则的ID,查询结果中参数DirectConnectTrafficQosRuleName值为Default且参数Priority值为65535的一条即为默认流分类规则。

RemarkingDscpInteger53修改流量中的 DSCP 值。取值范围:0~63,如果不生效时取值为-1。

返回数据

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

请求示例

GET /?Action=ModifyDirectConnectTrafficQosRuleAttributes&Version=2020-04-01&DirectConnectTrafficQosRuleId=dqr-in0gq79lqygw8gbssy0q****&RemarkingDscp=45 HTTP/1.1
Host: open.volcengineapi.com
ServiceName: directconnect
Region: cn-beijing

返回示例

{
    "ResponseMetadata": {
        "RequestId": "20241107160755EC1FDE4A8330156****",
        "Action": "ModifyDirectConnectTrafficQosRuleAttributes",
        "Version": "2020-04-01",
        "Service": "directconnect",
        "Region": "cn-beijing"
    },
    "Result": {
        "RequestId": "20241107160755EC1FDE4A8330156****"
    }
}

错误码

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.InvalidStatusThe specified direct connect traffic qos queue is not in the correct status for the request.指定的QoS流队列所处的状态无法响应该请求。
400InvalidDirectConnectTrafficQosRule.CustomRuleUnsupportedIt is not supported to modify the direct connect traffic qos rule with custom priority.不支持修改自定义QoS流分类规则。
400InvalidDirectConnectTrafficQosRule.InvalidRemarkingDscpThe specified remarking dscp of the direct connect traffic qos rule is invalid. Remarking dscp only support -1, 0~63.指定的QoS流分类规则重标记DSCP值无效,仅允许-1或0-63范围内的整数。
400InvalidDirectConnectTrafficQosRule.InvalidStatusThe specified direct connect traffic qos rule is not in the correct status for the request.指定的QoS流分类规则所处的状态无法响应该请求。
404InvalidDirectConnectTrafficQosRule.NotFoundThe specified direct connect traffic qos rule does not exist.指定的QoS流分类规则不存在。