Get BGP Peer Advertised Prefixes (v2.1)
GET/v2.1/api/tenants/:tenant_id/sites/:site_id/elements/:element_id/bgppeers/:bgp_peer_config_id/advertisedprefixes
Get 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.
bgp_peer_config_id stringrequired
The BGP peer config ID.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
advertised_ipv6_prefix_count int32
Advertised Ipv6 Prefix Count
advertised_prefix_count int32
Advertised Prefix Count
advertised_prefixes PrefixSet
Advertised Prefixes: Valid
ipv4_set string[]
The set of The IPv4 addresses.
ipv6_set string[]
The set of The IPv6 addresses.
description
The description of the prefix filter list. Max size = 1024.
id string
The ID of the prefix filter list.
{
"advertised_ipv6_prefix_count": 0,
"advertised_prefix_count": 0,
"advertised_prefixes": {
"ipv4_set": [
"string"
],
"ipv6_set": [
"string"
]
},
"id": "string"
}
Loading...