Skip to content

Add backing_up Database status #642

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 6, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17773,6 +17773,7 @@ components:
- failed
- degraded
- updating
- backing_up
description: The operating status of the Managed Database.
example: active
x-linode-filterable: true
Expand Down Expand Up @@ -17961,6 +17962,7 @@ components:
restoring: yellow
failed: red
degraded: red
default_: white
encrypted:
$ref: '#/components/schemas/Database/properties/encrypted'
allow_list:
Expand Down Expand Up @@ -18706,6 +18708,7 @@ components:
failed: red
pending: yellow
stale: red
default_: white
type: string
enum:
- accepted
Expand Down Expand Up @@ -24058,6 +24061,7 @@ components:
failed: red
pending: yellow
stale: red
default_: white
type: string
enum:
- accepted
Expand Down