[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform

Run Feature Deployment Pre Checks

Description

Begin execution of pre-checks for the feature specified in the API path parameter. These would run asynchronously on NAPP as pre-check jobs. Results can be monitored via pre-checks/status API.

Request

Request

URL

URL


post
https://{api_host}/napp/api/v1/platform/features/{feature}/pre-checks
Copy

Path Parameters

Path Parameters

string
feature Required

Name of the feature for pre-check execution is to be performed. Please refer Feature enum for precise name.


Authentication

Authentication

This operation uses the following authentication methods.

x_nsx_roles

Scopes: enterprise_admin

Response

Response

Response Body

Response Body

202 Accepted

Returns PreCheckResults of type application/json

Pre-check execution started successfully.

feature Required

Possible values are: malware-preventioncloud-connectorintelligenceintelligence-migrationmetricsndrreputation-service


array of CheckResult
results Required

The list of pre check reports.

Errors

Errors

Error
default

Pre-check execution could not be started. Please check connectivity to helm repository, since fetching metadata prior to deployment of pre-checks is required.

Code Samples

Code Samples

cURL Command

curl -X POST https://{api_host}/napp/api/v1/platform/features/{feature}/pre-checks


Feedback

Was this page helpful?