Policy >
Networking
>
Network Services
>
Advanced Load Balancing
>
Alb Controller Version
Read an ALBControllerSupportedVersion
Read an ALBControllerSupportVersion.
This API is only available when using VMware NSX-T.
Request:
Method:
GET
URI Path(s):
/policy/api/v1/infra/alb-controller-version
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a
Example Request:
GET https://<policy-mgr>/policy/api/v1/infra/alb-controller-version
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ALBControllerVersion
+
ALBControllerVersion
(
schema
)
Name
Description
Type
Notes
alb_api_version
Alb API Version
It is ALB API version supported by NSX-ALB.
string
alb_controller_version
Alb Controller Version
It is ALB Controller version deployed by NSX-ALB.
string
Example Response:
{ "alb_api_version" : "20.1.7", "alb_controller_version": "20.1.7" }
Required Permissions:
read
Feature:
policy_lb
Additional Errors:
301 Moved Permanently
307 Temporary Redirect
400 Bad Request
403 Forbidden
409 Conflict
412 Precondition Failed
500 Internal Server Error
503 Service Unavailable