Skip to main content

Get Route Map for Element (v2.2)

GET 

https://api.sase.paloaltonetworks.com/sdwan/v2.2/api/sites/:site_id/elements/:element_id/routing_routemaps

List all the route maps 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 RoutingRouteMapScreenV2N2[]
  • Array [
  • auto_generatedboolean

    The value true or false for auto-generated route map for an element.

    description

    The description of the route map. Max size = 1024.

    idstring

    The ID of the route map.

    namestringrequired

    The name of the route map. Max size = 128.

    route_map_entries RoutingRouteMapEntryV2N2[]

    The details of the route map entries.

  • Array [
  • continue_entrystring

    To continue to use the rule that the route matches.

    match MatchClauses

    The details of route match.

    as_path_idstring

    The AS path ID.

    community_list_idstring

    The community list ID.

    ip_next_hop_idstring

    The IP next-hop ID.

    ip_prefix_list_idstring

    The IP prefix list ID.

    tagint32

    A information field that can be added to identify the match clause.

    orderint32

    Enter an order number from 1 to 65535 to define the order in which this route map will be used.

    permitboolean

    It allow routes to be advertised or Deny to block the routes from being advertised.

    set SetClauses

    The details of the route map set.

    as_path_prependstring

    The AS path prepend.

    communitystring

    The community.

    ip_next_hopstring

    Ip Next Hop

    local_preferenceint64

    The local preference.

    tagint32

    A information field that can be added to identify the set clause.

    weightint64

    The weight of the set clause.

  • ]
  • tagsstring[]

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

  • ]
curl -L 'https://api.sase.paloaltonetworks.com/sdwan/v2.2/api/sites/:site_id/elements/:element_id/routing_routemaps' \
-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!