Skip to main content

Get Site Network Policy Prefix Associations (v2.1)

GET 

/v2.1/api/tenants/:tenant_id/sites/:site_id/networkpolicylocalprefixes

List all the site network policy prefix associations.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    site_id stringrequired

    The site ID.

Responses

Successful Operation

Schema
    count int32

    The actual count.

    id string

    The ID.

    tenant_id string

    The tenant ID.

    items SiteNetworkPrefixAssociationV2N1[]
  • Array [
  • id string

    The ID of the site prefix.

    ipv4_prefixes string[]

    The individual IPv4 prefixes address.

    ipv6_prefixes string[]

    The individual IPv4 prefixes 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...