Skip to main content

Get Site Local Prefix Set (v2.0)

GET 

/sdwan/v2.0/api/sites/:site_id/localprefixset

List the site local prefix set.

Request

Path Parameters

    site_id stringrequired

    The ID of the site.

Responses

Successful Operation

Schema
    local_networks LocalNetwork[]

    The details of the local networks prefix sets.

  • Array [
  • prefix_set Network[]

    The valid local prefix set for the site.

  • Array [
  • gateway string

    The network gateway.

    ipv4_prefix string

    The IPv4 address prefix.

  • ]
  • prefix_set_v6 NetworkV6[]

    The v6 prefix set for the site.

  • Array [
  • gateway string

    The network gateway.

    ipv6_prefix string

    The IPv6 address prefix.

  • ]
  • security_policies SecurityPolicy[]

    The details of the security policy.

  • Array [
  • action Action

    The action to allow, deny, or reject traffic based on the security intent of the enterprise.

    app_ids string[]

    The App IDs.

    direction Direction

    The direction of the traffic.

  • ]
  • vlan_id int32

    The vlan ID.

    vrf_context_id string

    The VRF (Virtual Routing and Forwarding) ID.

  • ]
Loading...