Report Pre Check
DescriptionPOST hook to record pre-check status as provided by pre-check jobs. Updating directly by end-user may result in incorrect system state, causing deployment failure.
Request
URLURL
Request Body
{
"desc": "string",
"feature": "malware-prevention",
"id": "string",
"name": "string",
"reason": "string",
"status": "SUCCESS"
}
Description of the pre-check - specifying what is being checked.
Possible values are: malware-prevention , cloud-connector , intelligence , intelligence-migration , metrics , ndr , reputation-service
Unique identification for the pre-check.
Name of the pre-check.
The reason, especially needed when the status is abnormal.
Status of an individual pre-check for the given feature.
Possible values are: SUCCESS , FAILED , WARNING , SKIPPED , INPROGRESS , STOPPING , STOPPED , PENDING , NOT_STARTED
Authentication
x_nsx_roles
Response
Response BodyResponse Body
200 OK
Successfully updated the pre-check status at backend.
Description of the pre-check - specifying what is being checked.
Possible values are: malware-prevention , cloud-connector , intelligence , intelligence-migration , metrics , ndr , reputation-service
Unique identification for the pre-check.
Name of the pre-check.
The reason, especially needed when the status is abnormal.
Status of an individual pre-check for the given feature.
Possible values are: SUCCESS , FAILED , WARNING , SKIPPED , INPROGRESS , STOPPING , STOPPED , PENDING , NOT_STARTED
Errors
An error occurred while updating the pre-check status. Please refer logs for cluster-api pod to get more information. Recovery includes re-running the pre-checks from UI.