BackupRestoreHistoryResponse
BackupRestoreHistoryResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| backup_id required | Backup ID Example : 00cd2538fbf94d12b36aabbdd607e974 | string | |
| backup_start_time required | Backup 일시 Example : 2024-10-28T05:38:48 | string (date-time) | |
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| restore_end_time required | 복구 완료 일시 Example : 2024-10-28T05:52:47 | any of [string (date-time), null] | |
| restore_server_id required | 복구 서버 ID Example : 26895cb7-2059-49e7-b6fe-9c9c4b0d3db0 | any of [string, null] | |
| restore_server_name required | 복구 서버명 Example : restoretest1 | string | |
| restore_start_time required | 복구 시작 일시 Example : 2024-10-28T05:52:47 | string (date-time) | |
| restore_state required | 복구 상태 Example : COMPLETED | enum (COMPLETED, FAILED, INPROGRESS) | |
| schedule_name required | 스케줄명 Example : INCREMENTAL_DAILY_15:00:00-chg4By | string |