Skip to main content

Get Security Zone (v2.0)

GET 

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

Get a security zone.

Request

Path Parameters

    site_id stringrequired

    The ID of the site.

    zone_id stringrequired

    The ID of the site security zone.

Responses

Successful Operation

Schema
    idstring

    The ID of the security zone.

    networks SiteContext[]required

    The details of the network and network type.

  • Array [
  • network_idstring

    The ID of the network.

    network_typestringrequired

    The network type.

    Possible values: [wan_network, lan_network, wan_overlay]

  • ]
  • zone_idstringrequired

    The ID of the security zone.

curl -L 'https://api.sase.paloaltonetworks.com/sdwan/v2.0/api/sites/:site_id/sitesecurityzones/:zone_id' \
-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!