Skip to content

Commit 2dd5e4a

Browse files
authored
Merge pull request #713 from bbiggerr/linode-backups-available
Add "available" to Linode.backups and Backups
2 parents ff55322 + 6c62bd3 commit 2dd5e4a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

openapi.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19692,6 +19692,14 @@ components:
1969219692
failed: red
1969319693
userAborted: f
1969419694
default_: yellow
19695+
available:
19696+
type: boolean
19697+
description: |
19698+
Whether this Backup is available for restoration.
19699+
19700+
Backups undergoing maintenance are not available for restoration.
19701+
example: true
19702+
readOnly: true
1969519703
created:
1969619704
type: string
1969719705
format: date-time
@@ -22946,6 +22954,14 @@ components:
2294622954
[POST /linode/instances/{linodeId}/backups/enable](/docs/api/linode-instances/#backups-enable).
2294722955
example: true
2294822956
readOnly: true
22957+
available:
22958+
type: boolean
22959+
description: |
22960+
Whether Backups for this Linode are available for restoration.
22961+
22962+
Backups undergoing maintenance are not available for restoration.
22963+
example: true
22964+
readOnly: true
2294922965
schedule:
2295022966
type: object
2295122967
properties:

0 commit comments

Comments
 (0)