调用 ModifyTransitRouterPeerAttachmentAttributes 接口,修改跨地域连接的名称、描述、带宽及关联的带宽包。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ModifyTransitRouterPeerAttachmentAttributes | 要执行的操作,取值为ModifyTransitRouterPeerAttachmentAttributes。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
TransitRouterAttachmentId | String | 是 | tr-attach-7qthudw0ll6jmc**** | 跨地域连接的ID。您可以调用DescribeTransitRouterPeerAttachments接口获取跨地域连接的ID。 |
TransitRouterAttachmentName | String | 否 | tr-attachment | 跨地域连接的名称。
|
TransitRouterBandwidthPackageId | String | 否 | tr-bp-qw2u6ur8lhe2t**** | 中转路由器带宽包的ID。您可以调用DescribeTransitRouterBandwidthPackages接口获取中转路由器带宽包的ID。 |
Bandwidth | Integer | 否 | 2 | 跨地域连接的带宽,单位为Mbps。 |
Description | String | 否 | This peer attachment is used for test. | 跨地域连接的描述信息。
|
本接口无特有的返回参数。更多信息请见返回结构。
GET /?Action=ModifyTransitRouterPeerAttachmentAttributes&Version=2020-04-01&TransitRouterId=tr-7qthudw0ll6jmc****&TransitRouterAttachmentName=tr-attachment02 HTTP/1.1 Host: open.volcengineapi.com Service: transitrouter Region: cn-guangzhou
{ "ResponseMetadata": { "RequestId": "0ED8D006-F706-4D23-88ED-E11ED28D****", "Action": "ModifyTransitRouterPeerAttachmentAttributes", "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. | 指定的网络实例连接所处状态无法响应该请求。 |
400 | LimitExceeded.InterRegionBandwidth | The specified inter region bandwidth exceeds the available bandwidth of the bandwidth package. | 指定的域间带宽大小超出带宽包可分配的带宽。 |
400 | LimitExceeded.InterRegionBandwidth | The specified peer attachment bandwidth exceeds the lower limit. | 指定的带宽大小超出域间带宽最小限制。 |
400 | UnsupportedOperation.ExpiredStatus | The request on the specified bandwidth package is denied because the bandwidth package is expired. | 指定带宽包已过期,不支持当前操作。 |
400 | InvalidTransitRouterPeerAttachment.PeerTransitRouterInvalidStatus | The specified peer Transit Router is not in the correct status for the request. | 指定的对端中转路由器所处状态无法响应该请求。 |
400 | InvalidTransitRouterBandwidthPackage.InvalidStatus | The specified TransitRouter bandwidth package is being operated now. | 指定的带宽包所处状态无法响应该请求,请稍后重试。 |
400 | MissingParameter | The specified peer attachment with a bandwidth package assigned to it, needs to allocate an inter region bandwidth parameter. | 跨地域连接指定了带宽包,请分配跨域带宽。 |
400 | InvalidRegionId.Conflict | The LocalRegionId or PeerRegionId of peer attachment are different from bandwidth package. | 指定的带宽包和跨地域连接的互通地域不一致。 |
404 | InvalidInterRegionBandwidth.NotFound | The specified inter region bandwidth does not exist. | 指定的跨域带宽不存在。 |
404 | InvalidTransitRouterAttachment.NotFound | The specified Transit Router attachment does not exist. | 指定的网络实例连接不存在。 |
404 | InvalidTransitRouterBandwidthPackage.NotFound | The specified bandwidth package id does not exist. | 指定的带宽包不存在。 |
409 | InvalidParameter.ParameterConflict | Cannot set the bandwidth when peer attachment has not associated bandwidth package. | 跨地域连接未加入带宽包,不支持设置跨地域带宽。 |