BackupHistoryResponse
BackupHistoryResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| backup_end_time required | 검색 종료 일시 Example : 2024-10-31T14:59:59Z | any of [string (date-time), null] | |
| backup_job_guid required | Backup job GUID Example : 3b1da7ba-3f38-45cb-9538-e921826f80d7 | any of [string, null] | |
| backup_job_state required | Backup 이력 상태 Example : SUCCESS | string | |
| backup_start_time required | 시작 일시 Example : 2024-09-30T15:00:00Z | any of [string (date-time), null] | |
| schedule_id required | 스케줄 ID Example : f5b8e22b-0d88-4698-9996-fb44217c8227 | string | |
| schedule_name required | 스케줄명 Example : INCREMENTAL_DAILY_15:00:00-chg4By | string |