调用ModifyTransitRouterDirectConnectGatewayAttachmentAttributes接口,修改指定专线网关类型网络实例连接的信息。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ModifyTransitRouterDirectConnectGatewayAttachmentAttributes | 要执行的操作,取值为ModifyTransitRouterDirectConnectGatewayAttachmentAttributes。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
TransitRouterAttachmentId | String | 是 | tr-attach-13n2l4c**** | 网络实例连接的ID。您可以调用DescribeTransitRouterDirectConnectGatewayAttachments接口获取专线网关类型网络实例连接的ID。 |
Description | String | 否 | This attachment is used for test. | 网络实例连接的描述信息。
|
TransitRouterAttachmentName | String | 否 | DirectConnectattach-02 | 网络实例连接的名称。
|
本接口无特有的返回参数。更多信息请见返回结构。
GET /?Action=ModifyTransitRouterDirectConnectGatewayAttachmentAttributes&Version=2020-04-01&TransitRouterAttachmentId=tr-attach-13n2l4c****&TransitRouterAttachmentName=DirectConnectattach-02 HTTP/1.1 Host: open.volcengineapi.com Service: transitrouter Region: cn-guangzhou
{ "ResponseMetadata": { "RequestId": "0ED8D006-F706-4D23-88ED-E11ED28D****", "Action": "ModifyTransitRouterDirectConnectGatewayAttachmentAttributes", "Version": "2020-04-01", "Service": "transitrouter", "Region": "cn-guangzhou" }, "Result": {} }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidDescription.Malformed | The specified description is malformed. | 指定的描述格式不合法。请修复描述格式后重试。 |
400 | InvalidDescription.Malformed | The specified description is malformed. Ensure the maximum length of description is 255. | 指定的描述格式不合法。描述长度不能超过255个字符。 |
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. | 指定的中转路由器所处状态无法响应该请求。 |
400 | InvalidTransitRouterAttachment.InvalidStatus | The specified Transit Router Attachment is not in the correct status for the request. | 指定的网络实例连接所处状态无法响应该请求。 |
404 | InvalidTransitRouterAttachment.NotFound | The specified Transit Router attachment does not exist. | 指定的网络实例连接不存在。 |