NSX-T Data Center REST API

DeploymentChecksStatusResult (type)

{
  "additionalProperties": false,
  "description": "List of pre/post checks status.",
  "id": "DeploymentChecksStatusResult",
  "module_id": "PolicyCloudNative",
  "properties": {
    "results": {
      "description": "Array of pre/post deployment checks.",
      "items": {
        "$ref": "DeploymentChecksStatus"
      },
      "title": "Array of pre/post deployment checks",
      "type": "array"
    }
  },
  "title": "Status of pre/post checks",
  "type": "object"
}