NSX-T Data Center REST API

ClusterBackupInfo (type)

{
  "additionalProperties": false,
  "id": "ClusterBackupInfo",
  "module_id": "ClusterRestore",
  "properties": {
    "ip_address": {
      "description": "IP address or FQDN of the node which would be used for the restoration. This should be same as the one on which backup was taken",
      "format": "hostname-or-ip",
      "readonly": true,
      "required": false,
      "title": "IP address or FQDN of the node from which the backup was taken",
      "type": "string"
    },
    "ipv6_address": {
      "description": "IPv6 address or FQDN v6 of the node which would be used for the restoration. This should be same as the one on which backup was taken",
      "format": "hostname-or-ip",
      "readonly": true,
      "required": false,
      "title": "IPv6 address or FQDN v6 of the node from which the backup was taken",
      "type": "string"
    },
    "node_id": {
      "readonly": true,
      "required": true,
      "title": "ID of the node from which the backup was taken",
      "type": "string"
    },
    "restore_type": {
      "default": [],
      "items": {
        "enum": [
          "REGULAR_RESTORE",
          "POLICY_ONLY_RESTORE"
        ],
        "type": "string"
      },
      "readonly": true,
      "required": false,
      "title": "Type of restore allowed",
      "type": "array",
      "uniqueItems": true
    },
    "timestamp": {
      "$ref": "EpochMsTimestamp",
      "readonly": true,
      "required": true,
      "title": "timestamp of the cluster backup file"
    }
  },
  "title": "Cluster backup details",
  "type": "object"
}