调用CreateDirectConnectTrafficQosPolicy创建QoS策略。
更多QoS策略相关的介绍和约束限制,请参见QoS策略概述。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | CreateDirectConnectTrafficQosPolicy | 要执行的操作,取值:CreateDirectConnectTrafficQosPolicy。 |
Version | String | 是 | 2020-04-01 | API版本信息。 |
DirectConnectTrafficQosPolicyName | String | 否 | Qos-policy01 | QoS策略的名称。
|
Description | String | 否 | test-description | QoS策略的描述信息。
|
ClientToken | String | 否 | 2133cad2-b374-11ee-8599-93bf8a0f4**** | 客户端Token,用于保证请求幂等性。
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 20241107154811619C155E4BE5275**** | 请求ID。 |
DirectConnectTrafficQosPolicyId | String | dcq-2fezrjmq3vif459gp67f**** | QoS策略的ID。 |
GET /?Action=CreateDirectConnectTrafficQosPolicy&DirectConnectTrafficQosPolicyName=traffic-qos&Description=traffic-qos&Version=2020-04-01 HTTP/1.1 Host: open.volcengineapi.com ServiceName: directconnect Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "20241107154811619C155E4BE5275****", "Action": "CreateDirectConnectTrafficQosPolicy", "Version": "2020-04-01", "Service": "directconnect", "Region": "cn-beijing" }, "Result": { "RequestId": "20241107154811619C155E4BE5275****", "DirectConnectTrafficQosPolicyId": "dcq-2fezrjmq3vif459gp67f****" } }
Http code | 错误码 | 错误信息 | 描述信息 |
---|---|---|---|
400 | DryRunOperation | Exception raised to indicate a successfully authorized action when the DryRun flag is set to true. | 该请求设置为DryRun操作,操作授权已获得许可,但未被实际执行。 |
400 | IdempotentParameterMismatch | Arguments on this idempotent request are inconsistent with arguments used in previous request(s). | 此幂等请求的参数与前一个请求中使用的参数不一致。 |
400 | InvalidDescription.Malformed | The specified description is malformed. Ensure the maximum length of description is 255. | 指定的描述格式不合法。描述长度不能超过255个字符。 |
400 | InvalidDescription.Malformed | The specified description is malformed. | 指定的描述格式不合法。请修复描述格式后重试。 |
400 | InvalidName.Malformed | The specified name is malformed. | 指定的名称格式不合法。请修复名称格式后重试。 |
400 | InvalidName.Malformed | The specified name is malformed. Ensure the maximum length of name is 128. | 指定的名称格式不合法。名称长度不能超过128个字符。 |
400 | InvalidParameter.ClientTokenMalformed | The specified parameter ClientToken is malformed. | 指定的参数ClientToken格式不合法,长度不能超过64个ASCII字符。 |
400 | QuotaExceeded.DcTrafficQosPolicy | You've reached the limit on the number of traffic qos policies that you can create. | 已达到可创建的QoS策略的数量上限。 |
403 | InvalidDirectConnectTrafficQosPolicy.Forbidden | You are not authorized to create a direct connect traffic qos policy. | 无权限创建QoS策略。 |
409 | InvalidOperation.Conflict | The specified resource operation conflicts. | 指定的资源操作冲突。 |
412 | IdempotentProcessing | The request uses the same client token as a previous one that is still in process. | 幂等请求处理中。 |