NSX-T Data Center REST API
Read load balancer node usage summary
The API is used to retrieve the load balancer node usage summary of allnodes for every enforcement point.
- If the parameter ?include_usages=true exists, the property node_usages
are included in response. By default, the property node_usages is not
included in response.
- If parameter ?enforcement_point_path=<enforcement-point-path> exists,
only node usage summary from specific enforcement point is included
in response. If no enforcement point path is specified, information will
be aggregated from each enforcement point.
- If parameter ?node_type=VirtualNetworkAppliance exists, it will only
return the LB node usage summary for virtual network appliances. If
parameter ?node_type=EdgeNode exists, it will only return the LB node usage
summary for edge nodes. If the parameter is not specified, it will return
LB node usage summary for both edge nodes and virtual network appliances.
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.
Request:
Method:
GET
URI Path(s):
/policy/api/v1/infra/lb-node-usage-summary
Request Headers:
n/a
Query Parameters:
LBNodeUsageSummaryRequestParameters+
Request Body:
n/a
Example Request:
GET https://<policy-mgr>/policy/api/v1/infra/lb-node-usage-summary?include_usages=trueSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
AggregateLBNodeUsageSummary+