Skip to main content

Get Site Network Policy Prefix Associations (v2.0)

GET 

https://api.sase.paloaltonetworks.com/sdwan/v2.0/api/sites/:site_id/networkpolicylocalprefixes

List all the site network policy prefix associations.

Request

Path Parameters

    site_id stringrequired

    The site ID.

Responses

Successful Operation

Schema
    countint32

    The actual count.

    idstring

    The ID.

    items SiteNetworkPrefixAssociation[]
  • Array [
  • idstring

    The ID of the site prefix.

    ipv4_prefixesstring[]

    The individual IP address.

    prefix_idstring

    The IP Prefix ID that associates with a site.

    tagsstring[]

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

  • ]
curl -L 'https://api.sase.paloaltonetworks.com/sdwan/v2.0/api/sites/:site_id/networkpolicylocalprefixes' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://api.sase.paloaltonetworks.com
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!