调用ModifyTransitRouterAttributes接口,修改指定中转路由器实例的名称或描述信息。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ModifyTransitRouterAttributes | 要执行的操作,取值为ModifyTransitRouterAttributes。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
TransitRouterId | String | 是 | tr-7qthudw0ll6jmc**** | 中转路由器实例的ID。您可以调用DescribeTransitRouters接口获取中转路由器实例ID。 |
TransitRouterName | String | 否 | transitrouter-01 | 中转路由器实例的名称。
|
Description | String | 否 | This transit router is used for test. | 中转路由器实例的描述信息。
|
本接口无特有的返回参数。更多信息请见返回结构。
GET /?Action=ModifyTransitRouterAttributes&Version=2020-04-01&TransitRouterId=tr-7qthudw0ll6jmc**** HTTP/1.1 Host: open.volcengineapi.com Service: transitrouter Region: cn-guangzhou
{ "ResponseMetadata": { "RequestId": "0ED8D006-F706-4D23-88ED-E11ED28D****", "Action": "ModifyTransitRouterAttributes", "Version": "2020-04-01", "Service": "transitrouter", "Region": "cn-guangzhou" }, "Result": {} }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
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 | 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 | 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. | 指定的中转路由器不存在。 |