[api-ref]Add replication_status(optional) to List groups with details response

The response of "list groups with deatils" interface refers to
that of "show group details",whose response contains replication_status.
So it is nesscessary to add replication_status to the response of
"list groups with details", so that user can get replication information
directly instead of calling "show group details" interface again.

https://docs.openstack.org/api-ref/block-storage/v3/index.html?expanded
=list-groups-with-details-detail#generic-volume-groups-groups

Change-Id: I465cab85cd682b44a3b2fba116ea6dbb3f5aa0e9
Closes-Bug: #1894834
This commit is contained in:
lw-zte 2020-09-14 09:10:52 +08:00
parent eb2ab0bac2
commit c7148b8048

View File

@ -317,6 +317,7 @@ Response Parameters
- id: group_id_path
- name: name
- volumes: volume_ids
- replication_status: group_replication_status
- project_id: project_id_group
Response Example