NSX-T Data Center REST API
Get the status list of virtual servers in given load balancer service (Removed in 9.0)
Returns the status list of virtual servers in given load balancer service.Deprecated:
Use the following Policy API to get the virtual server status in the LB -
GET /policy/api/v1/infra/lb-services/<lb-service-id>/detailed-status
Request:
Method:
GET
URI Path(s):
/api/v1/loadbalancer/services/{service-id}/virtual-servers/status
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/statusSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
LbVirtualServerStatusListResult+