Skip to content

Commit 6c62bd3

Browse files
committed
Add "available" to Linode.backups and Backups
1 parent 51220ad commit 6c62bd3

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
@@ -19629,6 +19629,14 @@ components:
1962919629
failed: red
1963019630
userAborted: f
1963119631
default_: yellow
19632+
available:
19633+
type: boolean
19634+
description: |
19635+
Whether this Backup is available for restoration.
19636+
19637+
Backups undergoing maintenance are not available for restoration.
19638+
example: true
19639+
readOnly: true
1963219640
created:
1963319641
type: string
1963419642
format: date-time
@@ -22882,6 +22890,14 @@ components:
2288222890
[POST /linode/instances/{linodeId}/backups/enable](/docs/api/linode-instances/#backups-enable).
2288322891
example: true
2288422892
readOnly: true
22893+
available:
22894+
type: boolean
22895+
description: |
22896+
Whether Backups for this Linode are available for restoration.
22897+
22898+
Backups undergoing maintenance are not available for restoration.
22899+
example: true
22900+
readOnly: true
2288522901
schedule:
2288622902
type: object
2288722903
properties:

0 commit comments

Comments
 (0)