NSX-T Data Center REST API

DeploymentChecksStatus (type)

{
  "additionalProperties": false,
  "description": "Pre/Post deployment status.",
  "id": "DeploymentChecksStatus",
  "module_id": "PolicyCloudNative",
  "properties": {
    "description": {
      "description": "Show more information about pre/post check performed.",
      "title": "More detail about check",
      "type": "string"
    },
    "name": {
      "title": "Name of pre/post check",
      "type": "string"
    },
    "reason": {
      "description": "Reason for failure of pre/post check. Otherwise empty.",
      "title": "Reason in case of pre/post check failure",
      "type": "string"
    },
    "status": {
      "description": "Status pre/post check. SUCCESS - Successfully completed pre/post check. FAILED - Failed pre/post check. WARNING - Warning in pre/post check. SKIPPED - Pre/post check skipped. IN_PROGRESS - Pre/post check in progress. STOPPING - Stopping pre/post check. STOPPED - Pre/post check stopped. NOT_STARTED - Pre/post check not started",
      "enum": [
        "SUCCESS",
        "FAILED",
        "WARNING",
        "SKIPPED",
        "IN_PROGRESS",
        "STOPPING",
        "STOPPED",
        "NOT_STARTED"
      ],
      "title": "Status of pre/post checks",
      "type": "string"
    }
  },
  "title": "Pre/Post deployment status",
  "type": "object"
}