NSX-T Data Center REST API
Get the statistics of the given load balancer virtual server (Deprecated)
Returns the statistics of the load balancer virtual server by given loadbalancer serives id and load balancer virtual server id.
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /api/v1/loadbalancer/services/<service-id>/virtual-servers/<virtual-server-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/virtual-servers/6be3337b-42c9-4ad6-8184-82ecb7a3234d/statistics?source=realtimeSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    LbVirtualServerStatistics+
  