NSX-T Data Center REST API

Get the status of load balancer pool (Deprecated)

Returns the status of the given load balancer pool by given load balancer
service id and load balancer pool id.
Deprecated:
Use the following Policy API -
GET /policy/api/v1/infra/lb-services/<lb-service-id>/lb-pools/<lb-pool-id>/detailed-status

Request:

Method:
GET
URI Path(s):
/api/v1/loadbalancer/services/{service-id}/pools/{pool-id}/status
Request Headers:
n/a
Query Parameters:
DataSourceParameters+
Request Body:
n/a

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
LbPoolStatus+

Example Response:

{ "members" : [ { "port" : "80", "ip_address" : "192.168.1.10", "status" : "UP" }, { "port" : "80", "ip_address" : "192.168.2.10", "status" : "UP" } ], "pool_id" : "029a843e-ae42-4bdf-9f84-8b1f94cb380d", "status" : "UP" }

Required Permissions:

read

Feature:

lb_pools

Additional Errors: