NSX-T Data Center REST API

ClusterRestoreStatus (type)

{
  "id": "ClusterRestoreStatus",
  "module_id": "ClusterRestore",
  "properties": {
    "allowed_actions": {
      "default": [],
      "items": {
        "type": "string"
      },
      "readonly": true,
      "required": false,
      "title": "List of actions that are allowed.",
      "type": "array",
      "uniqueItems": true
    },
    "backup_timestamp": {
      "$ref": "EpochMsTimestamp",
      "readonly": true,
      "required": false,
      "title": "Timestamp when backup was initiated in epoch millisecond"
    },
    "endpoints": {
      "items": {
        "$ref": "ResourceLink"
      },
      "readonly": true,
      "required": true,
      "title": "The list of allowed endpoints, based on the current state of\nthe restore process\n",
      "type": "array"
    },
    "id": {
      "readonly": true,
      "required": false,
      "title": "Unique id for backup request",
      "type": "string"
    },
    "instructions": {
      "items": {
        "$ref": "InstructionInfo"
      },
      "readonly": true,
      "required": false,
      "title": "Instructions for users to reconcile Restore operations",
      "type": "array"
    },
    "not_allowed_actions": {
      "default": [],
      "items": {
        "enum": [
          "VC_UPDATES"
        ],
        "type": "string"
      },
      "readonly": true,
      "required": false,
      "title": "List of actions that are not allowed",
      "type": "array",
      "uniqueItems": true
    },
    "restore_end_time": {
      "$ref": "EpochMsTimestamp",
      "readonly": true,
      "required": false,
      "title": "Timestamp when restore was completed in epoch millisecond"
    },
    "restore_start_time": {
      "$ref": "EpochMsTimestamp",
      "readonly": true,
      "required": false,
      "title": "Timestamp when restore was started in epoch millisecond"
    },
    "status": {
      "$ref": "GlobalRestoreStatus"
    },
    "step": {
      "$ref": "RestoreStep"
    },
    "total_steps": {
      "readonly": true,
      "required": false,
      "title": "Total number of steps in the entire restore process",
      "type": "integer"
    }
  },
  "title": "Cluster restore status",
  "type": "object"
}