NSX-T Data Center REST API
Update admin user or service user object password in Avi Load Balancer Controller.
Use this API to update admin user password or service user object 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/user-credential
Request Headers:
n/a
Query Parameters:
ALBControllerNodeVMUpdateParameters+
Request Body:
ALBControllerUserCredential+
Example Request:
PUT https://<policy-mgr>/policy/api/v1/alb/controller-nodes/user-credential { "user_credential_type": "VCENTER_SERVICE_USER_CREDENTIAL", "password": "Pass@1234" "username": "vc-d6c00477-bd33-40fd-9e79-c6b4f0708b0a-service-user", "clustering_id": "e8abab64-774e-48fa-bd5c-41df7aefdb88" }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ALBControllerUserCredentialResponse+