System Administration > Configuration > NSX Advanced Load Balancer > Controller > Alb System Config

Update DNS, NTP and Backup server config in ALB controller.

Use this API to update DNS, NTP and Backup server config in ALB controller.

Request:

Method:
PUT
URI Path(s):
/policy/api/v1/alb/controller-nodes/system-configuration
Request Headers:
n/a
Query Parameters:
ALBControllerNodeVMUpdateParameters+
Request Body:
ALBControllerSystemConfiguration+

Example Request:

PUT https://<policy-mgr>/policy/api/v1/alb/controller-nodes/system-configuration { "dns_servers": [ "10.33.38.2" ], "ntp_servers": [ "10.166.1.110" ], "backup_server_config": { "server_address": "10.20.30.4", "username": "backupUser", "password": "password1", "backup_location": "/vmware/backup", "backup_passphrase": "password1" }, "clustering_id": "e8abab64-774e-48fa-bd5c-41df7aefdb88" }

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ALBControllerSystemConfigurationResponse+

Example Response:

{status: "NSX Advanced Load Balancer Controller system configuration updated successfully."}

Required Permissions:

crud

Feature:

policy_lb

Additional Errors: