NSX-T Data Center REST API

Get NSX Application Platform pre/post checks progress status

Get NSX Application Platform pre/post checks progress status. This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/sites/{site-id}/napp/deployment/platform/checks/status
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
DeploymentChecksStatusResult+

Example Response:

{ "results": [ { "name": "Version Compatibility Precheck", "description": "Check NSX Application Platform version compatibility", "status": "NOT_STARTED" }, { "name": "Kubernetes Cluster Connection Precheck", "description": "Check connectivity between NSX manager and kubernetes cluster", "status": "NOT_STARTED" }, { "name": "Kubernetes Tools Sync Precheck", "description": "Check whether kubernetes tools are compatible and sync with all managers", "status": "NOT_STARTED" }, { "name": "Existing Namespaces Precheck", "description": "Check existing namespaces in kubernetes cluster", "status": "NOT_STARTED" }, { "name": "Service Name/FQDN Validation Precheck", "description": "Check service name/fqdn", "status": "NOT_STARTED" }, { "name": "Kubernetes Cluster DNS Domain Precheck", "description": "Check Kubernetes cluster dns domain", "status": "NOT_STARTED" }, { "name": "Time Synchronization Precheck", "description": "Kubernetes cluster and NSX time sync", "status": "NOT_STARTED" }, { "name": "Kubernetes Cluster Available Resources Precheck", "description": "Check Kubernetes cluster node resources", "status": "NOT_STARTED" } ] }

Required Permissions:

read

Feature:

policy_napp

Additional Errors: