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
686 B
JSON
22 lines
686 B
JSON
{
|
|
"status": "deactivated",
|
|
"name": "cirros-0.3.2-x86_64-disk",
|
|
"tags": [],
|
|
"container_format": "bare",
|
|
"created_at": "2014-05-05T17:15:10Z",
|
|
"disk_format": "qcow2",
|
|
"updated_at": "2014-05-05T17:15:11Z",
|
|
"visibility": "public",
|
|
"self": "/v2/images/1bea47ed-f6a9-463b-b423-14b9cca9ad27",
|
|
"min_disk": 0,
|
|
"protected": false,
|
|
"id": "1bea47ed-f6a9-463b-b423-14b9cca9ad27",
|
|
"file": "/v2/images/1bea47ed-f6a9-463b-b423-14b9cca9ad27/file",
|
|
"checksum": "64d7c1cd2b6f60c92c14662941cb7913",
|
|
"owner": "5ef70662f8b34079a6eddb8da9d75fe8",
|
|
"size": 13167616,
|
|
"min_ram": 0,
|
|
"schema": "/v2/schemas/image",
|
|
"virtual_size": null
|
|
}
|