0e8ebbdf82
This patch adds API reference for group types, groups, and group snapshots. Change-Id: Ia42b4a036fc6396cca37c03092c089cc5df1170a
30 lines
987 B
JSON
30 lines
987 B
JSON
{
|
|
"groups": [
|
|
{
|
|
"id": "6f519a48-3183-46cf-a32f-41815f813986",
|
|
"status": "available",
|
|
"availability_zone": "az1",
|
|
"created_at": "2015-09-16T09:28:52.000000",
|
|
"name": "my_group1",
|
|
"description": "my first group",
|
|
"group_type": "29514915-5208-46ab-9ece-1cc4688ad0c1",
|
|
"volume_types": [
|
|
"4e9e6d23-eed0-426d-b90a-28f87a94b6fe",
|
|
"a3d55d15-eeb1-4816-ada9-bf82decc09b3"
|
|
]
|
|
},
|
|
{
|
|
"id": "aed36625-a6d7-4681-ba59-c7ba3d18c148",
|
|
"status": "error",
|
|
"availability_zone": "az2",
|
|
"created_at": "2015-09-16T09:31:15.000000",
|
|
"name": "my_group2",
|
|
"description": "Edited description",
|
|
"group_type": "f8645498-1323-47a2-9442-5c57724d2e3c",
|
|
"volume_types": [
|
|
"c4daaf47-c530-4901-b28e-f5f0a359c4e6"
|
|
]
|
|
}
|
|
]
|
|
}
|