Get traceroute details
GET/adem/telemetry/v2/measure/route/hops
Retrieves application path trace details for a specific point in time
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.
Default value: 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.
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
Traceroute summary for overlay and underlay paths
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
- Array [
- Array [
- ]
- ]
sample end time (Unix timestamp)
endpoint type : muAgent, muProbe, rnAgent, rnProbe
pagination object
page limit
page number
sort by field
sort order : asc, desc
sample start time (Unix timestamp)
array of tenant service groups
vpnOverlayPaths object[]
endpoint uuid
hops object[]
hop IPv4 address
hop ASN
hop ASN ORG
hop city e.g Incheon
hop country code e.g KR
DSCP
hop index e.g first hop is 1
average jitter, microseconds
hop ICMP loss
MPLS
hop hostname
average round trip time, microseconds
ICMP packets sent
target
target IPv4 address
tunnel IPv4 address
vpnUnderlayPaths object[]
endpoint uuid
hops object[]
hop IPv4 address
hop ASN
hop ASN ORG
hop city e.g Incheon
hop country code e.g KR
DSCP
hop index e.g first hop is 1
average jitter, microseconds
hop ICMP loss
MPLS
hop hostname
average round trip time, microseconds
ICMP packets sent
target
target IPv4 address
tunnel IPv4 address
{
"endTime": 0,
"endpointType": "string",
"pagination": {
"enabled": true,
"limit": 0,
"page": 0,
"sortBy": "string",
"sortOrder": "string"
},
"rowCount": 0,
"startTime": 0,
"tenantServiceGroup": "string",
"vpnOverlayPaths": [
{
"endpoint": "string",
"hops": [
{
"address": "string",
"asn": 0,
"asnName": "string",
"city": "string",
"country": "string",
"dscp": 0,
"hop": 0,
"jitterAvg": 0,
"loss": 0,
"mpls": "string",
"rdns": "string",
"rttAvg": 0,
"sent": 0
}
],
"id": {},
"target": "string",
"targetAddress": "string",
"tunnelIpv4": "string"
}
],
"vpnUnderlayPaths": [
{
"endpoint": "string",
"hops": [
{
"address": "string",
"asn": 0,
"asnName": "string",
"city": "string",
"country": "string",
"dscp": 0,
"hop": 0,
"jitterAvg": 0,
"loss": 0,
"mpls": "string",
"rdns": "string",
"rttAvg": 0,
"sent": 0
}
],
"id": {},
"target": "string",
"targetAddress": "string",
"tunnelIpv4": "string"
}
]
}
Invalid Request
Invalid Client
Server Error