调用ModifyBgpPeerAttributes修改指定BGP邻居的信息。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ModifyBgpPeerAttributes | 要执行的操作,取值为ModifyBgpPeerAttributes。 |
Version | String | 是 | 2020-04-01 | API版本信息。 |
BgpPeerId | String | 是 | bgp-2752hz4teko3k7f4c**** | 待修改信息的BGP邻居的ID。您可调用DescribeBgpPeers查询BGP邻居的ID。 |
BgpPeerName | String | 否 | test | BGP邻居的名称。
|
Description | String | 否 | This is a sample description | BGP邻居的描述信息。
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 202111161611080102121461940900**** | 请求ID。 |
GET /?Action=ModifyBgpPeerAttributes&Version=2020-04-01&BgpPeerId=bgp-2752hz4teko3k7f4c****&BgpPeerName=test&Description=test HTTP/1.1 Host: open.volcengineapi.com ServiceName: directconnect Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "202111161611080102121461940900****", "Action": "ModifyBgpPeerAttributes", "Version": "2020-04-01", "Service": "directconnect", "Region": "cn-beijing" }, "Result": { "RequestId": "202111161611080102121461940900****" } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
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. | 指定的名称格式不合法。请修复名称格式后重试。 |
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 | InvalidDirectConnectGateway.InvalidStatus | The specified direct connect gateway is not in the correct status for the request. | 指定的专线网关所处的状态无法响应该请求。 |
404 | InvalidBgpPeer.NotFound | The specified BGP peer does not exist. | 指定的BGP邻居不存在。 |