Skip to content

Commit a009a84

Browse files
authored
Exposed parameter backuptype from aiven's api (#1111)
1 parent e32d254 commit a009a84

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

specification/resources/databases/models/backup.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ properties:
1212
type: number
1313
example: 0.03364864
1414
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).
1520
1621
required:
1722
- created_at

specification/resources/databases/responses/database_backups.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,10 @@ content:
4545
backups:
4646
- created_at: '2019-01-11T18:42:27Z'
4747
size_gigabytes: 0.03357696
48+
incremental: false
4849
- created_at: '2019-01-12T18:42:29Z'
4950
size_gigabytes: 0.03364864
51+
incremental: true
5052
scheduled_backup_time:
5153
backup_hour: 20
5254
backup_minute: 40

0 commit comments

Comments
 (0)