NSX-T Data Center REST API

PerStepRestoreStatus (type)

{
  "id": "PerStepRestoreStatus",
  "module_id": "ClusterRestore",
  "properties": {
    "description": {
      "readonly": true,
      "required": true,
      "title": "A description of the restore status",
      "type": "string"
    },
    "value": {
      "enum": [
        "INITIAL",
        "RUNNING",
        "SUSPENDED_BY_USER",
        "SUSPENDED_FOR_USER_ACTION",
        "FAILED",
        "SUCCESS"
      ],
      "readonly": true,
      "required": true,
      "title": "Per step restore status value",
      "type": "string"
    }
  },
  "title": "Restore step status",
  "type": "object"
}