Get BGP Peer Advertised Prefixes (v2.0)
GET/v2.0/api/tenants/:tenant_id/sites/:site_id/elements/:element_id/bgppeers/:config_id/advertisedprefixes
List all the BGP peer advertised prefixes.
Request
Path Parameters
tenant_id stringrequired
ID of the tenant.
site_id stringrequired
The ID of the site.
element_id stringrequired
The ID of the element.
config_id stringrequired
The ID of the BGP peer config.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
advertised_prefix_count int32
The advertised prefix count for the BGP peer.
advertised_prefixes PrefixSet
The advertised prefixes of the BGP peer.
ipv4_set string[]
The set of The IPv4 addresses.
ipv6_set string[]
The set of The IPv6 addresses.
id string
The ID of the BGP peer.
{
"advertised_prefix_count": 0,
"advertised_prefixes": {
"ipv4_set": [
"string"
],
"ipv6_set": [
"string"
]
},
"id": "string"
}
Loading...