NSX-T Data Center REST API
Associated URIs:
API Description | API Path |
---|---|
Get upgrade coordinator deployment configurationGet input parameters required to deploy upgrade-coordinator. |
GET /policy/api/v1/infra/sites/{site-id}/napp/deployment/upgrade-coordinator
|
Update upgrade-coordinator configurationUpdate input parameter require to deploy upgrade-coordinator related pods. Advanced 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. |
PATCH /policy/api/v1/infra/sites/{site-id}/napp/deployment/upgrade-coordinator
|
Get deployment or undeployment progress statusGet deployment or undeployment progress status. |
GET /policy/api/v1/infra/sites/{site-id}/napp/deployment/upgrade-coordinator/status
|