Skip to main content

Get All the Mobile User ADEM Agents Logged in for the Last 30 Days

This API retrieves all the Mobile Users ADEM agents logged in for the last 30 days.

In the Response section, the lines that are followed by a comment (<<<<<<) correspond to the location in the UI (see attached screenshot) that is enclosed in a red box.

The following shows the portions of the UI widget where the data is displayed for this example:

Request

GET https://api.sase.paloaltonetworks.com/agent/v2/measure/agent/score?timerange=last_30_days&group=en.endpoint,en.user&endpoint-type=muAgent&response-type=grouped-summary

header = { "prisma-tenant": "<tenant-id>" }

Response

{
    "startTime": 1687262400,
    "endTime": 1689854400,
    "endpointType": "muAgent",
    "tenantServiceGroup": [
                  "<tenant-id>:<subtenant-id>"       ],
    "pagination": {
        "page": 0,
        "limit": 50,
        "sortOrder": "DESC",
        "enabled": true
    },
    "collection": [
        {
            "rowCount": 87,
            "id": {
                "endpoint": "<id-of-endpoint>",
                "user": "xxxxxx@xxxxxx.com" <<<<<<
            },
            "average": {
                "endpointScore": 99.6,
                "wlan": 84.5,
                "lan": 62.9,
                "vpnUnderlay": 88.2,
                "vpnOverlay": 93.3,
                "application": 65.2, <<<<<< Experience score for the Mobile User agent on the users device
                "internet": 64
            },
            "agentProperties": {}
        },
    ]