Skip to content

Commit 52ace2f

Browse files
authored
Merge pull request #642 from bbiggerr/dbaas-backing-up
Add backing_up Database status
2 parents 8492ffe + 0c67156 commit 52ace2f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17810,6 +17810,7 @@ components:
1781017810
- failed
1781117811
- degraded
1781217812
- updating
17813+
- backing_up
1781317814
description: The operating status of the Managed Database.
1781417815
example: active
1781517816
x-linode-filterable: true
@@ -17998,6 +17999,7 @@ components:
1799817999
restoring: yellow
1799918000
failed: red
1800018001
degraded: red
18002+
default_: white
1800118003
encrypted:
1800218004
$ref: '#/components/schemas/Database/properties/encrypted'
1800318005
allow_list:
@@ -18743,6 +18745,7 @@ components:
1874318745
failed: red
1874418746
pending: yellow
1874518747
stale: red
18748+
default_: white
1874618749
type: string
1874718750
enum:
1874818751
- accepted
@@ -24110,6 +24113,7 @@ components:
2411024113
failed: red
2411124114
pending: yellow
2411224115
stale: red
24116+
default_: white
2411324117
type: string
2411424118
enum:
2411524119
- accepted

0 commit comments

Comments
 (0)