[{"label":"Latest (v1.0)","version":"latest"}]
vmware-sase-platform
Get Edge Link Metrics
DescriptionEdge WAN link transport metrics
Request
URLURL
https://{api_host}//api/sdwan/v2/enterprises/{enterpriseLogicalId}/edges/{edgeLogicalId}/linkStats
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
metrics supported for querying linkStats
string
sortBy
Optional
sortBy query param to sort the resultset. Format of sortBy is
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
InlinelinkStatsArray
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}/linkStats
[{"label":"Latest (v1.0)","version":"latest"}]
vmware-sase-platform