-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
Not defined
Brief summary of the bug. What is it ? Where is it ?
If you have more than one backup, the get backup Info API fails due to an incorrect backup state check in the BE.
Steps to reproduce:
- Create more than one backup using the Optimize backup API
- Attempt to retrieve all backup info using the backup info API (without specifying a backup ID)
Actual result:
API returns a 500
Expected result:
API should not fail but instead return all requested backup info, each displaying correct backup details (ID, snapshot names etc)
Testing Notes: see steps to reproduce