Get internet metrics
GEThttps://api.sase.paloaltonetworks.com/adem/telemetry/v2/measure/internet/metric
Retrieves Internet metrics for Mobile Users or Remote Networks - for example delay, jitter, loss - across a specified timerange
Request
Query Parameters
Possible values: <= 2147483648
The start time of the time range for which you want to retrieve the metrics. Specify in UNIX_TIMESTAMP_SECONDS, for example 1646252520
Possible values: <= 2147483648
The end time of the time range for which you want to retrieve the metrics. Specify in UNIX_TIMESTAMP_SECONDS, for example 1646263320
Timerange over which you want to retrieve metrics, provided in readable format:
last_
The responses are aggregated over a sample period which is a function of the time interval requested, such that the granularity decreases with increasing interval. See About Autonomous DEM API Timerange Parameter for details.
true
Selects which fields to include in the query. Must use the format field
The following operators are supported: >=, <=, ==, !=, >, <
See
About Autonomous DEM API Filter Parameter for details.
Possible values: [muAgent
, muProbe
, rnAgent
, rnProbe
]
Selects the endpoint type. See About Autonomous DEM API Endpoint-type Parameter for details.
Possible values: [timeseries
, summary
, grouped-timeseries
, grouped-summary
]
The entity by which to group the results. You can use entities such as endpoint, location, site, user, or test. You can specify multiple groups as a comma-separated list. For example, group=Entity.user, group=Entity.test,Entity.location
Use this parameter when the queries return a large number of results to limit the number of results in the response. See About Autonomous DEM API Pagination Parameter for details.
Header Parameters
Used to specify a specific tenant.
This is an optional parameter. Specifies a sub-tenant of the Prisma-Tenant, if any.
Responses
- 200
- 400
- 401
- 500
Internet test metrics
- application/json
- Schema
- Example (auto)
Schema
- oneOf
- MetricSeries
- MetricSummary
- MetricSeriesCollection
- MetricSummaryCollection
Sample end time (Unix timestamp).
Endpoint type : Can have one of these values: muAgent, muProbe, rnAgent, rnProbe.
Site ID. Required field when querying for Remote Networks-related data.
pagination object
Number of rows in a page.
Sample period in seconds.
series object[]
Sample start time (Unix timestamp).
Array of tenant service groups.
average object
sample end time (Unix timestamp)
endpoint type : muAgent, muProbe, rnAgent, rnProbe
pagination object
sample start time (Unix timestamp)
array of tenant service groups
collection object[]
sample end time (Unix timestamp)
endpoint type : muAgent, muProbe, rnAgent, rnProbe
pagination object
sample start time (Unix timestamp)
array of tenant service groups
collection object[]
sample end time (Unix timestamp)
endpoint type : muAgent, muProbe, rnAgent, rnProbe
pagination object
sample start time (Unix timestamp)
array of tenant service groups
{
"endTime": 0,
"endpointType": "string",
"id": "string",
"pagination": {
"enabled": true,
"limit": 0,
"page": 0,
"sortBy": "string",
"sortOrder": "string"
},
"rowCount": 0,
"samplePeriod": 0,
"series": [
{
"availability": 0,
"dataTransferTime": 0,
"delay": 0,
"dnsLookupTime": 0,
"jitter": 0,
"loss": 0,
"maxDataTransferTime": 0,
"maxDelay": 0,
"maxDnsLookupTime": 0,
"maxJitter": 0,
"maxLoss": 0,
"maxSslHandshakeTime": 0,
"maxTcpHandshakeTime": 0,
"maxThroughput": 0,
"maxTimeToFirstByte": 0,
"maxWaitTime": 0,
"sample": 0,
"sslHandshakeTime": 0,
"tcpHandshakeTime": 0,
"throughput": 0,
"timeToFirstByte": 0,
"totalTime": 0,
"waitTime": 0
}
],
"startTime": 0,
"tenantServiceGroup": "string"
}
Invalid Request
Invalid Client
Server Error
Authorization: http
name: Bearertype: httpscheme: bearer
- curl
- python
- go
- nodejs
- csharp
- php
- CURL
curl -L 'https://pan.dev/adem/telemetry/v2/measure/internet/metric' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'