cinder/api-ref/source/v3/samples/group-type-show-response.json
jeremy.zhang 299f4ecd0c Fix v3 sample files
This patch is mainly to fix some v3 sample json files to keep the format consistent.

Change-Id: Ibfe171f19e1530c0fcdc6a531c36871d1bc51a3c
2018-06-22 01:05:08 +08:00

12 lines
281 B
JSON

{
"group_type": {
"id": "6685584b-1eac-4da6-b5c3-555430cf68ff",
"name": "grp-type-001",
"description": "group type 001",
"is_public": true,
"group_specs": {
"consistent_group_snapshot_enabled": "<is> False"
}
}
}