c028c2d23e
This brings the Images API Reference to the glance tree as part of the effort described here: https://wiki.openstack.org/wiki/Documentation/Migrate#API_Reference_Plan This patch contains the content of the Images v2 API reference converted to RST. The content has been corrected where I noticed divergences with reality (which actually happened a lot, so this patch contains a lot of revisions). Tasks and metadefs are submitted as separate patches. Change-Id: If69c469da7f28f090a2286ec0b115d9bcaac4fbf Closes-Bug: #1550457 Closes-Bug: #1589264 Closes-Bug: #1592715
22 lines
662 B
JSON
22 lines
662 B
JSON
{
|
|
"members": [
|
|
{
|
|
"created_at": "2013-10-07T17:58:03Z",
|
|
"image_id": "dbc999e3-c52f-4200-bedd-3b18fe7f87fe",
|
|
"member_id": "123456789",
|
|
"schema": "/v2/schemas/member",
|
|
"status": "pending",
|
|
"updated_at": "2013-10-07T17:58:03Z"
|
|
},
|
|
{
|
|
"created_at": "2013-10-07T17:58:55Z",
|
|
"image_id": "dbc999e3-c52f-4200-bedd-3b18fe7f87fe",
|
|
"member_id": "987654321",
|
|
"schema": "/v2/schemas/member",
|
|
"status": "accepted",
|
|
"updated_at": "2013-10-08T12:08:55Z"
|
|
}
|
|
],
|
|
"schema": "/v2/schemas/members"
|
|
}
|