BackupDetailResponse
BackupDetailResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| backup_agent_id optional | Backup Agent ID Example : BACKUP_AGENT-abcd | any of [string, null] | |
| created_at required | Created At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | Created By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| encrypt_enabled optional | Whether to use Encryption Example : False | any of [boolean, null] | |
| filesystem_paths optional | List of filesystem backup path Example : ['/aaa', '/bbb'] | any of [array[string], null] | |
| id required | ID Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e | string | |
| modified_at required | Modified At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | Modified By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | Backup name Example : backup-001 | string | |
| policy_category required | Backup policy category Example : AGENTLESS | string | |
| policy_type required | Backup policy type Example : VM_IMAGE | string | |
| region optional | Region Example : kr-west1 | any of [string, null] | |
| retention_period required | Backup retention period Example : WEEK_2 | string | |
| role_type required | Backup role type Example : ORIGINAL | string | |
| server_category required | Backup server category Example : VIRTUAL_SERVER | GPU_SERVER | BAREMETAL_SERVER | string | |
| server_name required | Backup server name Example : server-001 | string | |
| server_os_type optional | Server’s OS Type Example : WINDOWS | any of [string, null] | |
| server_region required | Region Example : kr-west1 | any of [string, null] | |
| server_uuid required | Backup server UUID Example : 89f5ef44-1021-4a5c-8e06-fbb289eac366 | string | |
| state required | Backup state Example : AVAILABLE | string |