调用DescribeBgpPeerAttributes查询指定BGP邻居的详细信息。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeBgpPeerAttributes | 要执行的操作,取值:DescribeBgpPeerAttributes。 |
Version | String | 是 | 2020-04-01 | API版本信息。 |
BgpPeerId | String | 是 | bgp-2752hz4teko3k7f4c**** | 要查询的BGP邻居的ID。您可调用DescribeBgpPeers查询BGP邻居的ID。 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 2021111616110801021214619**** | 请求ID。 |
AccountId | String | 21000***** | BGP邻居所属账号的ID。 |
VirtualInterfaceId | String | dcv-7qthudw0ll6jmc**** | BGP邻居所在虚拟接口的ID。 |
BgpPeerId | String | bgp-2752hz4teko3k7f4c**** | BGP邻居的ID。 |
BgpPeerName | String | test | BGP邻居的名称。 |
Description | String | This is a sample description | BGP邻居的描述。 |
CreationTime | String | 2021-04-09T08:36:47+08:00 | 创建BGP邻居的时间。 |
UpdateTime | String | 2021-04-10T09:18:28+08:00 | 更新BGP邻居的时间。 |
RemoteAsn | Integer | 32000 | BGP邻居的对端ASN。 |
AuthKey | String | testAu**** | BGP邻居的认证密钥。 |
Status | String | Available | BGP邻居的状态。
|
SessionStatus | String | Up | BGP邻居的会话状态。
|
IpVersion | String | IPv4 | BGP邻居的IP类型。
|
LocalAsn | Integer | 137718 | 火山侧的ASN号。 |
GET /?Action=DescribeBgpPeerAttributes&Version=2020-04-01&BgpPeerId=bgp-2752hz4teko3k7f4c**** HTTP/1.1 Host: open.volcengineapi.com ServiceName: directconnect Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "2021111616110801021214619****", "Action": "DescribeBgpPeerAttributes", "Version": "2020-04-01", "Service": "directconnect", "Region": "cn-beijing" }, "Result": { "RequestId": "2021111616110801021214619****", "AccountId":"210000****", "BgpPeerId":"bgp-2752hz4teko3k7f4c\*\*\*\*", "VirtualInterfaceId": "dcv-7qthudw0ll6jmc****", "BgpPeerName": "test", "Description": "test", "RemoteAsn":32000, "AuthKey":"testAuth", "Status": "Available", "CreationTime": "2021-12-15T17:05:42+08:00", "UpdateTime": "2021-12-17T11:50:30+08:00", "IpVersion": "IPv4", "LocalAsn": 137718, "SessionStatus": "Up" } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
404 | InvalidBgpPeer.NotFound | The specified BGP peer does not exist. | 指定的BGP邻居不存在。 |