NSX-T Data Center REST API
Validate admin password for Avi Load Balancer Controller.
Use this API to validate admin password in Avi Load Balancer Controller.This API is for VCF deployments only.
Request:
Method:
PUT
URI Path(s):
/policy/api/v1/alb/controller-nodes/check-password
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
ALBControllerAdminCredential+
Example Request:
POST https://<policy-mgr>/policy/api/v1/alb/controller-nodes/password-check { "password": "abcdef123", "clustering_id": "e8abab64-774e-48fa-bd5c-41df7aefdb88" }Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a