NSX-T Data Center REST API
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+