NSX-T Data Center REST API
This is Post Controller Deployment Workflow. It will create role if not exist Create Service User Set System Configuration Create Enforcement Point Save Infra-Admin Creds to DB.
Set the post deployment cluster configuration for Advanced Load Balancer controller cluster.Request:
Method:
PUT
URI Path(s):
/policy/api/v1/infra/alb-onboarding-workflow
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
ALBControllerConfiguration+
Example Request:
PUT https://<policy-mgr>/policy/api/v1/infra/alb-onboarding-workflow { "owned_by":"LCM", "cluster_ip" :"10.79.169.56", "infra_admin_username" : "admin", "infra_admin_password" : "Admin!23", "ntp_servers": [ "time.vmware.com" ], "dns_servers": [ "10.107.0.2" ] }Successful Response:
Response Code:
201 Created
Response Headers:
Content-type: application/json
Response Body:
EnforcementPoint+