NSX-T Data Center REST API
Get the statistics of load balancer pool (Removed in 9.0)
Returns the statistics of the given load balancer pool by given load balancerservice id and load balancer pool id.
Currently, only realtime mode is supported.
Deprecated:
Use the following Policy API -
GET /policy/api/v1/infra/lb-services/<lb-service-id>/lb-pools/<lb-pool-id>/statistics?source=realtime
Request:
Method:
GET
URI Path(s):
/api/v1/loadbalancer/services/{service-id}/pools/{pool-id}/statistics
Request Headers:
n/a
Query Parameters:
DataSourceParameters+
Request Body:
n/a
Example Request:
GET https://<nsx-mgr>/api/v1/loadbalancer/services/a0de28f3-c0f7-445c-a624-265175da795d/pools/029a843e-ae42-4bdf-9f84-8b1f94cb380d/statistics?source=realtimeSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
LbPoolStatistics+