Skip to main content

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

    X-PANW-Region stringrequired

    CDL Region

    Prisma-Tenant string

    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.

Body

required
    alternate_username string

    GP user name

    application_score_aggregate_value string

    Possible values: [poor, fair, good]

    Quality of application

    client_gp_version string

    Version of the GP client

    client_os_version string

    Version of the client OS

    connection_method string

    Possible values: [ep, gp]

    Type of connection

    device_name string

    Name of the user device

    device_score_aggregate_value string

    Possible values: [poor, fair, good]

    Quality of device score aggregate

    device_self_serve_status boolean

    Is device self service

    edge_location_display_name string

    Name of PA location

    event_time stringrequired

    Time of the event

    internet_score_aggregate_value string

    Possible values: [poor, fair, good]

    Quality of internet

    lan_score_aggregate_value string

    Possible values: [poor, fair, good]

    Quality of LAN

    node_type numberrequired

    Type of the node

    pa_score_aggregate_value string

    Possible values: [poor, fair, good]

    Quality of PA

    platform_type string

    Platform name

    source_city string

    Name of city

    source_country string

    Name of country

    user_source_ip_address string

    IP address of the user

    usergroups string

    Group of the user

    username string

    Mobile user name

    wifi_score_aggregate_value string

    Possible values: [poor, fair, good]

    Quality of wifi

Responses

OK

Schema
    device_count integer

    device_count

    user_count integer

    user_count

Loading...