System Administration > Configuration > NSX Advanced Load Balancer > Controller > Alb User Credential

Update admin user or service user object password in ALB controller.

Use this API to update admin user password or service user object password in ALB controller.

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+

Example Response:

{ "user_credential_type": "VCENTER_SERVICE_USER_CREDENTIAL", "username": "vc-d6c00477-bd33-40fd-9e79-c6b4f0708b0a-service-user" }

Required Permissions:

crud

Feature:

policy_lb

Additional Errors: