NSX-T Data Center REST API

RestoreStep (type)

{
  "id": "RestoreStep",
  "module_id": "ClusterRestore",
  "properties": {
    "description": {
      "readonly": true,
      "required": true,
      "title": "Restore step description",
      "type": "string"
    },
    "status": {
      "$ref": "PerStepRestoreStatus"
    },
    "step_number": {
      "readonly": true,
      "required": true,
      "title": "Restore step number",
      "type": "integer"
    },
    "value": {
      "readonly": true,
      "required": true,
      "title": "Restore step value",
      "type": "string"
    }
  },
  "title": "Restore step info",
  "type": "object"
}