NSX-T Data Center REST API

Get LBVirtualServer status information

Get LBVirtualServer detailed status information.
- no enforcement point path specified: Information will be aggregated from
each enforcement point.
- {enforcement_point_path}: Information will be retrieved only from the
given enforcement point.

NSX Load Balancer availability in terms of use-cases and editions is
specified in NSX Feature and Edition Guide. Please review before consuming
those APIs.
This API is only available when using VMware NSX.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lbs/{vpc-lb-id}/vpc-lb-virtual-servers/{vpc-lb-virtual-server-id}/detailed-status
Request Headers:
n/a
Query Parameters:
PolicyRuntimeRequestParameters+
Request Body:
n/a

Example Request:

GET https://<policy-mgr>/policy/api/v1/orgs/default/projects/project-1/vpcs/vpc-1/vpc-lbs/lb-1/vpc-lb-virtual-servers/vs-0/detailed-status

Successful Response:

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

Example Response:

{ "results" : [ { "virtual_server_path" : "/orgs/default/projects/project-1/vpcs/vpc-1/vpc-lb-virtual-servers/vs-0", "status" : "DOWN", "enforcement_point_path" : "/infra/sites/default/enforcement-points/default", "resource_type" : "LBVirtualServerStatus" } ], "intent_path" : "/orgs/default/projects/project-1/vpcs/vpc-1/vpc-lb-virtual-servers/vs-0" }

Required Permissions:

read

Feature:

policy_statistics

Additional Errors: