Total number of connected entities
POST/insights/v3.0/resource/query/mobileusers/connected_entity_count
Retrieves the total number of users and devices connected to the GlobalProtect Gateway. The count will also include users and devices monitored by the ADEM Agent if an ADEM or DEM license is present.
Request
Header Parameters
CDL Region
A Prisma-Tenant is a unique identifier for a tenant or a subtenant within a single or multi-tenant architecture, providing precise tenant management and resource allocation.
- application/json
Body
required
GP user name
Possible values: [poor
, fair
, good
]
Quality of application
Version of the GP client
Version of the client OS
Possible values: [ep
, gp
]
Type of connection
Name of the user device
Possible values: [poor
, fair
, good
]
Quality of device score aggregate
Is device self service
Name of PA location
Time of the event
Possible values: [poor
, fair
, good
]
Quality of internet
Possible values: [poor
, fair
, good
]
Quality of LAN
Type of the node
Possible values: [poor
, fair
, good
]
Quality of PA
Platform name
Name of city
Name of country
IP address of the user
Group of the user
Mobile user name
Possible values: [poor
, fair
, good
]
Quality of wifi
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
device_count
user_count
{
"data": [
{
"device_count": 1200,
"user_count": 1000
}
]
}
{
"data": [
{
"device_count": 1200,
"user_count": 1000
}
]
}