cinder/api-ref/source/v3/samples/group-types-list-response.json
zhufl 0f3375689f api-ref: add missing fields in volume group types
There are some fields missing in volume group types api ref,
https://developer.openstack.org/api-ref/block-storage/v3/#list-group-types

is_public and description are missing from the response and
sample of "List group types".

Change-Id: I47c3c8279d2026f04646ceba4bd31f23519fffad
2018-10-17 03:04:01 +00:00

21 lines
603 B
JSON

{
"group_types": [
{
"is_public": true,
"group_specs": {
"consistent_group_snapshot_enabled": "<is> False"
},
"id": "6685584b-1eac-4da6-b5c3-555430cf68ff",
"name": "group_type1",
"description": "tempest-group-type-description-1261576824"
},
{
"is_public": true,
"group_specs": {},
"id": "8eb69a46-df97-4e41-9586-9a40a7533803",
"name": "group_type2",
"description": "tempest-group-type-description-3927295731"
}
]
}