Get total GP licenses allocated
Get an aggregated list of Global Protect (GP) licenses allocated across tenants for mobile_users
, explicit_proxy
, okyo
, and remote_networks
.
Header Parameters
X-PANW-Region string
Must be one of the following: de
, americas
, europe
, uk
, sg
, ca
, jp
, au
, in
. Returns details from the Cortex Data Lake (CDL) region specified. If no region is specified, the default response is americas
CDL region.
Example: americas
Responses
- 200
- 400
- 500
Success
application/json
Schema
Total GP License Allocated
Schema
- any
[
{
"explicit_proxy": {
"size": 0,
"unit": "user"
},
"mobile_users": {
"size": 10000,
"unit": "user"
},
"okyo": {
"size": 0,
"unit": "user"
},
"remote_networks": {
"size": 10000,
"unit": "mbps"
}
}
]
Bad Request
Server Error
Loading...