调用ModifyDirectConnectTrafficQosRuleAttributes修改指定默认流分类规则的信息。
仅支持调用此接口修改默认流分类规则的信息,手动添加的流分类规则不支持修改,如有需要请调用DeleteDirectConnectTrafficQosRule删除流分类规则后再调用CreateDirectConnectTrafficQosRule重新创建。
仅支持修改默认流分类规则的重标记DSCP,其他信息不支持修改。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ModifyDirectConnectTrafficQosRuleAttributes | 要执行的操作,取值:ModifyDirectConnectTrafficQosRuleAttributes。 |
Version | String | 是 | 2020-04-01 | API版本信息。 |
DirectConnectTrafficQosRuleId | String | 是 | dqr-1jfwefksx5**** | 默认流分类规则的ID。 |
RemarkingDscp | Integer | 是 | 53 | 修改流量中的 DSCP 值。取值范围:0~63,如果不生效时取值为-1。 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 20241107160755EC1FDE4A8330156**** | 请求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 | 错误码 | 错误信息 | 描述信息 |
---|---|---|---|
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.InvalidStatus | The specified direct connect traffic qos queue is not in the correct status for the request. | 指定的QoS流队列所处的状态无法响应该请求。 |
400 | InvalidDirectConnectTrafficQosRule.CustomRuleUnsupported | It is not supported to modify the direct connect traffic qos rule with custom priority. | 不支持修改自定义QoS流分类规则。 |
400 | InvalidDirectConnectTrafficQosRule.InvalidRemarkingDscp | The specified remarking dscp of the direct connect traffic qos rule is invalid. Remarking dscp only support -1, 0~63. | 指定的QoS流分类规则重标记DSCP值无效,仅允许-1或0-63范围内的整数。 |
400 | InvalidDirectConnectTrafficQosRule.InvalidStatus | The specified direct connect traffic qos rule is not in the correct status for the request. | 指定的QoS流分类规则所处的状态无法响应该请求。 |
404 | InvalidDirectConnectTrafficQosRule.NotFound | The specified direct connect traffic qos rule does not exist. | 指定的QoS流分类规则不存在。 |