NSX-T Data Center REST API
ClusterRestoreStatus (schema)
Cluster restore status
| Name | Description | Type | Notes | 
|---|---|---|---|
| backup_timestamp | Timestamp when backup was initiated in epoch millisecond | EpochMsTimestamp | Readonly | 
| endpoints | The list of allowed endpoints, based on the current state of the restore process | array of ResourceLink | Required Readonly | 
| id | Unique id for backup request | string | Readonly | 
| instructions | Instructions for users to reconcile Restore operations | array of InstructionInfo | Readonly | 
| not_allowed_actions | List of actions that are not allowed | array of string | Readonly Enum: VC_UPDATES Default: "[]" | 
| restore_end_time | Timestamp when restore was completed in epoch millisecond | EpochMsTimestamp | Readonly | 
| restore_start_time | Timestamp when restore was started in epoch millisecond | EpochMsTimestamp | Readonly | 
| status | GlobalRestoreStatus | ||
| step | RestoreStep | ||
| total_steps | Total number of steps in the entire restore process | integer | Readonly | 
