From c7148b80489777b0a9bf2a14bb6740033c1794e4 Mon Sep 17 00:00:00 2001 From: lw-zte Date: Mon, 14 Sep 2020 09:10:52 +0800 Subject: [PATCH] [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 --- api-ref/source/v3/groups.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/api-ref/source/v3/groups.inc b/api-ref/source/v3/groups.inc index 3ca41dd2a56..910f2751b69 100644 --- a/api-ref/source/v3/groups.inc +++ b/api-ref/source/v3/groups.inc @@ -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