[{"label":"Latest (v1.0)","version":"latest"}]
vmware-sase-platform
Get Edge Health Metrics
DescriptionFetch edge system resource metrics
Request
URLURL
https://{api_host}//api/sdwan/v2/enterprises/{enterpriseLogicalId}/edges/{edgeLogicalId}/healthStats
Path Parameters
Path Parameters
string
enterpriseLogicalId
Required
The logicalId
GUID for the target enterprise
string
edgeLogicalId
Required
The logicalId
GUID for the target edge
Query Parameters
Query Parameters
integer
end
Optional
Query interval end time represented as a 13-digit, millisecond-precision epoch timestamp.
string
include
Optional
A comma-separated list of field names corresponding to linked resources. Where supported, the server will resolve resource attributes for the specified resources.
string
metrics
Optional
integer
start
Optional
Query interval start time represented as a 13-digit, millisecond-precision epoch timestamp.
Response
Response
Response BodyResponse Body
200 OK returns
EdgeHealthStatsMetricsSchema
of type application/json
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
}
}
string
_href
Optional
integer
total
Optional
Errors
Code Samples
Code Samples
cURL Command
curl https://{api_host}/api/sdwan/v2/enterprises/{enterpriseLogicalId}/edges/{edgeLogicalId}/healthStats
[{"label":"Latest (v1.0)","version":"latest"}]
vmware-sase-platform