Add backup info as part of /mgmt/accounts/<account_id> response

Registered by Ramashri Umale

There does not seem to a way to list backups for a given tenant. The /mgmt/accounts/<account_id> lists all trove instance ids for a tenant. This should be made complete by also listing all backup ids associated with the tenant.
Useful to admin for getting info in order to reclaim resources for a tenant.

Current response:

RESP BODY: {"account": {"id": "4482d3f1f4e24ba08b9dc6649d5df39f", "instance_ids": ["77a82689-f714-465a-a45d-8bd8e1f5eaaf", "a37929d7-dd3e-474d-9eed-5c64b8005457"]}}

Proposed:

RESP BODY: {"account": {"id": "4482d3f1f4e24ba08b9dc6649d5df39f", "instance_ids": ["77a82689-f714-465a-a45d-8bd8e1f5eaaf", "a37929d7-dd3e-474d-9eed-5c64b8005457"], "backup_ids": ["197048c1b08545e59ba7633ac9e17b65", "7afed0bc00ef48869ee594e6d3e5173b"]}}

Blueprint information

Status:
Not started
Approver:
None
Priority:
Undefined
Drafter:
Ramashri Umale
Direction:
Needs approval
Assignee:
Ramashri Umale
Definition:
New
Series goal:
None
Implementation:
Unknown
Milestone target:
None

Related branches

Sprints

Whiteboard

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.