NSX-T Data Center REST API
Associated URIs:
API Description | API Path |
---|---|
Get NSX Application Platform deployment configurationGet input parameters required to deploy NSX Application Platform. |
GET /policy/api/v1/infra/sites/<site-id>/napp/deployment/platform
|
Update platform configurationUpdate input parameters required to deploy platform related pods. The 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/platform
|
Run pre/post checks for NSX Application PlatformRun pre/post checks for NSX Application Platform |
PUT /policy/api/v1/infra/sites/<site-id>/napp/deployment/platform/checks
|
Get NSX Application Platform pre/post checks progress statusGet NSX Application Platform pre/post checks progress status. |
GET /policy/api/v1/infra/sites/<site-id>/napp/deployment/platform/checks/status
|
Get available deployment form factors for NSX Application PlatformGet available deployment form factors for NSX Application Platform. |
GET /policy/api/v1/infra/sites/<site-id>/napp/deployment/platform/form-factors
|
Get platform deployment or undeployment progress statusGet platform deployment or undeployment progress status. |
GET /policy/api/v1/infra/sites/<site-id>/napp/deployment/platform/status
|
Get NSX Application Platform versionsGet NSX Application Platform versions. |
GET /policy/api/v1/infra/sites/<site-id>/napp/deployment/platform/versions
|
Get list of Kubernetes storage classesGet the list of Kubernetes storage classes. |
GET /policy/api/v1/infra/sites/<site-id>/napp/deployment/storage-classes
|