List mobile gateway connection status
POST/mt/monitor/v1/agg/serviceConnectivity/gatewayStatus
Retrieve an aggregated list of mobile gateway connection status across tenants.
Request
Query Parameters
agg_by string
Must be tenant
. Using the query parameter returns all the aggregated responses for the current parent tenant and its child tenants. If not used, the results for just the current tenant are returned.
Example: tenant
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
- application/json
Body
- Array [
- ]
properties object[]required
List of property json objects
alias string
property string
Gateway status property fields will be returned in the API response. See GatewayStatusProperty.
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Gateway Locations
- Gateway Locations per Tenant
Schema
- any
[
{
"gateway_count": 100,
"status": "<status>"
}
]
[
{
"gateway_count": 100,
"status": "<status>",
"sub_tenant_id": "<sub_tenant_id>"
}
]
Bad Request
Server Error
Loading...