8161bde357
The image-update sample response in the current api-ref is a bit weird (too many null values). This patch replaces it with a more typical response. Change-Id: I1f837d8fa0e42b9f9f1c421555339924d72cb9fe Closes-bug: #1606253
25 lines
703 B
JSON
25 lines
703 B
JSON
{
|
|
"checksum": "710544e7f0c828b42f51207342622d33",
|
|
"container_format": "ovf",
|
|
"created_at": "2016-06-29T16:13:07Z",
|
|
"disk_format": "vhd",
|
|
"file": "/v2/images/2b61ed2b-f800-4da0-99ff-396b742b8646/file",
|
|
"id": "2b61ed2b-f800-4da0-99ff-396b742b8646",
|
|
"min_disk": 20,
|
|
"min_ram": 512,
|
|
"name": "Fedora 17",
|
|
"owner": "02a7fb2dd4ef434c8a628c511dcbbeb6",
|
|
"protected": false,
|
|
"schema": "/v2/schemas/image",
|
|
"self": "/v2/images/2b61ed2b-f800-4da0-99ff-396b742b8646",
|
|
"size": 21909,
|
|
"status": "active",
|
|
"tags": [
|
|
"beefy",
|
|
"fedora"
|
|
],
|
|
"updated_at": "2016-07-25T14:48:18Z",
|
|
"virtual_size": null,
|
|
"visibility": "private"
|
|
}
|