Skip to main content

Get Prefix List for Element (v2.0)

GET 

https://api.sase.paloaltonetworks.com/sdwan/v2.0/api/sites/:site_id/elements/:element_id/routing_prefixlists

Get all the prefix lists for an element.

Request

Path Parameters

    site_id stringrequired

    The ID of the site.

    element_id stringrequired

    The ID of the element.

Responses

Successful Operation

Schema
    countint32

    The actual count.

    idstring

    The ID.

    items RoutingPrefixList[]
  • Array [
  • auto_generatedboolean

    The value true or false for auto-generated prefix list for an element.

    description

    The description of the prefix filter list. Max size = 1024.

    idstring

    The ID of the prefix filter list.

    namestringrequired

    The name of the prefix filter list. Max size = 128.

    prefix_filter_list RoutingPrefixFilter[]

    The details of the prefix filter list used to filter routes.

  • Array [
  • geint32

    The prefix filter value for ge operator should be within the range 1-32.

    ipv6_prefixstring

    The IPv6 address prefix.

    leint32

    The prefix filter value for le operator should be within the range 1-32.

    orderint32

    The order of the prefix filter.

    permitboolean

    The permit of the IP community sctring = Permit or Deny.

    prefixstring

    The valid prefix filters.

  • ]
  • tagsstring[]

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

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

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