manila/api-ref/source/samples/snapshot-manage-response.json
Daniel Gonzalez 3e86e3deac Migrate API reference into tree
The API Documentation team has requires [1] that
projects maintain their api-reference in-tree and
build it to the developer.openstack.org website.

This version of the API reference uses os-api-ref
and compiles API documentation close to that of
the OpenStack compute service (nova).

Co-Authored-By: Goutham Pacha Ravi <gouthamr@netapp.com>

[0] http://lists.openstack.org/pipermail/openstack-dev/2016-May/093765.html

Implements: bp move-manila-api-reference-in-tree
Change-Id: I67bb3354162d6e0e00fa2788edde864cc14920ee
2016-07-25 15:55:00 +00:00

25 lines
879 B
JSON

{
"snapshot": {
"id": "22de7000-3a32-4fe1-bd0c-38d03f93dec3",
"share_id": "dd6c5d35-9db1-4662-a7ae-8b52f880aeba",
"share_size": 1,
"created_at": "2016-04-01T15:16:17.000000",
"status": "manage_starting",
"name": "managed_snapshot",
"description": "description_of_managed_snapshot",
"size": 1,
"share_proto": "NFS",
"links": [
{
"href": "http://127.0.0.1:8786/v2/907004508ef4447397ce6741a8f037c1/snapshots/22de7000-3a32-4fe1-bd0c-38d03f93dec3",
"rel": "self"
},
{
"href": "http://127.0.0.1:8786/907004508ef4447397ce6741a8f037c1/snapshots/22de7000-3a32-4fe1-bd0c-38d03f93dec3",
"rel": "bookmark"
}
],
"provider_location": "4045fee5-4e0e-408e-97f3-15e25239dbc9"
}
}