From affb22146348843c0864e4a2c10fdc049ef79ee5 Mon Sep 17 00:00:00 2001 From: bbiggerr Date: Tue, 25 Jul 2023 13:52:54 -0400 Subject: [PATCH] Expanded DBaaS backup restore to include failed and degraded clusters --- openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index c1f8391d9..647dffed8 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -3786,7 +3786,7 @@ paths: Requires `read_write` access to the Database. - The Database must have an `active` status to perform this command. + The Database must have an `active`, `degraded`, or `failed` status to perform this command. **Note**: Restoring from a backup will erase all existing data on the database instance and replace it with backup data. @@ -4542,7 +4542,7 @@ paths: Requires `read_write` access to the Database. - The Database must have an `active` status to perform this command. + The Database must have an `active`, `degraded`, or `failed` status to perform this command. **Note**: Restoring from a backup will erase all existing data on the database instance and replace it with backup data.