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

Get Feature Deployment Status

Description

Get the deployment status of feature specified in API path parameter.

Request

Request

URL

URL


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

Path Parameters

Path Parameters

string
feature Required

Name of the feature for which deployment 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, network_engineer, network_op, security_engineer, security_op, lb_admin, lb_auditor, waf_admin, waf_op, vpn_admin, gi_partner_admin, netx_partner_admin

Response

Response

Response Body

Response Body

200 OK

Returns FeatureDeploymentStatus of type application/json

Successfully retrieved the feature deployment status.

{
	"feature": "malware-prevention",
	"reason": "string",
	"status": "DEPLOYMENT_IN_PROGRESS"
}
feature Required

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


status Required

Deployment status of the given feature.

Possible values are: DEPLOYMENT_IN_PROGRESSDEPLOYMENT_SUCCESSFULDEPLOYMENT_FAILEDUNDEPLOYMENT_IN_PROGRESSUNDEPLOYMENT_FAILEDNOT_DEPLOYEDUNKNOWN


string
reason Optional

Detailed reason for the status, if available.

Errors

Errors

Error
default

Error occurred while fetching the deployment status for feature specified in API path parameter. Please check logs for cluster-api pod for more information. Refer the troubleshooting guide if neither of the above help.

Code Samples

Code Samples

cURL Command

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


Feedback

Was this page helpful?