manila/api-ref/source/samples/share-group-snapshots-list-response.json
zhongjun cd77c128b0 Add API document for share group [3/3]
This patch adds a new API document for share group snapshot.

Partial-Bug: 1724716
Change-Id: I832d264eb220027aad32937dc64a6ca428ee55a4
2017-11-02 16:38:16 +00:00

19 lines
628 B
JSON

{
"share_group_snapshot": [
{
"links": [
{
"href": "http://192.168.98.191:8786/v2/e23850eeb91d4fa3866af634223e454c/share_group_snapshot/46bf5875-58d6-4816-948f-8828423b0b9f",
"rel": "self"
},
{
"href": "http://192.168.98.191:8786/e23850eeb91d4fa3866af634223e454c/share_group_snapshot/46bf5875-58d6-4816-948f-8828423b0b9f",
"rel": "bookmark"
}
],
"name": null,
"id": "46bf5875-58d6-4816-948f-8828423b0b9f",
}
]
}