OpenStack Image V2 API documentation
Changed None values to null Change-Id: I9e926c9f91004e7631d9ab6d58ad1f85758d22c0 Closes-Bug: #1481512
This commit is contained in:
parent
3f6780f113
commit
94cfc6e221
@ -30,8 +30,9 @@
|
||||
<title>Images</title>
|
||||
<para>Creates, lists, updates, and deletes images.</para>
|
||||
<para>
|
||||
Image operations show all fields in the response body. For any
|
||||
field with no value, the response body shows <code>None</code>.
|
||||
Image operations show all fields in the response body. Any field
|
||||
with no value is set to <code>null</code> value (JSON null data
|
||||
type).
|
||||
</para>
|
||||
<para>
|
||||
The possible status values for images are:
|
||||
|
@ -189,11 +189,9 @@
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02" xml:lang="EN">
|
||||
<para>
|
||||
|
||||
Sorts by one or more attribute and sort direction combinations. You can
|
||||
also set multiple sort keys and directions. Default direction is
|
||||
<code>desc</code>.
|
||||
|
||||
</para>
|
||||
<para>For example:</para>
|
||||
<programlisting language="json">GET /v2/images?sort=name:asc,status:desc</programlisting>
|
||||
@ -238,8 +236,8 @@
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02" xml:lang="EN">
|
||||
<para>The name of the image.</para>
|
||||
<para>If this field has no value, its
|
||||
value is <code>None</code>.
|
||||
<para>
|
||||
If this field has no value, its value is <code>null</code> (JSON null data type).
|
||||
</para>
|
||||
</wadl:doc>
|
||||
</param>'>
|
||||
@ -252,8 +250,8 @@
|
||||
<para>
|
||||
The container format of image.
|
||||
</para>
|
||||
<para>If this field has no value, its
|
||||
value is <code>None</code>.
|
||||
<para>
|
||||
If this field has no value, its value is <code>null</code> (JSON null data type).
|
||||
</para>
|
||||
</wadl:doc>
|
||||
</param>'>
|
||||
@ -274,7 +272,7 @@
|
||||
The disk format of the image.
|
||||
</para>
|
||||
<para>
|
||||
If this field has no value, its value is <code>None</code>.
|
||||
If this field has no value, its value is <code>null</code> (JSON null data type).
|
||||
</para>
|
||||
</wadl:doc>
|
||||
</param>'>
|
||||
@ -291,9 +289,11 @@
|
||||
style="plain" required="true" type="xsd:int">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02" xml:lang="EN">
|
||||
<para>The minimum disk size in GB that is required to boot the image.</para>
|
||||
<para>
|
||||
If this field has no value, its value is <code>None</code>.
|
||||
The minimum disk size in GB that is required to boot the image.
|
||||
</para>
|
||||
<para>
|
||||
If this field has no value, its value is <code>null</code> (JSON null data type).
|
||||
</para>
|
||||
</wadl:doc>
|
||||
</param>'>
|
||||
@ -319,8 +319,8 @@
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02" xml:lang="EN">
|
||||
<para>The minimum amount of RAM in MB that is required to boot the image.</para>
|
||||
<para>If this field has no value, its
|
||||
value is <code>None</code>.
|
||||
<para>
|
||||
If this field has no value, its value is <code>null</code> (JSON null data type).
|
||||
</para>
|
||||
</wadl:doc>
|
||||
</param>'>
|
||||
@ -332,8 +332,8 @@
|
||||
<para>Hash of the image data used. The Image service uses this value for
|
||||
verification.
|
||||
</para>
|
||||
<para>If this field has no value, its
|
||||
value is <code>None</code>.
|
||||
<para>
|
||||
If this field has no value, its value is <code>null</code> (JSON null data type).
|
||||
</para>
|
||||
</wadl:doc>
|
||||
</param>'>
|
||||
@ -343,8 +343,8 @@
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02" xml:lang="EN">
|
||||
<para>The ID of the owner, or tenant, of the image.</para>
|
||||
<para>If this field has no value, its
|
||||
value is <code>None</code>.
|
||||
<para>
|
||||
If this field has no value, its value is <code>null</code> (JSON null data type).
|
||||
</para>
|
||||
</wadl:doc>
|
||||
</param>'>
|
||||
@ -362,8 +362,8 @@
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02" xml:lang="EN">
|
||||
<para>The virtual size of the image.</para>
|
||||
<para>If this field has no value, its
|
||||
value is <code>None</code>.
|
||||
<para>
|
||||
If this field has no value, its value is <code>null</code> (JSON null data type).
|
||||
</para>
|
||||
</wadl:doc>
|
||||
</param>'>
|
||||
@ -381,8 +381,8 @@
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02" xml:lang="EN">
|
||||
<para>The size of the image data, in bytes.</para>
|
||||
<para>If this field has no value, its
|
||||
value is <code>None</code>.
|
||||
<para>
|
||||
If this field has no value, its value is <code>null</code> (JSON null data type).
|
||||
</para>
|
||||
</wadl:doc>
|
||||
</param>'>
|
||||
|
@ -18,7 +18,7 @@
|
||||
"owner": "b4eedccc6fb74fa8a7ad6b08382b852b",
|
||||
"min_ram": 0,
|
||||
"schema": "/v2/schemas/image",
|
||||
"size": "None",
|
||||
"checksum": "None",
|
||||
"virtual_size": "None"
|
||||
"size": null,
|
||||
"checksum": null,
|
||||
"virtual_size": null
|
||||
}
|
||||
|
@ -17,5 +17,5 @@
|
||||
"size": 13167616,
|
||||
"min_ram": 0,
|
||||
"schema": "/v2/schemas/image",
|
||||
"virtual_size": "None"
|
||||
"virtual_size": null
|
||||
}
|
||||
|
@ -17,5 +17,5 @@
|
||||
"size": 13167616,
|
||||
"min_ram": 0,
|
||||
"schema": "/v2/schemas/image",
|
||||
"virtual_size": "None"
|
||||
"virtual_size": null
|
||||
}
|
||||
|
@ -19,7 +19,7 @@
|
||||
"size": 13167616,
|
||||
"min_ram": 0,
|
||||
"schema": "/v2/schemas/image",
|
||||
"virtual_size": "None"
|
||||
"virtual_size": null
|
||||
},
|
||||
{
|
||||
"status": "active",
|
||||
@ -40,7 +40,7 @@
|
||||
"size": 476704768,
|
||||
"min_ram": 0,
|
||||
"schema": "/v2/schemas/image",
|
||||
"virtual_size": "None"
|
||||
"virtual_size": null
|
||||
}
|
||||
],
|
||||
"schema": "/v2/schemas/images",
|
||||
|
@ -14,10 +14,10 @@
|
||||
"self": "/v2/images/da3b75d9-3f4a-40e7-8a2c-bfab23927dea",
|
||||
"file": "/v2/images/da3b75d9-3f4a-40e7-8a2c-bfab23927dea/file",
|
||||
"schema": "/v2/schemas/image",
|
||||
"owner": "None",
|
||||
"min_ram": "None",
|
||||
"min_disk": "None",
|
||||
"disk_format": "None",
|
||||
"virtual_size": "None",
|
||||
"container_format": "None"
|
||||
"owner": null,
|
||||
"min_ram": null,
|
||||
"min_disk": null,
|
||||
"disk_format": null,
|
||||
"virtual_size": null,
|
||||
"container_format": null
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user