Skip to main content

Get BGP Peer Advertised Prefixes (v2.0)

GET 

/sdwan/v2.0/api/sites/:site_id/elements/:element_id/bgppeers/:config_id/advertisedprefixes

List all the BGP peer advertised prefixes.

Request

Path Parameters

    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

Successful Operation

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.

Loading...