NSX-T Data Center REST API
Update upgrade-coordinator configuration
Update input parameter require to deploy upgrade-coordinator related pods.Advance configuraion option on UI has option to deploy kubernetes tools.
You need to get this file from VMware website.
File contains kubectl binary, helm binary and signature to verify them.
This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX-T.
Request:
Method:
              PATCH
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/sites/<site-id>/napp/deployment/upgrade-coordinator
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    UpgradeCoordinatorDeploymentConfig+
  Example Request:
PATCH https://<policy-mgr>/policy/api/v1/infra/sites/Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    UpgradeCoordinatorDeploymentConfig+
  