Get Edge Health Metrics
DescriptionFetch edge system resource metrics
Request
URLURL
Path Parameters
Path Parameters
The logicalId
GUID for the target enterprise
The logicalId
GUID for the target edge
Query Parameters
Query Parameters
Query interval end time represented as a 13-digit, millisecond-precision epoch timestamp.
A comma-separated list of field names corresponding to linked resources. Where supported, the server will resolve resource attributes for the specified resources.
Possible values are: tunnelCount , memoryPct , flowCount , cpuPct , cpuCoreTemp , handoffQueueDrops , tunnelCountV6
Query interval start time represented as a 13-digit, millisecond-precision epoch timestamp.
Response
Response BodyResponse Body
200 OK
Request successfully processed
{
"_href": "string",
"cpuCoreTemp": {
"average": 0,
"max": 0,
"min": 0
},
"cpuPct": {
"average": 0,
"max": 0,
"min": 0
},
"flowCount": {
"average": 0,
"max": 0,
"min": 0
},
"handoffQueueDrops": {
"average": 0,
"max": 0,
"min": 0
},
"memoryPct": {
"average": 0,
"max": 0,
"min": 0
},
"total": 0,
"tunnelCount": {
"average": 0,
"max": 0,
"min": 0
},
"tunnelCountV6": {
"average": 0,
"max": 0,
"min": 0
}
}
Errors
ValidationError
Unauthorized
Resource not found
Rate Limit Exceeded
Internal server error