调用ModifyTransitRouterGrantRuleAttributes接口,修改指定实例共享的描述信息。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ModifyTransitRouterGrantRuleAttributes | 要执行的操作,取值为ModifyTransitRouterGrantRuleAttributes。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
TransitRouterId | String | 是 | tr-7qthudw0ll6jmc**** | 中转路由器实例的ID。您可以调用DescribeTransitRouters接口获取中转路由器实例ID。 |
GrantAccountId | String | 是 | 210001**** | 中转路由器实例授权的账号ID。您可以调用DescribeVpcs接口获取待授权的账号ID。 |
Description | String | 否 | This is used for test. | 实例共享的描述信息。
|
本接口无特有的返回参数。更多信息请见返回结构。
GET /?Action=ModifyTransitRouterGrantRuleAttributes&Version=2020-04-01&TransitRouterId=tr-7qthudw0ll6jmc****&GrantAccountId=210001****&ADescription=This is used for test. HTTP/1.1 Host: open.volcengineapi.com Service: transitrouter Region: cn-guangzhou
{ "ResponseMetadata": { "RequestId": "0ED8D006-F706-4D23-88ED-E11ED28D****", "Action": "ModifyTransitRouterGrantRuleAttributes", "Version": "2020-04-01", "Service": "transitrouter", "Region": "cn-guangzhou" }, "Result": {} }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
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 | InvalidTransitRouter.InvalidStatus | The specified Transit Router is not in the correct status for the request. | 指定的中转路由器所处状态无法响应该请求。 |
403 | Forbidden.NoPermissionToOperate | You are not authorized to operate the specified resource. | 无权限操作指定的资源。 |
404 | InvalidTransitRouter.NotFound | The specified Transit Router does not exist. | 指定的中转路由器不存在。 |
404 | InvalidTransitRouterGrantRule.NotFound | The specified grant rule does not exist. | 指定的中转路由器授权规则不存在。 |