We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e32d254 commit a009a84Copy full SHA for a009a84
specification/resources/databases/models/backup.yml
@@ -12,6 +12,11 @@ properties:
12
type: number
13
example: 0.03364864
14
description: The size of the database backup in GBs.
15
+ incremental:
16
+ type: boolean
17
+ example: false
18
+ description: >-
19
+ Indicates if this backup is a full or an incremental one (available only for MySQL).
20
21
required:
22
- created_at
specification/resources/databases/responses/database_backups.yml
@@ -45,8 +45,10 @@ content:
45
backups:
46
- created_at: '2019-01-11T18:42:27Z'
47
size_gigabytes: 0.03357696
48
+ incremental: false
49
- created_at: '2019-01-12T18:42:29Z'
50
size_gigabytes: 0.03364864
51
+ incremental: true
52
scheduled_backup_time:
53
backup_hour: 20
54
backup_minute: 40
0 commit comments