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-T.

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

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/sites//napp/deployment/platform/checks/status

Successful Response:

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

Example Response:

{ "resource_type": "DeploymentChecksStatusResult", "result" : [ {"name": "check1", "desc": "...", "status": "SUCCESS", "reason": ""} {"name": "check2", "desc": "...", "status": "FAILED", "reason": "Reason for failure"} ] }

Required Permissions:

read

Feature:

policy_napp

Additional Errors: