Get Security Zone (v2.0)
GEThttps://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
- 200
- 400
Successful Operation
- application/json
- Schema
- Example (auto)
Schema
idstring
The ID of the security zone.
networks SiteContext[]required
zone_idstringrequired
The ID of the security zone.
{
"id": "string",
"networks": [
{
"network_id": "string",
"network_type": "wan_network"
}
],
"zone_id": "string"
}
Bad Request
- application/json
- Schema
- Example (auto)
- Example
Schema
_error ErrorResponse[]
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "BAD_REQUEST"
}
]
}
}
- curl
- python
- go
- nodejs
- csharp
- php
- CURL
curl -L 'https://api.sase.paloaltonetworks.com/sdwan/v2.0/api/sites/:site_id/sitesecurityzones/:zone_id' \
-H 'Accept: application/json'
ResponseClear