Get Feature Deployment Status
DescriptionGet the deployment status of feature specified in API path parameter.
Request
URLURL
Path Parameters
Path Parameters
Name of the feature for which deployment status is to be retrieved. Please refer Feature enum for precise name.
Authentication
x_nsx_roles
Response
Response BodyResponse Body
200 OK
Successfully retrieved the feature deployment status.
{
"feature": "malware-prevention",
"reason": "string",
"status": "DEPLOYMENT_IN_PROGRESS"
}
Possible values are: malware-prevention , cloud-connector , intelligence , intelligence-migration , metrics , ndr , reputation-service
Deployment status of the given feature.
Possible values are: DEPLOYMENT_IN_PROGRESS , DEPLOYMENT_SUCCESSFUL , DEPLOYMENT_FAILED , UNDEPLOYMENT_IN_PROGRESS , UNDEPLOYMENT_FAILED , NOT_DEPLOYED , UNKNOWN
Detailed reason for the status, if available.
Errors
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.