cinder/api-ref/source/v3/samples/group-snapshots-create-response.json
junboli 04bfefcf34 Add v2 v3 response example in API doc
In the api-ref/source/v2 and api-ref/source/v3, Add response
example for some of volumes, backups, consistencygroups doc.

Change-Id: I2d89df3cf6f691d6cde2429b1b33b5b16af3269c
2017-06-20 08:24:52 +00:00

12 lines
363 B
JSON

{
"group_snapshot": {
"id": "6f519a48-3183-46cf-a32f-41815f816666",
"name": "first_group_snapshot",
"status": "creating",
"group_type_id": "58737af7-786b-48b7-ab7c-2447e74b0ef4",
"created_at": "2017-06-20T07:44:47.000000",
"group_id": "d5577983-23be-47e3-b98b-bf604e5af421",
"description": null
}
}