Files
doc-exports/docs/ims/api-ref/en-us_topic_0000001361199228.html
Hasko, Vladimir 0c7b91f4bd Initial import of IMS API
Reviewed-by: gtema <artem.goncharov@gmail.com>
Co-authored-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-committed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
2022-10-05 08:51:25 +00:00

957 lines
102 KiB
HTML

<a name="EN-US_TOPIC_0000001361199228"></a><a name="EN-US_TOPIC_0000001361199228"></a>
<h1 class="topictitle1">Querying Images (Native OpenStack API)</h1>
<div id="body1495702786791"><div class="section" id="EN-US_TOPIC_0000001361199228__section59471393"><h4 class="sectiontitle">Function</h4><p id="EN-US_TOPIC_0000001361199228__p21927876173320">This API is used to obtain the image list.</p>
<p id="EN-US_TOPIC_0000001361199228__p152766717250">This API does not return the complete result at once, but uses pagination.</p>
</div>
<div class="section" id="EN-US_TOPIC_0000001361199228__section165587269201"><h4 class="sectiontitle">Pagination</h4><p id="EN-US_TOPIC_0000001361199228__p51512205144142">Pagination refers to the function of returning a subset of a group of images, a link to obtain the next set of images, and a link of the set of images. By default, a set contains 25 images. You can also use the <strong id="EN-US_TOPIC_0000001361199228__b842352706152613">limit</strong> and <strong id="EN-US_TOPIC_0000001361199228__b842352706152616">marker</strong> parameters to paginate through images manually and specify the number of images that can be returned.</p>
<p id="EN-US_TOPIC_0000001361199228__p620383261762">The parameter <strong id="EN-US_TOPIC_0000001361199228__b8423527069918">first</strong> in the response indicates the URL of the first page of images, and parameter <strong id="EN-US_TOPIC_0000001361199228__b842352706155026">next</strong> indicates the URL of the next page of images. When the last page of images is queried, there is no parameter <strong id="EN-US_TOPIC_0000001361199228__b8423527069934">next</strong>.</p>
</div>
<div class="section" id="EN-US_TOPIC_0000001361199228__section65480490"><h4 class="sectiontitle">URI</h4><p id="EN-US_TOPIC_0000001361199228__p6411264895455">GET /v2/images</p>
<div class="note" id="EN-US_TOPIC_0000001361199228__note60842103171158"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><ul id="EN-US_TOPIC_0000001361199228__ul1954045117448"><li id="EN-US_TOPIC_0000001361199228__li11540115184413">You can type a question mark (?) and an ampersand (&amp;) at the end of the URI to define multiple search criteria. For details, see the example request.</li></ul>
</div></div>
<div class="p" id="EN-US_TOPIC_0000001361199228__p2247141065114"><a href="#EN-US_TOPIC_0000001361199228__table33420935171457">Table 1</a> lists the parameters.
<div class="tablenoborder"><a name="EN-US_TOPIC_0000001361199228__table33420935171457"></a><a name="table33420935171457"></a><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000001361199228__table33420935171457" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Parameter description</caption><thead align="left"><tr id="EN-US_TOPIC_0000001361199228__row56943395171457"><th align="left" class="cellrowborder" valign="top" width="20.78%" id="mcps1.3.3.4.2.2.5.1.1"><p id="EN-US_TOPIC_0000001361199228__p2577832171521"><strong id="EN-US_TOPIC_0000001361199228__b24725868162658">Parameter</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20.64%" id="mcps1.3.3.4.2.2.5.1.2"><p id="EN-US_TOPIC_0000001361199228__p7477841171521">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="15.840000000000002%" id="mcps1.3.3.4.2.2.5.1.3"><p id="EN-US_TOPIC_0000001361199228__p3754553172418">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="42.74%" id="mcps1.3.3.4.2.2.5.1.4"><p id="EN-US_TOPIC_0000001361199228__p57397527172421">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0000001361199228__row7130167171457"><td class="cellrowborder" valign="top" width="20.78%" headers="mcps1.3.3.4.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001361199228__p31986361171514">__isregistered</p>
</td>
<td class="cellrowborder" valign="top" width="20.64%" headers="mcps1.3.3.4.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001361199228__p40758410171514">No</p>
</td>
<td class="cellrowborder" valign="top" width="15.840000000000002%" headers="mcps1.3.3.4.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001361199228__p43890043172418">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.74%" headers="mcps1.3.3.4.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001361199228__p37340191172421">Specifies whether the image is available. The value can be <strong id="EN-US_TOPIC_0000001361199228__b84235270616222">true</strong>. The value is <strong id="EN-US_TOPIC_0000001361199228__b2049464823162253">true</strong> for all extension APIs by default. Common users can query only the images for which the value of this parameter is <strong id="EN-US_TOPIC_0000001361199228__b846915150162332">true</strong>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row4824363171457"><td class="cellrowborder" valign="top" width="20.78%" headers="mcps1.3.3.4.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001361199228__p18187484171514">__imagetype</p>
</td>
<td class="cellrowborder" valign="top" width="20.64%" headers="mcps1.3.3.4.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001361199228__p63900110171514">No</p>
</td>
<td class="cellrowborder" valign="top" width="15.840000000000002%" headers="mcps1.3.3.4.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001361199228__p64847277172418">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.74%" headers="mcps1.3.3.4.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001361199228__p10541175163112">Specifies the image type. The following types are supported:</p>
<ul id="EN-US_TOPIC_0000001361199228__ul45412511314"><li id="EN-US_TOPIC_0000001361199228__li10542651317">Public image: The value is <strong id="EN-US_TOPIC_0000001361199228__b842352706163515">gold</strong>.</li><li id="EN-US_TOPIC_0000001361199228__li1454215183115">Private image: The value is <strong id="EN-US_TOPIC_0000001361199228__b1762610292163524">private</strong>.</li><li id="EN-US_TOPIC_0000001361199228__li10542155193112">Shared image: The value is <strong id="EN-US_TOPIC_0000001361199228__b298092137163545">shared</strong>.</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row53979171457"><td class="cellrowborder" valign="top" width="20.78%" headers="mcps1.3.3.4.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001361199228__p41763237171514">protected</p>
</td>
<td class="cellrowborder" valign="top" width="20.64%" headers="mcps1.3.3.4.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001361199228__p27379026171514">No</p>
</td>
<td class="cellrowborder" valign="top" width="15.840000000000002%" headers="mcps1.3.3.4.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001361199228__p32804702172418">Boolean</p>
</td>
<td class="cellrowborder" valign="top" width="42.74%" headers="mcps1.3.3.4.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001361199228__p17378076172421">Specifies whether the image is protected. The value is <strong id="EN-US_TOPIC_0000001361199228__b84235270614836">true</strong> or <strong id="EN-US_TOPIC_0000001361199228__b84235270614840">false</strong>. Set it to <strong id="EN-US_TOPIC_0000001361199228__b48612739142847_1">true</strong> when you query public images. This parameter is optional when you query private images.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row64237648171457"><td class="cellrowborder" valign="top" width="20.78%" headers="mcps1.3.3.4.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001361199228__p51588314171514">visibility</p>
</td>
<td class="cellrowborder" valign="top" width="20.64%" headers="mcps1.3.3.4.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001361199228__p17903883171514">No</p>
</td>
<td class="cellrowborder" valign="top" width="15.840000000000002%" headers="mcps1.3.3.4.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001361199228__p263785172418">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.74%" headers="mcps1.3.3.4.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001361199228__p14732836101910">Specifies whether the image is available to other tenants. Available values include:</p>
<ul id="EN-US_TOPIC_0000001361199228__ul1056613910205"><li id="EN-US_TOPIC_0000001361199228__li35667902011"><strong id="EN-US_TOPIC_0000001361199228__b6608553717">public</strong>: public image</li><li id="EN-US_TOPIC_0000001361199228__li45667911204"><strong id="EN-US_TOPIC_0000001361199228__b64621456270">private</strong>: private image</li><li id="EN-US_TOPIC_0000001361199228__li656649192011"><strong id="EN-US_TOPIC_0000001361199228__b317515581874">shared</strong>: shared image</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row46885915171457"><td class="cellrowborder" valign="top" width="20.78%" headers="mcps1.3.3.4.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001361199228__p40504458171514">owner</p>
</td>
<td class="cellrowborder" valign="top" width="20.64%" headers="mcps1.3.3.4.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001361199228__p59635642171514">No</p>
</td>
<td class="cellrowborder" valign="top" width="15.840000000000002%" headers="mcps1.3.3.4.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001361199228__p25988654172418">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.74%" headers="mcps1.3.3.4.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001361199228__p34708322172421">Specifies the tenant to which the image belongs.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row42514069171457"><td class="cellrowborder" valign="top" width="20.78%" headers="mcps1.3.3.4.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001361199228__p45188792171710">id</p>
</td>
<td class="cellrowborder" valign="top" width="20.64%" headers="mcps1.3.3.4.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001361199228__p36413517171710">No</p>
</td>
<td class="cellrowborder" valign="top" width="15.840000000000002%" headers="mcps1.3.3.4.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001361199228__p65237974172418">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.74%" headers="mcps1.3.3.4.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001361199228__p2325353172421">Specifies the image ID.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row44909088171457"><td class="cellrowborder" valign="top" width="20.78%" headers="mcps1.3.3.4.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001361199228__p13802561171710">status</p>
</td>
<td class="cellrowborder" valign="top" width="20.64%" headers="mcps1.3.3.4.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001361199228__p44265688171710">No</p>
</td>
<td class="cellrowborder" valign="top" width="15.840000000000002%" headers="mcps1.3.3.4.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001361199228__p22641299172418">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.74%" headers="mcps1.3.3.4.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001361199228__p32131061155224">Specifies the image status. The value can be one of the following:</p>
<ul id="EN-US_TOPIC_0000001361199228__ul43292299155227"><li id="EN-US_TOPIC_0000001361199228__li27606724155227"><strong id="EN-US_TOPIC_0000001361199228__b842352706103333">queued</strong>: indicates that the image metadata has already been created, and it is ready for the image file to upload.</li><li id="EN-US_TOPIC_0000001361199228__li24280245155251"><strong id="EN-US_TOPIC_0000001361199228__b842352706104325">saving</strong>: indicates that the image file is being uploaded to the backend storage.</li><li id="EN-US_TOPIC_0000001361199228__li4862709115531"><strong id="EN-US_TOPIC_0000001361199228__b842352706104450">deleted</strong>: indicates that the image has been deleted.</li><li id="EN-US_TOPIC_0000001361199228__li39579650155317"><strong id="EN-US_TOPIC_0000001361199228__b842352706104518">killed</strong>: indicates that an error occurs on the image uploading.</li><li id="EN-US_TOPIC_0000001361199228__li57840893155333"><strong id="EN-US_TOPIC_0000001361199228__b842352706104558">active</strong>: indicates that the image is available for use.</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row44646789171639"><td class="cellrowborder" valign="top" width="20.78%" headers="mcps1.3.3.4.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001361199228__p21468736171710">name</p>
</td>
<td class="cellrowborder" valign="top" width="20.64%" headers="mcps1.3.3.4.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001361199228__p61246065171710">No</p>
</td>
<td class="cellrowborder" valign="top" width="15.840000000000002%" headers="mcps1.3.3.4.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001361199228__p7274972172418">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.74%" headers="mcps1.3.3.4.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001361199228__p25100359152023">Specifies the image name. Exact matching is used. For detailed description, see <a href="en-us_topic_0000001361199252.html#EN-US_TOPIC_0000001361199252__section61598810155254">Image Attributes</a>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row29378995171639"><td class="cellrowborder" valign="top" width="20.78%" headers="mcps1.3.3.4.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001361199228__p22241787171710">container_format</p>
</td>
<td class="cellrowborder" valign="top" width="20.64%" headers="mcps1.3.3.4.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001361199228__p56754321171710">No</p>
</td>
<td class="cellrowborder" valign="top" width="15.840000000000002%" headers="mcps1.3.3.4.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001361199228__p31034804172418">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.74%" headers="mcps1.3.3.4.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001361199228__p62817831172421">Specifies the container type. The default value is <strong id="EN-US_TOPIC_0000001361199228__b1812020615814">bare</strong>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row41290451171646"><td class="cellrowborder" valign="top" width="20.78%" headers="mcps1.3.3.4.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001361199228__p3457793171710">disk_format</p>
</td>
<td class="cellrowborder" valign="top" width="20.64%" headers="mcps1.3.3.4.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001361199228__p11645813171710">No</p>
</td>
<td class="cellrowborder" valign="top" width="15.840000000000002%" headers="mcps1.3.3.4.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001361199228__p19611874172418">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.74%" headers="mcps1.3.3.4.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001361199228__p25954213172421">Specifies the image format. The value can be <strong id="EN-US_TOPIC_0000001361199228__b186984524615">vhd</strong>, <strong id="EN-US_TOPIC_0000001361199228__b8423527069750">raw</strong>, <strong id="EN-US_TOPIC_0000001361199228__b842352706172914">zvhd</strong>, or <strong id="EN-US_TOPIC_0000001361199228__b8423527069758">qcow2</strong>. The default value is <strong id="EN-US_TOPIC_0000001361199228__b842352706165234">vhd</strong>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row30993478171646"><td class="cellrowborder" valign="top" width="20.78%" headers="mcps1.3.3.4.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001361199228__p9133289171710">min_ram</p>
</td>
<td class="cellrowborder" valign="top" width="20.64%" headers="mcps1.3.3.4.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001361199228__p1598950171710">No</p>
</td>
<td class="cellrowborder" valign="top" width="15.840000000000002%" headers="mcps1.3.3.4.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001361199228__p29186361172418">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="42.74%" headers="mcps1.3.3.4.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001361199228__p63030551172421">Specifies the minimum memory size (MB) required for running the image. The parameter value depends on the <span id="EN-US_TOPIC_0000001361199228__text18177164412819"></span><span id="EN-US_TOPIC_0000001361199228__text101771044132814">ECS</span> specifications. Generally, the value is <strong id="EN-US_TOPIC_0000001361199228__b18178204410289">0</strong>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row4294549416037"><td class="cellrowborder" valign="top" width="20.78%" headers="mcps1.3.3.4.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001361199228__p5603301516037">min_disk</p>
</td>
<td class="cellrowborder" valign="top" width="20.64%" headers="mcps1.3.3.4.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001361199228__p4238040516037">No</p>
</td>
<td class="cellrowborder" valign="top" width="15.840000000000002%" headers="mcps1.3.3.4.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001361199228__p1026079116037">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="42.74%" headers="mcps1.3.3.4.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001361199228__p33012089153426">Specifies the minimum disk space (GB) required for running the image. The value ranges from 1 GB to 1024 GB.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row2123326171646"><td class="cellrowborder" valign="top" width="20.78%" headers="mcps1.3.3.4.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001361199228__p61378322171710">__os_bit</p>
</td>
<td class="cellrowborder" valign="top" width="20.64%" headers="mcps1.3.3.4.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001361199228__p5588210171710">No</p>
</td>
<td class="cellrowborder" valign="top" width="15.840000000000002%" headers="mcps1.3.3.4.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001361199228__p20135377172418">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.74%" headers="mcps1.3.3.4.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001361199228__p46808977172421">Specifies the OS architecture, 32 bit or 64 bit.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row44306200171658"><td class="cellrowborder" valign="top" width="20.78%" headers="mcps1.3.3.4.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001361199228__p3969636171710">__platform</p>
</td>
<td class="cellrowborder" valign="top" width="20.64%" headers="mcps1.3.3.4.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001361199228__p53105072171710">No</p>
</td>
<td class="cellrowborder" valign="top" width="15.840000000000002%" headers="mcps1.3.3.4.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001361199228__p10760011172418">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.74%" headers="mcps1.3.3.4.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001361199228__p2485190202218">Specifies the image platform type. The value can be <strong id="EN-US_TOPIC_0000001361199228__b775384764619">Windows</strong>, <strong id="EN-US_TOPIC_0000001361199228__b3754647114613">Ubuntu</strong>, <strong id="EN-US_TOPIC_0000001361199228__b375454794616">RedHat</strong>, <strong id="EN-US_TOPIC_0000001361199228__b47551647194615">SUSE</strong>, <strong id="EN-US_TOPIC_0000001361199228__b1075514784617">CentOS</strong>, <strong id="EN-US_TOPIC_0000001361199228__b147562476465">Debian</strong>, <strong id="EN-US_TOPIC_0000001361199228__b18756124714467">OpenSUSE</strong>, <strong id="EN-US_TOPIC_0000001361199228__b375710478467">Oracle Linux</strong>, <strong id="EN-US_TOPIC_0000001361199228__b157571047134618">Fedora</strong>, <strong id="EN-US_TOPIC_0000001361199228__b37581947134618">Other</strong>, <strong id="EN-US_TOPIC_0000001361199228__b67581476464">CoreOS</strong>, or <strong id="EN-US_TOPIC_0000001361199228__b2075910472462">EulerOS</strong>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row9909482171658"><td class="cellrowborder" valign="top" width="20.78%" headers="mcps1.3.3.4.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001361199228__p5556492171710">marker</p>
</td>
<td class="cellrowborder" valign="top" width="20.64%" headers="mcps1.3.3.4.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001361199228__p47422720171710">No</p>
</td>
<td class="cellrowborder" valign="top" width="15.840000000000002%" headers="mcps1.3.3.4.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001361199228__p5646864172418">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.74%" headers="mcps1.3.3.4.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001361199228__p27827411172421">Specifies the start number from which images are queried. The value is the image ID.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row12166148171658"><td class="cellrowborder" valign="top" width="20.78%" headers="mcps1.3.3.4.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001361199228__p12628035171710">limit</p>
</td>
<td class="cellrowborder" valign="top" width="20.64%" headers="mcps1.3.3.4.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001361199228__p16237895171710">No</p>
</td>
<td class="cellrowborder" valign="top" width="15.840000000000002%" headers="mcps1.3.3.4.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001361199228__p1378961172418">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="42.74%" headers="mcps1.3.3.4.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001361199228__p19305703172421">Specifies the number of images to be queried. The value is an integer. By default, 25 images can be queried.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row15101772171658"><td class="cellrowborder" valign="top" width="20.78%" headers="mcps1.3.3.4.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001361199228__p47145990171710">sort_key</p>
</td>
<td class="cellrowborder" valign="top" width="20.64%" headers="mcps1.3.3.4.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001361199228__p60728885171710">No</p>
</td>
<td class="cellrowborder" valign="top" width="15.840000000000002%" headers="mcps1.3.3.4.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001361199228__p11895688172418">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.74%" headers="mcps1.3.3.4.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001361199228__p48105504172421">Specifies the field for sorting the query results. The value can be an attribute of the image: <strong id="EN-US_TOPIC_0000001361199228__b4906134934613">name</strong>, <strong id="EN-US_TOPIC_0000001361199228__b13906649184613">container_format</strong>, <strong id="EN-US_TOPIC_0000001361199228__b17907849164613">disk_format</strong>, <strong id="EN-US_TOPIC_0000001361199228__b10907149114615">status</strong>, <strong id="EN-US_TOPIC_0000001361199228__b49081349134614">id</strong>, <strong id="EN-US_TOPIC_0000001361199228__b6909949164620">size</strong>, or <strong id="EN-US_TOPIC_0000001361199228__b69091449154615">create_at</strong>. The default value is <strong id="EN-US_TOPIC_0000001361199228__b1091024918462">create_at</strong>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row50874737171658"><td class="cellrowborder" valign="top" width="20.78%" headers="mcps1.3.3.4.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001361199228__p17835230171710">sort_dir</p>
</td>
<td class="cellrowborder" valign="top" width="20.64%" headers="mcps1.3.3.4.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001361199228__p35367554171710">No</p>
</td>
<td class="cellrowborder" valign="top" width="15.840000000000002%" headers="mcps1.3.3.4.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001361199228__p6026804172418">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.74%" headers="mcps1.3.3.4.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001361199228__p38085944172421">Specifies whether the query results are sorted in ascending or descending order. Its value can be <strong id="EN-US_TOPIC_0000001361199228__b21722049143851">desc </strong>(default) or<strong id="EN-US_TOPIC_0000001361199228__b61280713143851"> asc</strong>. This parameter is used together with parameter <strong id="EN-US_TOPIC_0000001361199228__b37017385142847">sort_key</strong>. The default value is <strong id="EN-US_TOPIC_0000001361199228__b842352706192943">desc</strong>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row25115385114914"><td class="cellrowborder" valign="top" width="20.78%" headers="mcps1.3.3.4.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001361199228__p21080313114914">__os_type</p>
</td>
<td class="cellrowborder" valign="top" width="20.64%" headers="mcps1.3.3.4.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001361199228__p49589429114924">No</p>
</td>
<td class="cellrowborder" valign="top" width="15.840000000000002%" headers="mcps1.3.3.4.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001361199228__p63675406114914">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.74%" headers="mcps1.3.3.4.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001361199228__p57434227114914">Specifies the image OS type. The value can be <strong id="EN-US_TOPIC_0000001361199228__b842352706105959">Linux</strong>, <strong id="EN-US_TOPIC_0000001361199228__b8423527061104">Windows</strong>, or <strong id="EN-US_TOPIC_0000001361199228__b84235270611011">Other</strong>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row4436325311929"><td class="cellrowborder" valign="top" width="20.78%" headers="mcps1.3.3.4.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001361199228__p3665371811929">tag</p>
</td>
<td class="cellrowborder" valign="top" width="20.64%" headers="mcps1.3.3.4.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001361199228__p1616121311929">No</p>
</td>
<td class="cellrowborder" valign="top" width="15.840000000000002%" headers="mcps1.3.3.4.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001361199228__p3398983911929">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.74%" headers="mcps1.3.3.4.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001361199228__p1525288141944">Specifies a tag added to an image. Tags can be used as a filter to query images.</p>
<div class="note" id="EN-US_TOPIC_0000001361199228__note10170152764913"><span class="notetitle"> NOTE: </span><div class="notebody"><p id="EN-US_TOPIC_0000001361199228__p517019273499">The tagging function has been upgraded. If the tags added before the function upgrade are in the format of "Key.Value", query tags using "Key=Value". For example, an existing tag is <strong id="EN-US_TOPIC_0000001361199228__b84235270610509">a.b</strong>. After the tag function upgrade, query the tag using "tag=a=b".</p>
</div></div>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row43430748111132"><td class="cellrowborder" valign="top" width="20.78%" headers="mcps1.3.3.4.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001361199228__p28229739111132">member_status</p>
</td>
<td class="cellrowborder" valign="top" width="20.64%" headers="mcps1.3.3.4.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001361199228__p4907555111132">No</p>
</td>
<td class="cellrowborder" valign="top" width="15.840000000000002%" headers="mcps1.3.3.4.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001361199228__p61967659111132">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.74%" headers="mcps1.3.3.4.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001361199228__p53324459111132">Specifies the member status. The value can be <strong id="EN-US_TOPIC_0000001361199228__b8423527069592">accepted</strong>, <strong id="EN-US_TOPIC_0000001361199228__b8423527069596">rejected</strong>, or <strong id="EN-US_TOPIC_0000001361199228__b84235270695911">pending</strong>. <strong id="EN-US_TOPIC_0000001361199228__b203788251295959">accepted</strong>: indicates that the shared image is accepted. <strong id="EN-US_TOPIC_0000001361199228__b137807831210025">rejected</strong> indicates that the image shared by others is rejected. <strong id="EN-US_TOPIC_0000001361199228__b5235343781010">pending</strong> indicates that the image shared by others needs to be confirmed. To use this parameter, set <strong id="EN-US_TOPIC_0000001361199228__b84235270693449">visibility</strong> to <strong id="EN-US_TOPIC_0000001361199228__b84235270693452">shared</strong> during the query.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row607872792117"><td class="cellrowborder" valign="top" width="20.78%" headers="mcps1.3.3.4.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001361199228__p2484690921449">__support_kvm</p>
</td>
<td class="cellrowborder" valign="top" width="20.64%" headers="mcps1.3.3.4.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001361199228__p6644261721449">No</p>
</td>
<td class="cellrowborder" valign="top" width="15.840000000000002%" headers="mcps1.3.3.4.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001361199228__p1314289321449">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.74%" headers="mcps1.3.3.4.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001361199228__p5794144221449">Specifies whether the image supports KVM. If yes, the value is <strong id="EN-US_TOPIC_0000001361199228__b842352706174145">true</strong>. Otherwise, this parameter is not required.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row2242102211315"><td class="cellrowborder" valign="top" width="20.78%" headers="mcps1.3.3.4.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001361199228__p2101233521141">__support_xen</p>
</td>
<td class="cellrowborder" valign="top" width="20.64%" headers="mcps1.3.3.4.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001361199228__p2427761221141">No</p>
</td>
<td class="cellrowborder" valign="top" width="15.840000000000002%" headers="mcps1.3.3.4.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001361199228__p2032954521141">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.74%" headers="mcps1.3.3.4.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001361199228__p3608043021141">Specifies whether the image supports Xen. If yes, the value is <strong id="EN-US_TOPIC_0000001361199228__b40128715692258">true</strong>. Otherwise, this parameter is not required.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row14291359211318"><td class="cellrowborder" valign="top" width="20.78%" headers="mcps1.3.3.4.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001361199228__p16614938211414">__support_largememory</p>
</td>
<td class="cellrowborder" valign="top" width="20.64%" headers="mcps1.3.3.4.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001361199228__p3632756211414">No</p>
</td>
<td class="cellrowborder" valign="top" width="15.840000000000002%" headers="mcps1.3.3.4.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001361199228__p25817810211414">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.74%" headers="mcps1.3.3.4.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001361199228__p10867869211414">Specifies whether the image supports large-memory ECSs. If the image supports large-memory ECSs, the value is <strong id="EN-US_TOPIC_0000001361199228__b825266496">true</strong>. Otherwise, this parameter is not required. For details about the image OSs supported by large-memory ECSs, see <a href="en-us_topic_0000001411239237.html#EN-US_TOPIC_0000001411239237__table48545918250">Table 4</a>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row52211464211322"><td class="cellrowborder" valign="top" width="20.78%" headers="mcps1.3.3.4.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001361199228__p6452067211434">__support_diskintensive</p>
</td>
<td class="cellrowborder" valign="top" width="20.64%" headers="mcps1.3.3.4.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001361199228__p52855412211434">No</p>
</td>
<td class="cellrowborder" valign="top" width="15.840000000000002%" headers="mcps1.3.3.4.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001361199228__p53429945211434">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.74%" headers="mcps1.3.3.4.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001361199228__p16679154915811">Specifies whether the image supports disk-intensive ECSs. If the image supports disk-intensive ECSs, the value is <strong id="EN-US_TOPIC_0000001361199228__b303031747">true</strong>. Otherwise, this parameter is not required. For details about the image OSs supported by disk-intensive ECSs, see <a href="en-us_topic_0000001411239237.html#EN-US_TOPIC_0000001411239237__table48545918250">Table 4</a>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row13134583211325"><td class="cellrowborder" valign="top" width="20.78%" headers="mcps1.3.3.4.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001361199228__p35006343211449">__support_highperformance</p>
</td>
<td class="cellrowborder" valign="top" width="20.64%" headers="mcps1.3.3.4.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001361199228__p18255910211449">No</p>
</td>
<td class="cellrowborder" valign="top" width="15.840000000000002%" headers="mcps1.3.3.4.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001361199228__p2333756211449">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.74%" headers="mcps1.3.3.4.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001361199228__p23586946211449">Specifies whether the image supports high-performance ECSs. If the image supports high-performance ECSs, the value is <strong id="EN-US_TOPIC_0000001361199228__b1726006444">true</strong>. Otherwise, this parameter is not required. For details about the image OSs supported by high-performance computing ECSs, see <a href="en-us_topic_0000001411239237.html#EN-US_TOPIC_0000001411239237__table48545918250">Table 4</a>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row66912955211328"><td class="cellrowborder" valign="top" width="20.78%" headers="mcps1.3.3.4.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001361199228__p17122048211459">__support_xen_gpu_type</p>
</td>
<td class="cellrowborder" valign="top" width="20.64%" headers="mcps1.3.3.4.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001361199228__p44708641211459">No</p>
</td>
<td class="cellrowborder" valign="top" width="15.840000000000002%" headers="mcps1.3.3.4.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001361199228__p64630134211459">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.74%" headers="mcps1.3.3.4.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001361199228__p113841114719">Specifies whether the image supports GPU-accelerated ECSs on the Xen platform. For details about the image OSs supported by GPU-accelerated ECSs, see <a href="en-us_topic_0000001411239237.html#EN-US_TOPIC_0000001411239237__table65768383152758">Table 2</a>. If the image does not support GPU-accelerated ECSs on the Xen platform, this parameter is not required. This attribute cannot co-exist with <strong id="EN-US_TOPIC_0000001361199228__b842352706175423">__support_xen</strong> and <strong id="EN-US_TOPIC_0000001361199228__b842352706175430">__support_kvm</strong>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row550534121153"><td class="cellrowborder" valign="top" width="20.78%" headers="mcps1.3.3.4.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001361199228__p17764802211519">__support_kvm_gpu_type</p>
</td>
<td class="cellrowborder" valign="top" width="20.64%" headers="mcps1.3.3.4.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001361199228__p29662897211519">No</p>
</td>
<td class="cellrowborder" valign="top" width="15.840000000000002%" headers="mcps1.3.3.4.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001361199228__p53884489211519">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.74%" headers="mcps1.3.3.4.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001361199228__p23107258211519">Specifies whether the image supports GPU-accelerated ECSs on the KVM platform. See <a href="en-us_topic_0000001411239237.html#EN-US_TOPIC_0000001411239237__table282523154017">Table 3</a> for its value. If the image does not support GPU-accelerated ECSs on the KVM platform, this parameter is not required. This attribute cannot co-exist with <strong id="EN-US_TOPIC_0000001361199228__b591253125">__support_xen</strong> and <strong id="EN-US_TOPIC_0000001361199228__b1937024943">__support_kvm</strong>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row48915660211510"><td class="cellrowborder" valign="top" width="20.78%" headers="mcps1.3.3.4.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001361199228__p866834211519">__support_xen_hana</p>
</td>
<td class="cellrowborder" valign="top" width="20.64%" headers="mcps1.3.3.4.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001361199228__p3104731211519">No</p>
</td>
<td class="cellrowborder" valign="top" width="15.840000000000002%" headers="mcps1.3.3.4.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001361199228__p50156693211519">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.74%" headers="mcps1.3.3.4.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001361199228__p069717225820">Specifies whether the image supports HANA ECSs on the Xen platform. If yes, the value is <strong id="EN-US_TOPIC_0000001361199228__b1066553282174316">true</strong>. Otherwise, this parameter is not required.</p>
<p id="EN-US_TOPIC_0000001361199228__p56971922588">This attribute cannot co-exist with <strong id="EN-US_TOPIC_0000001361199228__b1504377898">__support_xen</strong> and <strong id="EN-US_TOPIC_0000001361199228__b1310808109">__support_kvm</strong>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row135722301704"><td class="cellrowborder" valign="top" width="20.78%" headers="mcps1.3.3.4.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001361199228__p1677823711015">__support_kvm_infiniband</p>
</td>
<td class="cellrowborder" valign="top" width="20.64%" headers="mcps1.3.3.4.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001361199228__p147787374015">No</p>
</td>
<td class="cellrowborder" valign="top" width="15.840000000000002%" headers="mcps1.3.3.4.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001361199228__p028830316">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.74%" headers="mcps1.3.3.4.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001361199228__p18515175113010">Specifies whether the image supports ECSs with the InfiniBand NIC on the KVM platform. If yes, the value is <strong id="EN-US_TOPIC_0000001361199228__b2040161919154726">true</strong>. Otherwise, this parameter is not required.</p>
<p id="EN-US_TOPIC_0000001361199228__p155169515013">This attribute cannot co-exist with <strong id="EN-US_TOPIC_0000001361199228__b2126776105">__support_xen</strong>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row932118481247"><td class="cellrowborder" valign="top" width="20.78%" headers="mcps1.3.3.4.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001361199228__p14187217143019">created_at</p>
</td>
<td class="cellrowborder" valign="top" width="20.64%" headers="mcps1.3.3.4.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001361199228__p8313953143019">No</p>
</td>
<td class="cellrowborder" valign="top" width="15.840000000000002%" headers="mcps1.3.3.4.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001361199228__p2341610143019">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.74%" headers="mcps1.3.3.4.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001361199228__p55452691143019">Specifies the time when the image was created. Images can be queried by time. The value is in the format of <em id="EN-US_TOPIC_0000001361199228__i842352697105348">Operator:UTC time</em>.</p>
<p id="EN-US_TOPIC_0000001361199228__p32947284143515">The following operators are supported:</p>
<ul id="EN-US_TOPIC_0000001361199228__ul638941319348"><li id="EN-US_TOPIC_0000001361199228__li1238913139343">gt: greater than</li><li id="EN-US_TOPIC_0000001361199228__li1390161317349">gte: greater than or equal to</li><li id="EN-US_TOPIC_0000001361199228__li11390313123410">lt: less than</li><li id="EN-US_TOPIC_0000001361199228__li143901713183418">lte: less than or equal to</li><li id="EN-US_TOPIC_0000001361199228__li1639013134348">eq: equal to</li><li id="EN-US_TOPIC_0000001361199228__li133901913193416">neq: not equal to</li></ul>
<p id="EN-US_TOPIC_0000001361199228__p18028286143153">The time format is <em id="EN-US_TOPIC_0000001361199228__i842352697105633">yyyy-MM-ddThh:mm:ssZ</em> or <em id="EN-US_TOPIC_0000001361199228__i842352697105637">yyyy-MM-dd hh:mm:ss</em>.</p>
<p id="EN-US_TOPIC_0000001361199228__p47377274144446">For example, to query images created before Oct 28, 2018 10:00:00, set the value of <strong id="EN-US_TOPIC_0000001361199228__b15991133173517">created_at</strong> to <strong id="EN-US_TOPIC_0000001361199228__b158321541174811">lt:2018-10-28T10:00:00Z</strong>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row82121252162418"><td class="cellrowborder" valign="top" width="20.78%" headers="mcps1.3.3.4.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001361199228__p5543103144620">updated_at</p>
</td>
<td class="cellrowborder" valign="top" width="20.64%" headers="mcps1.3.3.4.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001361199228__p46338199144620">No</p>
</td>
<td class="cellrowborder" valign="top" width="15.840000000000002%" headers="mcps1.3.3.4.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001361199228__p62406652144620">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.74%" headers="mcps1.3.3.4.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001361199228__p52031456144646">Specifies the time when the image was modified. Images can be queried by time. The value is in the format of <em id="EN-US_TOPIC_0000001361199228__i1183071030">Operator:UTC time</em>.</p>
<p id="EN-US_TOPIC_0000001361199228__p65629927144646">The following operators are supported:</p>
<ul id="EN-US_TOPIC_0000001361199228__ul207912567349"><li id="EN-US_TOPIC_0000001361199228__li979125633413">gt: greater than</li><li id="EN-US_TOPIC_0000001361199228__li107911556133411">gte: greater than or equal to</li><li id="EN-US_TOPIC_0000001361199228__li17911656193414">lt: less than</li><li id="EN-US_TOPIC_0000001361199228__li37924564348">lte: less than or equal to</li><li id="EN-US_TOPIC_0000001361199228__li3792155623418">eq: equal to</li><li id="EN-US_TOPIC_0000001361199228__li7792135611345">neq: not equal to</li></ul>
<p id="EN-US_TOPIC_0000001361199228__p37800263144646">The time format is <em id="EN-US_TOPIC_0000001361199228__i616035744">yyyy-MM-ddThh:mm:ssZ</em> or <em id="EN-US_TOPIC_0000001361199228__i2133681783">yyyy-MM-dd hh:mm:ss</em>.</p>
<p id="EN-US_TOPIC_0000001361199228__p4658051144646">For example, to query images updated before Oct 28, 2018 10:00:00, set the value of <strong id="EN-US_TOPIC_0000001361199228__b3138203725016">updated_at</strong> to <strong id="EN-US_TOPIC_0000001361199228__b71481837105014">lt:2018-10-28T10:00:00Z</strong>.</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="section" id="EN-US_TOPIC_0000001361199228__section105891407155"><h4 class="sectiontitle">Common Query Methods</h4><ul id="EN-US_TOPIC_0000001361199228__en-us_topic_0109822403_ul1643114418195"><li id="EN-US_TOPIC_0000001361199228__en-us_topic_0109822403_li18431204121918">Public images<p id="EN-US_TOPIC_0000001361199228__en-us_topic_0109822403_p9431134161911"><a name="EN-US_TOPIC_0000001361199228__en-us_topic_0109822403_li18431204121918"></a><a name="en-us_topic_0109822403_li18431204121918"></a>GET /v2/images?__imagetype=gold&amp;visibility=public&amp;protected=true</p>
</li><li id="EN-US_TOPIC_0000001361199228__en-us_topic_0109822403_li1143117421919">Private images<p id="EN-US_TOPIC_0000001361199228__en-us_topic_0109822403_p543113410193"><a name="EN-US_TOPIC_0000001361199228__en-us_topic_0109822403_li1143117421919"></a><a name="en-us_topic_0109822403_li1143117421919"></a>GET /v2/images?owner={project_id}</p>
</li><li id="EN-US_TOPIC_0000001361199228__en-us_topic_0109822403_li194316413195">Available shared images<p id="EN-US_TOPIC_0000001361199228__en-us_topic_0109822403_p18431445195"><a name="EN-US_TOPIC_0000001361199228__en-us_topic_0109822403_li194316413195"></a><a name="en-us_topic_0109822403_li194316413195"></a>GET /v2/images?member_status=accepted&amp;visibility=shared&amp;__imagetype=shared</p>
</li><li id="EN-US_TOPIC_0000001361199228__en-us_topic_0109822403_li174314491910">Rejected images<p id="EN-US_TOPIC_0000001361199228__en-us_topic_0109822403_p74311547198"><a name="EN-US_TOPIC_0000001361199228__en-us_topic_0109822403_li174314491910"></a><a name="en-us_topic_0109822403_li174314491910"></a>GET /v2/images?member_status=rejected&amp;visibility=shared&amp;__imagetype=shared</p>
</li><li id="EN-US_TOPIC_0000001361199228__en-us_topic_0109822403_li743194191913">Unaccepted images<p id="EN-US_TOPIC_0000001361199228__en-us_topic_0109822403_p19431245196"><a name="EN-US_TOPIC_0000001361199228__en-us_topic_0109822403_li743194191913"></a><a name="en-us_topic_0109822403_li743194191913"></a>GET /v2/images?member_status=pending&amp;visibility=shared&amp;__imagetype=shared</p>
</li></ul>
</div>
<div class="section" id="EN-US_TOPIC_0000001361199228__section52453505"><h4 class="sectiontitle">Request</h4><ul id="EN-US_TOPIC_0000001361199228__ul8044237172830"><li id="EN-US_TOPIC_0000001361199228__li5289273172830">Request parameters<p id="EN-US_TOPIC_0000001361199228__p47603457172830"><a name="EN-US_TOPIC_0000001361199228__li5289273172830"></a><a name="li5289273172830"></a>None</p>
</li><li id="EN-US_TOPIC_0000001361199228__li63571510172835">Example request<pre class="codeblock" id="EN-US_TOPIC_0000001361199228__codeblock5898860211550">GET https://{Endpoint}/v2/images</pre>
</li></ul>
</div>
<div class="section" id="EN-US_TOPIC_0000001361199228__section10077261173340"><h4 class="sectiontitle">Response</h4><ul id="EN-US_TOPIC_0000001361199228__ul1665861116500"><li id="EN-US_TOPIC_0000001361199228__li1165810118504">Response parameters
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000001361199228__table535532255119" frame="border" border="1" rules="all"><thead align="left"><tr id="EN-US_TOPIC_0000001361199228__row2355142212512"><th align="left" class="cellrowborder" valign="top" width="25.132513251325133%" id="mcps1.3.6.2.1.1.1.4.1.1"><p id="EN-US_TOPIC_0000001361199228__p38981352165112"><strong id="EN-US_TOPIC_0000001361199228__b299760595">Parameter</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="25.082508250825086%" id="mcps1.3.6.2.1.1.1.4.1.2"><p id="EN-US_TOPIC_0000001361199228__p1889845215110">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="49.784978497849785%" id="mcps1.3.6.2.1.1.1.4.1.3"><p id="EN-US_TOPIC_0000001361199228__p1089810526511">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0000001361199228__row103551922145118"><td class="cellrowborder" valign="top" width="25.132513251325133%" headers="mcps1.3.6.2.1.1.1.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p31509198115122">first</p>
</td>
<td class="cellrowborder" valign="top" width="25.082508250825086%" headers="mcps1.3.6.2.1.1.1.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p1978441285118">String</p>
</td>
<td class="cellrowborder" valign="top" width="49.784978497849785%" headers="mcps1.3.6.2.1.1.1.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p10564152015112">Specifies the URL of the first page of images.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row921220307515"><td class="cellrowborder" valign="top" width="25.132513251325133%" headers="mcps1.3.6.2.1.1.1.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p65807153115133">next</p>
</td>
<td class="cellrowborder" valign="top" width="25.082508250825086%" headers="mcps1.3.6.2.1.1.1.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p19798812175111">String</p>
</td>
<td class="cellrowborder" valign="top" width="49.784978497849785%" headers="mcps1.3.6.2.1.1.1.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p556472025120">Specifies the URL of the next page of images. When the last page of images is queried, there is no parameter <strong id="EN-US_TOPIC_0000001361199228__b1377007476">next</strong>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row7658173612513"><td class="cellrowborder" valign="top" width="25.132513251325133%" headers="mcps1.3.6.2.1.1.1.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p37867696115128">schema</p>
</td>
<td class="cellrowborder" valign="top" width="25.082508250825086%" headers="mcps1.3.6.2.1.1.1.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p1781511129513">String</p>
</td>
<td class="cellrowborder" valign="top" width="49.784978497849785%" headers="mcps1.3.6.2.1.1.1.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p195811620145120">Specifies the URL for the schema describing a list of images.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row111779195515"><td class="cellrowborder" valign="top" width="25.132513251325133%" headers="mcps1.3.6.2.1.1.1.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p31333900172519">images</p>
</td>
<td class="cellrowborder" valign="top" width="25.082508250825086%" headers="mcps1.3.6.2.1.1.1.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p778421215514">Array of objects</p>
</td>
<td class="cellrowborder" valign="top" width="49.784978497849785%" headers="mcps1.3.6.2.1.1.1.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p154910205516">Specifies the resource type.</p>
<p id="EN-US_TOPIC_0000001361199228__p1635917815564">For details, see <a href="#EN-US_TOPIC_0000001361199228__table13195036194916">Table 2</a>.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><a name="EN-US_TOPIC_0000001361199228__table13195036194916"></a><a name="table13195036194916"></a><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000001361199228__table13195036194916" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Data structure description of the images field</caption><thead align="left"><tr id="EN-US_TOPIC_0000001361199228__row60394066194916"><th align="left" class="cellrowborder" valign="top" width="38.550000000000004%" id="mcps1.3.6.2.1.2.2.4.1.1"><p id="EN-US_TOPIC_0000001361199228__p60081139194916"><strong id="EN-US_TOPIC_0000001361199228__b1881019771">Parameter</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="19.27%" id="mcps1.3.6.2.1.2.2.4.1.2"><p id="EN-US_TOPIC_0000001361199228__p61997487194916">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="42.18%" id="mcps1.3.6.2.1.2.2.4.1.3"><p id="EN-US_TOPIC_0000001361199228__p55740570194916">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0000001361199228__row88721329162210"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p20872112919226">__backup_id</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p587216290228">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p28721629182213">Specifies the backup ID. If the image is created from a backup, set the value to the backup ID. Otherwise, this parameter is not required.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row14392163492214"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p15392634152214">__data_origin</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p839223462213">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p83925347225">Specifies the image source. If the image is a public image, the value is left empty.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row1239210341224"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p7392163492218">__description</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p839215343223">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p1239253416227">Specifies the image description.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row168361029112413"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p8836929112412">__image_location</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p283672918249">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p6836162932416">Specifies the location where the image is stored.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row1369611116251"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p769614114257">__image_size</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p169619113254">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p9696191113254">Specifies the size (bytes) of the image file. The value is greater than 0.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row16696201162516"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p869615113253">__image_source_type</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p3696111152513">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p1869671119255">Specifies the backend storage of the image. Only UDS is supported currently.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row176961611192514"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p06969118257">__is_config_init</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p2696181162519">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p36961511122510">Specifies whether initial configuration is complete. The value can be <strong id="EN-US_TOPIC_0000001361199228__b29032516231437">true</strong> or <strong id="EN-US_TOPIC_0000001361199228__b26766124231437">false</strong>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row18692334194916"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p37684049194916">__isregistered</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p15996779194916">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p20670704194916">Specifies whether the image is available. The value can be <strong id="EN-US_TOPIC_0000001361199228__b143890593">true</strong>. The value is <strong id="EN-US_TOPIC_0000001361199228__b1319933446">true</strong> for all extension APIs by default. Common users can query only the images for which the value of this parameter is <strong id="EN-US_TOPIC_0000001361199228__b1471432078">true</strong>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row1083631010288"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p197522166225">__lazyloading</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p2752101610226">Boolean</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__en-us_topic_0020091567_p2752191615220">Specifies whether the image supports lazy loading.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row17545174132818"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p1354584112810">__originalimagename</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p16545154115289">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p1546541202818">Specifies the parent image ID. If the image is a public image or created from an image file, the value is left empty.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row51818614194916"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p36558171194916">__imagetype</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p11081443194916">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p25181653194916">Specifies the image type. The following types are supported:</p>
<ul id="EN-US_TOPIC_0000001361199228__ul25308291194916"><li id="EN-US_TOPIC_0000001361199228__li26448028194916">Public image: The value is <strong id="EN-US_TOPIC_0000001361199228__b1792031703">gold</strong>.</li><li id="EN-US_TOPIC_0000001361199228__li36705667194916">Private image: The value is <strong id="EN-US_TOPIC_0000001361199228__b1859335073">private</strong>.</li><li id="EN-US_TOPIC_0000001361199228__li61915552194916">Shared image: The value is <strong id="EN-US_TOPIC_0000001361199228__b2029257250">shared</strong>.</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row20369060194916"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p39281165194916">protected</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p25691866194916">Boolean</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p666381194916">Specifies whether the image is protected. Set it to <strong id="EN-US_TOPIC_0000001361199228__b1551899346">true</strong> when you query public images. This parameter is optional when you query private images.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row104049273291"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p1440422732919">virtual_env_type</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p104042275299">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p840492752919">Specifies the environment where the image is used. The value can be <strong id="EN-US_TOPIC_0000001361199228__b1858112814549">FusionCompute</strong>, <strong id="EN-US_TOPIC_0000001361199228__b19586112855414">Ironic</strong>, <strong id="EN-US_TOPIC_0000001361199228__b2586102820549">DataImage</strong>, or <strong id="EN-US_TOPIC_0000001361199228__b19586122810547">IsoImage</strong>.</p>
<ul id="EN-US_TOPIC_0000001361199228__ul20526189153516"><li id="EN-US_TOPIC_0000001361199228__li195261098353">For an <span id="EN-US_TOPIC_0000001361199228__text1028117415316"></span><span id="EN-US_TOPIC_0000001361199228__text142861442531">ECS</span> image (system disk image), the value is <strong id="EN-US_TOPIC_0000001361199228__b62863485311">FusionCompute</strong>.</li><li id="EN-US_TOPIC_0000001361199228__li0526193355">For a data disk image, the value is <strong id="EN-US_TOPIC_0000001361199228__b8270314135311">DataImage</strong>.</li><li id="EN-US_TOPIC_0000001361199228__li452615919357">For a <span id="EN-US_TOPIC_0000001361199228__text29262115203"></span><span id="EN-US_TOPIC_0000001361199228__text392651112013">BMS</span> image, the value is <strong id="EN-US_TOPIC_0000001361199228__b1692717114205">Ironic</strong>.</li><li id="EN-US_TOPIC_0000001361199228__li92997335916">For an ISO image, the value is <strong id="EN-US_TOPIC_0000001361199228__b26491973555">IsoImage</strong>.</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row184042274291"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p1140414275295">virtual_size</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p16404132718291">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p1440418275296">This parameter is unavailable currently.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row5997430194916"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p16029804194916">visibility</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p11960319194916">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p15545818173013">Specifies whether the image is available to other tenants. The value can be one of the following:</p>
<ul id="EN-US_TOPIC_0000001361199228__ul2480149153015"><li id="EN-US_TOPIC_0000001361199228__li2480194913016"><strong id="EN-US_TOPIC_0000001361199228__b164525621714">public</strong>: public image</li><li id="EN-US_TOPIC_0000001361199228__li748004933018"><strong id="EN-US_TOPIC_0000001361199228__b1442917102173">private</strong>: private image</li><li id="EN-US_TOPIC_0000001361199228__li748004993014"><strong id="EN-US_TOPIC_0000001361199228__b995714115175">shared</strong>: shared image</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row62029643194916"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p58345161194916">owner</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p13641590194916">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p31226997194916">Specifies the tenant to which the image belongs.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row12607524194916"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p14576499194916">id</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p6281007194916">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p38999531194916">Specifies the image ID.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row15451466194916"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p43609220194916">status</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p35010019194916">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p17239254194916">Specifies the image status. The value can be one of the following:</p>
<ul id="EN-US_TOPIC_0000001361199228__ul20935566194916"><li id="EN-US_TOPIC_0000001361199228__li54202371194916"><strong id="EN-US_TOPIC_0000001361199228__b751262669">queued</strong>: indicates that the image metadata has already been created, and it is ready for the image file to upload.</li><li id="EN-US_TOPIC_0000001361199228__li18059294194916"><strong id="EN-US_TOPIC_0000001361199228__b692890144">saving</strong>: indicates that the image file is being uploaded to the backend storage.</li><li id="EN-US_TOPIC_0000001361199228__li28315920194916"><strong id="EN-US_TOPIC_0000001361199228__b1937436261">deleted</strong>: indicates that the image has been deleted.</li><li id="EN-US_TOPIC_0000001361199228__li53516690194916"><strong id="EN-US_TOPIC_0000001361199228__b1319667926">killed</strong>: indicates that an error occurs on the image uploading.</li><li id="EN-US_TOPIC_0000001361199228__li11888165194916"><strong id="EN-US_TOPIC_0000001361199228__b2114857971">active</strong>: indicates that the image is available for use.</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row39884627194916"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p9429320194916">name</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p58506224194916">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p41383666194916">Specifies the image name. For detailed description, see <a href="en-us_topic_0000001361199252.html#EN-US_TOPIC_0000001361199252__section61598810155254">Image Attributes</a>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row15180307194916"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p21645353194916">container_format</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p12805641194916">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p30624037194916">Specifies the container type.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row7180877194916"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p44780194194916">disk_format</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p251278194916">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p20353524194916">Specifies the image format. The value can be <strong id="EN-US_TOPIC_0000001361199228__b1642017344484">vhd</strong>, <strong id="EN-US_TOPIC_0000001361199228__b11421113464814">raw</strong>, <strong id="EN-US_TOPIC_0000001361199228__b12421034174814">zvhd</strong>, or <strong id="EN-US_TOPIC_0000001361199228__b13422163412483">qcow2</strong>. The default value is <strong id="EN-US_TOPIC_0000001361199228__b497012087">vhd</strong>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row48963992194916"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p6660406194916">min_ram</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p11056800194916">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p23185596194916">Specifies the minimum memory size (MB) required for running the image. The parameter value depends on the <span id="EN-US_TOPIC_0000001361199228__text942146817"></span><span id="EN-US_TOPIC_0000001361199228__text5723214">ECS</span> specifications. Generally, the value is <strong id="EN-US_TOPIC_0000001361199228__b2122048692">0</strong>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row147225239"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p1272151332">max_ram</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p872451437">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p4729515310">Specifies the maximum memory (MB) of the image.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row7343772194916"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p57974621194916">min_disk</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p65558873194916">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p8668516194916">Specifies the minimum disk space (GB) required for running the image. The value ranges from 1 GB to 1024 GB.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row11115416194916"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p27933499194916">__os_bit</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p64492127194916">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p56479792194916">Specifies the OS architecture, 32 bit or 64 bit.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row1996681822919"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p1996691822911">__os_feature_list</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p596661818297">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p159661718142912">Specifies additional attributes of the image. The value is a list (in JSON format) of advanced features supported by the image.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row38556080194916"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p36034782194916">__platform</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p66792165194916">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p608798220230">Specifies the image platform type. The value can be <strong id="EN-US_TOPIC_0000001361199228__b13114336144815">Windows</strong>, <strong id="EN-US_TOPIC_0000001361199228__b6115143618488">Ubuntu</strong>, <strong id="EN-US_TOPIC_0000001361199228__b1711517365484">RedHat</strong>, <strong id="EN-US_TOPIC_0000001361199228__b10116136184816">SUSE</strong>, <strong id="EN-US_TOPIC_0000001361199228__b1011673634813">CentOS</strong>, <strong id="EN-US_TOPIC_0000001361199228__b11161364488">Debian</strong>, <strong id="EN-US_TOPIC_0000001361199228__b1911716364486">OpenSUSE</strong>, <strong id="EN-US_TOPIC_0000001361199228__b2117183604819">Oracle Linux</strong>, <strong id="EN-US_TOPIC_0000001361199228__b2011893624818">Fedora</strong>, <strong id="EN-US_TOPIC_0000001361199228__b1311803614817">Other</strong>, <strong id="EN-US_TOPIC_0000001361199228__b1311843613487">CoreOS</strong>, or <strong id="EN-US_TOPIC_0000001361199228__b11119736164819">EulerOS</strong>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row172371922613"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p223872466">schema</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p122387213610">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p1423812364">Specifies the image schema.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row112385210618"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p112382219615">self</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p20238202469">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p142381021865">Specifies the image URL.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row1323852462"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p1023812210614">size</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p122384220610">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p192384213614">This parameter is unavailable currently.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row65790409194916"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p27422885194916">__os_type</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p2689444194916">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p16518422194916">Specifies the image OS type. The value can be <strong id="EN-US_TOPIC_0000001361199228__b371084484818">Linux</strong>, <strong id="EN-US_TOPIC_0000001361199228__b17710194434815">Windows</strong>, or <strong id="EN-US_TOPIC_0000001361199228__b137117444482">Other</strong>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row456017114307"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p356011173012">__os_version</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p15607193014">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p12560151143012">Specifies the OS version.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row14448077194916"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p29443552194916">tags</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p39840346194916">Array of strings</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p5842575194916">Specifies tags of the image, through which you can manage private images in your own way.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row17193106194916"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p50464322194916">__support_kvm</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p48394540194916">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p27643702194916">Specifies whether the image supports KVM. If yes, the value is <strong id="EN-US_TOPIC_0000001361199228__b290867805">true</strong>. Otherwise, this parameter is not required.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row47466733194916"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p19600163194916">__support_xen</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p16086851194916">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p27966591194916">Specifies whether the image supports Xen. If yes, the value is <strong id="EN-US_TOPIC_0000001361199228__b54453874">true</strong>. Otherwise, this parameter is not required.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row50372727194916"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p53659116194916">__support_largememory</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p4364568194916">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p17985694194916">Specifies whether the image supports large-memory ECSs. If the image supports large-memory ECSs, the value is <strong id="EN-US_TOPIC_0000001361199228__b6867125819261">true</strong>. Otherwise, this parameter is not required. For details about the image OSs supported by large-memory ECSs, see <a href="en-us_topic_0000001411239237.html#EN-US_TOPIC_0000001411239237__table48545918250">Table 4</a>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row47555109194916"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p26758612194916">__support_diskintensive</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p6470349194916">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p54336230194916">Specifies whether the image supports disk-intensive ECSs. If the image supports disk-intensive ECSs, the value is <strong id="EN-US_TOPIC_0000001361199228__b1230915211273">true</strong>. Otherwise, this parameter is not required. For details about the image OSs supported by disk-intensive ECSs, see <a href="en-us_topic_0000001411239237.html#EN-US_TOPIC_0000001411239237__table48545918250">Table 4</a>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row39158471194916"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p17719577194916">__support_highperformance</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p29023139194916">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p2064082194916">Specifies whether the image supports high-performance ECSs. If the image supports high-performance ECSs, the value is <strong id="EN-US_TOPIC_0000001361199228__b1517545162711">true</strong>. Otherwise, this parameter is not required. For details about the image OSs supported by high-performance computing ECSs, see <a href="en-us_topic_0000001411239237.html#EN-US_TOPIC_0000001411239237__table48545918250">Table 4</a>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row32972949194916"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p53563221194916">__support_xen_gpu_type</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p46282730194916">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p51460488194916">Specifies whether the image supports GPU-accelerated ECSs on the Xen platform. For details about the image OSs supported by GPU-accelerated ECSs, see <a href="en-us_topic_0000001411239237.html#EN-US_TOPIC_0000001411239237__table65768383152758">Table 2</a>. If the image does not support GPU-accelerated ECSs on the Xen platform, this parameter is not required. This attribute cannot co-exist with <strong id="EN-US_TOPIC_0000001361199228__b218964998">__support_xen</strong> and <strong id="EN-US_TOPIC_0000001361199228__b1936142087">__support_kvm</strong>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row7573455194916"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p9470103194916">__support_kvm_gpu_type</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p57647928194916">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p15191025194916">Specifies whether the image supports GPU-accelerated ECSs on the KVM platform. See <a href="en-us_topic_0000001411239237.html#EN-US_TOPIC_0000001411239237__table282523154017">Table 3</a> for its value. If the image does not support GPU-accelerated ECSs on the KVM platform, this parameter is not required. This attribute cannot co-exist with <strong id="EN-US_TOPIC_0000001361199228__b1503894558">__support_xen</strong> and <strong id="EN-US_TOPIC_0000001361199228__b364348855">__support_kvm</strong>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row22513498194916"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p11654048194916">__support_xen_hana</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p25213664194916">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p29040940194916">Specifies whether the image supports HANA ECSs on the Xen platform. If yes, the value is <strong id="EN-US_TOPIC_0000001361199228__b1919353992">true</strong>. Otherwise, this parameter is not required.</p>
<p id="EN-US_TOPIC_0000001361199228__p60041868194916">This attribute cannot co-exist with <strong id="EN-US_TOPIC_0000001361199228__b776054598">__support_xen</strong> and <strong id="EN-US_TOPIC_0000001361199228__b2080807662">__support_kvm</strong>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row31553169194916"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p5669919194916">__support_kvm_infiniband</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p22029043194916">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p39522058194916">Specifies whether the image supports ECSs with the InfiniBand NIC on the KVM platform. If yes, the value is <strong id="EN-US_TOPIC_0000001361199228__b678323615">true</strong>. Otherwise, this parameter is not required.</p>
<p id="EN-US_TOPIC_0000001361199228__p20154205194916">This attribute cannot co-exist with <strong id="EN-US_TOPIC_0000001361199228__b1535081658">__support_xen</strong>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row1867223234610"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p1021161112333">__root_origin</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p637311103320">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p937411163318">Specifies that the image is created from an external image file. Value: <strong id="EN-US_TOPIC_0000001361199228__b842352706155810">file</strong></p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row4531435114611"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p1152411163311">__sequence_num</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p95251143318">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p116891133317">Specifies the <span id="EN-US_TOPIC_0000001361199228__text1516210342102"></span><span id="EN-US_TOPIC_0000001361199228__text416283412103">ECS</span> system disk slot number corresponding to the image.</p>
<p id="EN-US_TOPIC_0000001361199228__p468511113315">Example value: <strong id="EN-US_TOPIC_0000001361199228__b350918451">0</strong></p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row27491393344"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p17494399345">created_at</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p1074973913413">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p4749143914346">Specifies the time when the image was created. The value is in UTC format.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row10106116162612"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p31076672616">updated_at</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p6107261266">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p610719611263">Specifies the time when the image was updated. The value is in UTC format.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row510729153317"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p41042920339">active_at</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p610529143316">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p10101329163315">Specifies the time when the image status became <strong id="EN-US_TOPIC_0000001361199228__b80652599731437">active</strong>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row51673215344"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p14167225346">checksum</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p121671428341">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p11678213341">This parameter is unavailable currently.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row16942857114013"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p1630281818413">hw_firmware_type</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p2030231864116">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p7302161874115">Specifies the <span id="EN-US_TOPIC_0000001361199228__text1721618104620"></span><span id="EN-US_TOPIC_0000001361199228__text07221183460">ECS</span> boot mode. Available values include:</p>
<ul id="EN-US_TOPIC_0000001361199228__ul730291810417"><li id="EN-US_TOPIC_0000001361199228__li230281874117"><strong id="EN-US_TOPIC_0000001361199228__b1981236122719">bios</strong> indicates the BIOS boot mode.</li><li id="EN-US_TOPIC_0000001361199228__li18302101811412"><strong id="EN-US_TOPIC_0000001361199228__b32031938162720">uefi</strong> indicates the UEFI boot mode.</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row55531161422"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p12554963211">file</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p7554861211">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p115544615220">Specifies the URL for uploading and downloading the image file.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row737411735810"><td class="cellrowborder" valign="top" width="38.550000000000004%" headers="mcps1.3.6.2.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001361199228__p192771122195514">__support_amd</p>
</td>
<td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.6.2.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001361199228__p14278172215558">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.18%" headers="mcps1.3.6.2.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001361199228__p227810227555">Specifies whether the image uses AMD's x86 architecture. The value can be <strong id="EN-US_TOPIC_0000001361199228__b499592555114">true</strong> or <strong id="EN-US_TOPIC_0000001361199228__b2142685112">false</strong>.</p>
</td>
</tr>
</tbody>
</table>
</div>
</li><li id="EN-US_TOPIC_0000001361199228__li71901932125117">Example response<pre class="codeblock" id="EN-US_TOPIC_0000001361199228__codeblock6641838292551">STATUS CODE 200</pre>
<div class="codecoloring" codetype="Java" id="EN-US_TOPIC_0000001361199228__screen21167352172630"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre> 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71</pre></div></td><td class="code"><div class="highlight"><pre><span></span><span class="p">{</span>
<span class="s">&quot;schema&quot;</span><span class="p">:</span> <span class="s">&quot;/v2/schemas/images&quot;</span><span class="p">,</span>
<span class="s">&quot;next&quot;</span><span class="p">:</span> <span class="s">&quot;/v2/images?__isregistered=true&amp;marker=0328c25e-c840-4496-81ac-c4e01b214b1f&amp;__imagetype=gold&amp;limit=2&quot;</span><span class="p">,</span>
<span class="s">&quot;images&quot;</span><span class="p">:</span> <span class="o">[</span>
<span class="p">{</span>
<span class="s">&quot;schema&quot;</span><span class="p">:</span> <span class="s">&quot;/v2/schemas/image&quot;</span><span class="p">,</span>
<span class="s">&quot;min_disk&quot;</span><span class="p">:</span> <span class="mi">100</span><span class="p">,</span>
<span class="s">&quot;created_at&quot;</span><span class="p">:</span> <span class="s">&quot;2018-09-06T14:03:27Z&quot;</span><span class="p">,</span>
<span class="s">&quot;__image_source_type&quot;</span><span class="p">:</span> <span class="s">&quot;uds&quot;</span><span class="p">,</span>
<span class="s">&quot;container_format&quot;</span><span class="p">:</span> <span class="s">&quot;bare&quot;</span><span class="p">,</span>
<span class="s">&quot;file&quot;</span><span class="p">:</span> <span class="s">&quot;/v2/images/bc6bed6e-ba3a-4447-afcc-449174a3eb52/file&quot;</span><span class="p">,</span>
<span class="s">&quot;updated_at&quot;</span><span class="p">:</span> <span class="s">&quot;2018-09-06T15:17:33Z&quot;</span><span class="p">,</span>
<span class="s">&quot;protected&quot;</span><span class="p">:</span> <span class="kc">true</span><span class="p">,</span>
<span class="s">&quot;checksum&quot;</span><span class="p">:</span> <span class="s">&quot;d41d8cd98f00b204e9800998ecf8427e&quot;</span><span class="p">,</span>
<span class="s">&quot;__support_kvm_fpga_type&quot;</span><span class="p">:</span> <span class="s">&quot;VU9P&quot;</span><span class="p">,</span>
<span class="s">&quot;id&quot;</span><span class="p">:</span> <span class="s">&quot;bc6bed6e-ba3a-4447-afcc-449174a3eb52&quot;</span><span class="p">,</span>
<span class="s">&quot;__isregistered&quot;</span><span class="p">:</span> <span class="s">&quot;true&quot;</span><span class="p">,</span>
<span class="s">&quot;min_ram&quot;</span><span class="p">:</span> <span class="mi">2048</span><span class="p">,</span>
<span class="s">&quot;__lazyloading&quot;</span><span class="p">:</span> <span class="s">&quot;true&quot;</span><span class="p">,</span>
<span class="s">&quot;owner&quot;</span><span class="p">:</span> <span class="s">&quot;1bed856811654c1cb661a6ca845ebc77&quot;</span><span class="p">,</span>
<span class="s">&quot;__os_type&quot;</span><span class="p">:</span> <span class="s">&quot;Linux&quot;</span><span class="p">,</span>
<span class="s">&quot;__imagetype&quot;</span><span class="p">:</span> <span class="s">&quot;gold&quot;</span><span class="p">,</span>
<span class="s">&quot;visibility&quot;</span><span class="p">:</span> <span class="s">&quot;public&quot;</span><span class="p">,</span>
<span class="s">&quot;virtual_env_type&quot;</span><span class="p">:</span> <span class="s">&quot;FusionCompute&quot;</span><span class="p">,</span>
<span class="s">&quot;tags&quot;</span><span class="p">:</span> <span class="o">[]</span><span class="p">,</span>
<span class="s">&quot;__platform&quot;</span><span class="p">:</span> <span class="s">&quot;CentOS&quot;</span><span class="p">,</span>
<span class="s">&quot;size&quot;</span><span class="p">:</span> <span class="mi">0</span><span class="p">,</span>
<span class="s">&quot;__os_bit&quot;</span><span class="p">:</span> <span class="s">&quot;64&quot;</span><span class="p">,</span>
<span class="s">&quot;__os_version&quot;</span><span class="p">:</span> <span class="s">&quot;CentOS 7.3 64bit&quot;</span><span class="p">,</span>
<span class="s">&quot;name&quot;</span><span class="p">:</span> <span class="s">&quot;CentOS 7.3 64bit vivado&quot;</span><span class="p">,</span>
<span class="s">&quot;self&quot;</span><span class="p">:</span> <span class="s">&quot;/v2/images/bc6bed6e-ba3a-4447-afcc-449174a3eb52&quot;</span><span class="p">,</span>
<span class="s">&quot;disk_format&quot;</span><span class="p">:</span> <span class="s">&quot;zvhd2&quot;</span><span class="p">,</span>
<span class="s">&quot;virtual_size&quot;</span><span class="p">:</span> <span class="kc">null</span><span class="p">,</span>
<span class="s">&quot;hw_firmware_type&quot;</span><span class="p">:</span> <span class="s">&quot;bios&quot;</span><span class="p">,</span>
<span class="s">&quot;status&quot;</span><span class="p">:</span> <span class="s">&quot;active&quot;</span>
<span class="p">},</span>
<span class="p">{</span>
<span class="s">&quot;schema&quot;</span><span class="p">:</span> <span class="s">&quot;/v2/schemas/image&quot;</span><span class="p">,</span>
<span class="s">&quot;min_disk&quot;</span><span class="p">:</span> <span class="mi">100</span><span class="p">,</span>
<span class="s">&quot;created_at&quot;</span><span class="p">:</span> <span class="s">&quot;2018-09-06T14:03:05Z&quot;</span><span class="p">,</span>
<span class="s">&quot;__image_source_type&quot;</span><span class="p">:</span> <span class="s">&quot;uds&quot;</span><span class="p">,</span>
<span class="s">&quot;container_format&quot;</span><span class="p">:</span> <span class="s">&quot;bare&quot;</span><span class="p">,</span>
<span class="s">&quot;file&quot;</span><span class="p">:</span> <span class="s">&quot;/v2/images/0328c25e-c840-4496-81ac-c4e01b214b1f/file&quot;</span><span class="p">,</span>
<span class="s">&quot;updated_at&quot;</span><span class="p">:</span> <span class="s">&quot;2018-09-25T14:27:40Z&quot;</span><span class="p">,</span>
<span class="s">&quot;protected&quot;</span><span class="p">:</span> <span class="kc">true</span><span class="p">,</span>
<span class="s">&quot;checksum&quot;</span><span class="p">:</span> <span class="s">&quot;d41d8cd98f00b204e9800998ecf8427e&quot;</span><span class="p">,</span>
<span class="s">&quot;__support_kvm_fpga_type&quot;</span><span class="p">:</span> <span class="s">&quot;VU9P_COMMON&quot;</span><span class="p">,</span>
<span class="s">&quot;id&quot;</span><span class="p">:</span> <span class="s">&quot;0328c25e-c840-4496-81ac-c4e01b214b1f&quot;</span><span class="p">,</span>
<span class="s">&quot;__isregistered&quot;</span><span class="p">:</span> <span class="s">&quot;true&quot;</span><span class="p">,</span>
<span class="s">&quot;min_ram&quot;</span><span class="p">:</span> <span class="mi">2048</span><span class="p">,</span>
<span class="s">&quot;__lazyloading&quot;</span><span class="p">:</span> <span class="s">&quot;true&quot;</span><span class="p">,</span>
<span class="s">&quot;owner&quot;</span><span class="p">:</span> <span class="s">&quot;1bed856811654c1cb661a6ca845ebc77&quot;</span><span class="p">,</span>
<span class="s">&quot;__os_type&quot;</span><span class="p">:</span> <span class="s">&quot;Linux&quot;</span><span class="p">,</span>
<span class="s">&quot;__imagetype&quot;</span><span class="p">:</span> <span class="s">&quot;gold&quot;</span><span class="p">,</span>
<span class="s">&quot;visibility&quot;</span><span class="p">:</span> <span class="s">&quot;public&quot;</span><span class="p">,</span>
<span class="s">&quot;virtual_env_type&quot;</span><span class="p">:</span> <span class="s">&quot;FusionCompute&quot;</span><span class="p">,</span>
<span class="s">&quot;tags&quot;</span><span class="p">:</span> <span class="o">[]</span><span class="p">,</span>
<span class="s">&quot;__platform&quot;</span><span class="p">:</span> <span class="s">&quot;CentOS&quot;</span><span class="p">,</span>
<span class="s">&quot;size&quot;</span><span class="p">:</span> <span class="mi">0</span><span class="p">,</span>
<span class="s">&quot;__os_bit&quot;</span><span class="p">:</span> <span class="s">&quot;64&quot;</span><span class="p">,</span>
<span class="s">&quot;__os_version&quot;</span><span class="p">:</span> <span class="s">&quot;CentOS 7.3 64bit&quot;</span><span class="p">,</span>
<span class="s">&quot;name&quot;</span><span class="p">:</span> <span class="s">&quot;CentOS 7.3 64bit with sdx&quot;</span><span class="p">,</span>
<span class="s">&quot;self&quot;</span><span class="p">:</span> <span class="s">&quot;/v2/images/0328c25e-c840-4496-81ac-c4e01b214b1f&quot;</span><span class="p">,</span>
<span class="s">&quot;disk_format&quot;</span><span class="p">:</span> <span class="s">&quot;zvhd2&quot;</span><span class="p">,</span>
<span class="s">&quot;virtual_size&quot;</span><span class="p">:</span> <span class="kc">null</span><span class="p">,</span>
<span class="s">&quot;hw_firmware_type&quot;</span><span class="p">:</span> <span class="s">&quot;bios&quot;</span><span class="p">,</span>
<span class="s">&quot;status&quot;</span><span class="p">:</span> <span class="s">&quot;active&quot;</span>
<span class="p">}</span>
<span class="o">]</span><span class="p">,</span>
<span class="s">&quot;first&quot;</span><span class="p">:</span> <span class="s">&quot;/v2/images?__isregistered=true&amp;__imagetype=gold&amp;limit=2&quot;</span>
<span class="p">}</span>
</pre></div>
</td></tr></table></div>
</li></ul>
</div>
<div class="section" id="EN-US_TOPIC_0000001361199228__section20875522"><h4 class="sectiontitle">Returned Values</h4><ul id="EN-US_TOPIC_0000001361199228__ul11207934"><li id="EN-US_TOPIC_0000001361199228__li33762549">Normal<p id="EN-US_TOPIC_0000001361199228__p35427485"><a name="EN-US_TOPIC_0000001361199228__li33762549"></a><a name="li33762549"></a>200</p>
</li><li id="EN-US_TOPIC_0000001361199228__li50411912">Abnormal
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000001361199228__table25137814143431" frame="border" border="1" rules="all"><thead align="left"><tr id="EN-US_TOPIC_0000001361199228__row38004410143431"><th align="left" class="cellrowborder" valign="top" width="46.54%" id="mcps1.3.7.2.2.1.1.3.1.1"><p id="EN-US_TOPIC_0000001361199228__p58458378143431"><strong id="EN-US_TOPIC_0000001361199228__b84235270611188">Returned Value</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="53.459999999999994%" id="mcps1.3.7.2.2.1.1.3.1.2"><p id="EN-US_TOPIC_0000001361199228__p18261951143431"><strong id="EN-US_TOPIC_0000001361199228__b84235270616929">Description</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0000001361199228__row2823028143431"><td class="cellrowborder" valign="top" width="46.54%" headers="mcps1.3.7.2.2.1.1.3.1.1 "><p id="EN-US_TOPIC_0000001361199228__p27338693143431">400 Bad Request</p>
</td>
<td class="cellrowborder" valign="top" width="53.459999999999994%" headers="mcps1.3.7.2.2.1.1.3.1.2 "><p id="EN-US_TOPIC_0000001361199228__p54285918143431">Request error. For details about the returned error code, see <a href="en-us_topic_0000001411239233.html">Error Codes</a>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row35083253143431"><td class="cellrowborder" valign="top" width="46.54%" headers="mcps1.3.7.2.2.1.1.3.1.1 "><p id="EN-US_TOPIC_0000001361199228__p23171273143431">401 Unauthorized</p>
</td>
<td class="cellrowborder" valign="top" width="53.459999999999994%" headers="mcps1.3.7.2.2.1.1.3.1.2 "><p id="EN-US_TOPIC_0000001361199228__p25148486143431">Authentication failed.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row25009784143431"><td class="cellrowborder" valign="top" width="46.54%" headers="mcps1.3.7.2.2.1.1.3.1.1 "><p id="EN-US_TOPIC_0000001361199228__p12526651143431">403 Forbidden</p>
</td>
<td class="cellrowborder" valign="top" width="53.459999999999994%" headers="mcps1.3.7.2.2.1.1.3.1.2 "><p id="EN-US_TOPIC_0000001361199228__p46109225143431">You do not have the rights to perform the operation.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row15098650192329"><td class="cellrowborder" valign="top" width="46.54%" headers="mcps1.3.7.2.2.1.1.3.1.1 "><p id="EN-US_TOPIC_0000001361199228__p3586211192331">404 Not Found</p>
</td>
<td class="cellrowborder" valign="top" width="53.459999999999994%" headers="mcps1.3.7.2.2.1.1.3.1.2 "><p id="EN-US_TOPIC_0000001361199228__p22047708192331">The requested resource was not found.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row12329845143431"><td class="cellrowborder" valign="top" width="46.54%" headers="mcps1.3.7.2.2.1.1.3.1.1 "><p id="EN-US_TOPIC_0000001361199228__p59193425143431">500 Internal Server Error</p>
</td>
<td class="cellrowborder" valign="top" width="53.459999999999994%" headers="mcps1.3.7.2.2.1.1.3.1.2 "><p id="EN-US_TOPIC_0000001361199228__p9066084143431">Internal service error.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001361199228__row14485900143431"><td class="cellrowborder" valign="top" width="46.54%" headers="mcps1.3.7.2.2.1.1.3.1.1 "><p id="EN-US_TOPIC_0000001361199228__p32507226143431">503 Service Unavailable</p>
</td>
<td class="cellrowborder" valign="top" width="53.459999999999994%" headers="mcps1.3.7.2.2.1.1.3.1.2 "><p id="EN-US_TOPIC_0000001361199228__p7940519143431">The service is unavailable.</p>
</td>
</tr>
</tbody>
</table>
</div>
</li></ul>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="en-us_topic_0000001411479469.html">Image (Native OpenStack APIs)</a></div>
</div>
</div>