List locations
GET/mt/monitor/v1/agg/location/list
Get a list of compute locations, latitude, and longitude.
Request
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
- Location List
Schema
- any
[
{
"cloudRegionName": "hong-kong",
"latitude": "22.3193",
"locationName": "Hong Kong",
"longitude": "114.1694"
},
{
"cloudRegionName": "ap-northeast-1",
"latitude": "36.2048",
"locationName": "Japan Central",
"longitude": "138.2529"
}
]
Bad Request
Server Error
Loading...