BackupCreateRequest1Dot1
BackupCreateRequest1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| dr_enabled optional | Whether to use DR Example : False | any of [boolean, null] | |
| encrypt_enabled optional | Whether to use Encryption Example : True | boolean | True |
| filesystem_paths optional | List of filesystem backup path Example : ['/aaa', '/bbb'] | any of [array[string], null] | |
| name required | Backup name Example : backup-001 | string | |
| policy_category required | Backup policy category Example : AGENTLESS | enum (AGENTLESS, AGENT) | |
| policy_type required | Backup policy type Example : VM_IMAGE | enum (VM_IMAGE, FILESYSTEM) | |
| region optional | Region Example : kr-west1 | any of [string, null] | |
| retention_period optional | Backup retention period Example : WEEK_2 | enum (WEEK_2, MONTH_1, MONTH_3, MONTH_6, YEAR_1) | WEEK_2 |
| schedules required | Schedules | array[BackupScheduleCreateRequest] | |
| server_category required | Backup server category Example : VIRTUAL_SERVER | GPU_SERVER | BAREMETAL_SERVER | enum (VIRTUAL_SERVER, GPU_SERVER, BAREMETAL_SERVER) | |
| server_guid optional | Backup server GUID Example : 9ab33c66-3dbd-46cd-b0af-abccd3eb3170 | any of [string, null] | |
| server_uuid required | Backup server UUID Example : 89f5ef44-1021-4a5c-8e06-fbb289eac366 | string | |
| tags optional | any of [array[Tag], null] |