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

Get Feature Deployment Pre Check Results

Description

Get pre-check result of the feature specified in API path parameter.

Request

Request

URL

URL


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

Path Parameters

Path Parameters

string
feature Required

Name of the feature for which pre-check status is to be retrieved. Please refer Feature enum for precise name.


Authentication

Authentication

This operation uses the following authentication methods.

x_nsx_roles

Scopes: enterprise_admin, auditor, security_engineer, security_op

Response

Response

Response Body

Response Body

200 OK

Returns PreCheckResults of type application/json

Successfully retrieved the status of pre-checks.

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

Error occurred in fetching the pre-check status. Please check logs for cluster-api pod for more information.

Code Samples

Code Samples

cURL Command

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


Feedback

Was this page helpful?