Skip to main content

Get Site Priority Policy Prefix Associations (v2.1)

GET 

/sdwan/v2.1/api/sites/:site_id/prioritypolicylocalprefixes

List all the site priority policy prefix associations.

Request

Path Parameters

    site_id stringrequired

    The ID of the site.

Responses

Successful Operation

Schema
    count int32

    The actual count.

    id string

    The ID.

    items SitePriorityPrefixAssociationV2N1[]
  • Array [
  • id string

    The ID of the site prefix.

    ipv4_prefixes string[]

    The individual IP address.

    ipv6_prefixes string[]

    Lists the IPv6 address.

    prefix_id string

    The IP Prefix ID that associates with a site.

    tags string[]

    A information field that can be added to identify the site prefix. Maximum 10 unique tags of length 1024 each are allowed.

  • ]
Loading...