Get L2VPN Stats
Get statistics of an L2Vpn.
- no enforcement point path specified: Stats will be evaluated on each enforcement
point.
- {enforcement_pointpath}: Stats are evaluated only on the given enforcement point.
This API is deprecated. Please use GET /infra/tier-0s/
Request
URLURL
https://nsxmanager.your.domain/policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/l2vpn-context/l2vpns/{l2vpn-id}/statistics
Parameters
Parameters
string
tier-0-id
Required
No description available
string
locale-service-id
Required
No description available
string
l2vpn-id
Required
No description available
Query Parameters
Query Parameters
string
enforcement_point_path
Optional
String Path of the enforcement point
Response
Response
Response BodyResponse Body
200 OK returns
AggregateL2VpnStatistics
{
"intent_path": "string",
"l2vpn_statistics_per_enforcement_point": [
{
"enforcement_point_path": "string",
"resource_type": "string"
}
]
}
string
intent_path
Required
Intent path of object, forward slashes must be escaped using %2F.
array of
L2VpnStatisticsPerEnforcementPoint
l2vpn_statistics_per_enforcement_point
Optional
List of L2Vpn Statistics per Enforcement Point.
cURL Command
curl https://nsxmanager.your.domain/policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/l2vpn-context/l2vpns/{l2vpn-id}/statistics
Errors
404
The requested resource could not be found but may be available again in the future.
500
The server encountered an unexpected condition which prevented it from fulfilling the request.
503
The server is currently unavailable (because it is overloaded or down for maintenance).
On This Page
Locale Services L2VPN Operations
put
delete
delete
delete
get
get
get
patch
patch
patch