NSX-T Data Center REST API

DeploymentChecksAction (type)

{
  "additionalProperties": false, 
  "description": "Pre/Post deployment check.", 
  "id": "DeploymentChecksAction", 
  "module_id": "PolicyCloudNative", 
  "properties": {
    "action": {
      "description": "Run pre/post deployment checks. PRE_CHECKS - Run pre-check before deployment. POST_CHECKS - Run post-check after deployment. ABORT_CHECKS - Abort running pre/post deployement checks.", 
      "enum": [
        "PRE_CHECKS", 
        "POST_CHECKS", 
        "ABORT_CHECKS"
      ], 
      "required": true, 
      "title": "Pre/post deployment checks", 
      "type": "string"
    }
  }, 
  "title": "Pre/Post deployment check", 
  "type": "object"
}