Metrics Get Edge Device Metrics
Gets flow metric summaries for the specified time interval by client device. On success, this method returns an array of flow data in which each entry corresponds to a distinct device. In the request body, the id
and edgeId
property names are interchangeable. The enterpriseId
property is required when this method is invoked in the operator context.
Privileges required:
READ
EDGE
VIEW_USER_IDENTIFIABLE_FLOW_STATS
undefined
Show optional properties
{
"interval": {
"start": "string"
}
}
{
"id": 0,
"edgeId": 0,
"enterpriseId": 0,
"interval": {
"end": "string",
"start": "string"
},
"metrics": "basic_metrics Object",
"sort": "basic_metric Object",
"limit": 0,
"devices": [
0
]
}
id
edgeId
enterpriseId
A list of metrics to report. When omitted, this method returns all available metrics.
sort
limit
devices
Request was successfully processed
[
"metrics_get_edge_device_metrics_result_item Object"
]
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"interval:"object"}' https://{api_host}/portal/rest/metrics/getEdgeDeviceMetrics