NSX-T Data Center REST API
Update user information in Avi Load Balancer Controller.
Use this API to update a user's information 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
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
ALBControllerUser+
Example Request:
PUT https://<policy-mgr>/policy/api/v1/alb/controller-nodes/user { "username": "test_user", "password": "NewPass@1234", "clustering_id": "e8abab64-774e-48fa-bd5c-41df7aefdb88" }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ALBControllerUser+