
Previously the backup restore response only included ``id`` whereas the restore API returns ``backup_id``, ``volume_id`` and ``volume_name`` fields. Turns out the resource_response_key was missing in the translate response method and the has_body parameter was set to False indicating that the response doesn't return a body which is not true. This patch fixes the above stated issues. Story: 2011235 Task: 51137 Change-Id: Id5c7fd2f0fcb55474b44b688bfdebaca4c670bd2
7 lines
162 B
YAML
7 lines
162 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Previously the volume backup restore response only
|
|
returned ``id`` and now it also returns ``volume_id``
|
|
and ``volume_name`` fields.
|