调用ModifyCloudConnectorAuthorizationRuleAttributes修改授权规则的名称、描述信息。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ModifyCloudConnectorAuthorizationRuleAttributes | 要执行的操作,取值:ModifyCloudConnectorAuthorizationRuleAttributes。 |
Version | String | 是 | 2020-04-01 | API版本信息。 |
AuthorizationRuleId | String | 是 | ccrule-1sdsf334j51288**** | 授权规则的ID。 |
AuthorizationRuleName | String | 否 | cciot-rule | 授权规则的名称。
|
Description | String | 否 | cciot-rule_description | 授权规则的描述。
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 20240103142338370D93418519AB****** | 请求ID。 |
GET /?Action=Action=ModifyCloudConnectorAuthorizationRuleAttributes&Version=2020-04-01&AuthorizationRuleId=ccrule-imd3sb3byigw8gbssxm****&AuthorizationRuleName=cciot-rule&Description=cciot-rule_description HTTP/1.1 Host: open.volcengineapi.com ServiceName: directconnect Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "202401031420253E5A140AC4F5DB******", "Action": "ModifyCloudConnectorAuthorizationRuleAttributes", "Version": "2020-04-01", "Service": "directconnect", "Region": "cn-beijing" }, "Result": { "RequestId": "20240103142338370D93418519AB******", } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | DryRunOperation | Exception raised to indicate a successfully authorized action when the DryRun flag is set to true. | 该请求设置为DryRun操作,操作授权已获得许可,但未被实际执行。 |
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. Ensure the maximum length of name is 128. | 指定的名称格式不合法。名称长度不能超过128个字符。 |
400 | InvalidName.Malformed | The specified name is malformed. | 指定的名称格式不合法。请修复名称格式后重试。 |
404 | InvalidAuthorizationRule.NotFound | The specified cloud connector authorization rule does not exist. | 指定的云连接器授权规则不存在。 |