[{"label":"Latest (v1.0)","version":"latest"}]
vmware-sase-platform
Get Edge Path Metrics
DescriptionFetch path stats metrics from an edge
Request
URLURL
https://{api_host}//api/sdwan/v2/enterprises/{enterpriseLogicalId}/edges/{edgeLogicalId}/pathStats
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.
integer
limit
Optional
Limits the maximum size of the result set.
string
metrics
Optional
metrics supported for querying pathStats
string
peerLogicalId
Required
The logicalId
GUID for the path stats peer
integer
start
Optional
Query interval start time represented as a 13-digit, millisecond-precision epoch timestamp.
Response
Response
Response BodyResponse Body
200 OK returns
array
of
InlineEdgePathStatsMetricsArray
of type application/json
Request successfully processed
Errors
Code Samples
Code Samples
cURL Command
curl https://{api_host}/api/sdwan/v2/enterprises/{enterpriseLogicalId}/edges/{edgeLogicalId}/pathStats?peerLogicalId=string
[{"label":"Latest (v1.0)","version":"latest"}]
vmware-sase-platform