doc-exports/docs/ims/api-ref/en-us_topic_0102682862.html
Zaoxu, Li c236478734 IMS API DOC
Reviewed-by: Pristromskaia, Margarita <margarita.pristromskaia@t-systems.com>
Co-authored-by: Zaoxu, Li <lizaoxu@huawei.com>
Co-committed-by: Zaoxu, Li <lizaoxu@huawei.com>
2024-06-05 07:22:50 +00:00

237 lines
21 KiB
HTML

<a name="EN-US_TOPIC_0102682862"></a><a name="EN-US_TOPIC_0102682862"></a>
<h1 class="topictitle1">Adding or Deleting Image Tags in Batches</h1>
<div id="body1521538011494"><div class="section" id="EN-US_TOPIC_0102682862__section49664599183533"><h4 class="sectiontitle">Function</h4><p id="EN-US_TOPIC_0102682862__p63409583183533">This API is used to add tags to, update tags of, or delete tags from an image in batches.</p>
</div>
<div class="section" id="EN-US_TOPIC_0102682862__section33815340183533"><h4 class="sectiontitle">Constraints</h4><ul id="EN-US_TOPIC_0102682862__ul54688054183533"><li id="EN-US_TOPIC_0102682862__li22430445183533">Each tag consists of a key and a value. The key contains at most 36 characters, and the value contains at most 43 characters. The key cannot be left blank or an empty character string. The value cannot be left blank but can be an empty character string.</li><li id="EN-US_TOPIC_0102682862__li44340796183533">An image can have a maximum of 10 tags.</li><li id="EN-US_TOPIC_0102682862__li63522845183533">The keys of multiple tags in the request body must be unique.</li><li id="EN-US_TOPIC_0102682862__li34834695183533">This API is an idempotent one.<p id="EN-US_TOPIC_0102682862__p45076803183533"><a name="EN-US_TOPIC_0102682862__li34834695183533"></a><a name="li34834695183533"></a>If a tag to be added has the same key as an existing tag, but the tag values are different, this tag will be added and overwrite the existing one. If a tag to be added has the same key and value as an existing tag, this tag will not be added.</p>
<p id="EN-US_TOPIC_0102682862__p3038051183533">If the specified tag does not exist, the deletion is considered successful by default.</p>
</li></ul>
<ul id="EN-US_TOPIC_0102682862__ul27342463183533"><li id="EN-US_TOPIC_0102682862__li44755575183533">Restrictions on tag keys and values during batch deletion<p id="EN-US_TOPIC_0102682862__p146998183533"><a name="EN-US_TOPIC_0102682862__li44755575183533"></a><a name="li44755575183533"></a>During the deletion, the system will not verify the character set range of the key and value. The key cannot be left blank or an empty character string. The value is optional and will not be not verified. If the tag to be deleted does not exist, the deletion is considered successful and no error is reported. Also, the system will not verify the length of both the key and value. The key can contain a maximum of 127 characters, and the value contains a maximum of 255 characters.</p>
</li></ul>
</div>
<div class="section" id="EN-US_TOPIC_0102682862__section11906898183533"><h4 class="sectiontitle">URI</h4><p id="EN-US_TOPIC_0102682862__p818418167279">POST /v2/{project_id}/images/{image_id}/tags/action</p>
<div class="p" id="EN-US_TOPIC_0102682862__p179071220274"><a href="#EN-US_TOPIC_0102682862__table1543205183533">Table 1</a> lists the parameters in the URI.
<div class="tablenoborder"><a name="EN-US_TOPIC_0102682862__table1543205183533"></a><a name="table1543205183533"></a><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0102682862__table1543205183533" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Parameter description</caption><thead align="left"><tr id="EN-US_TOPIC_0102682862__row928566183533"><th align="left" class="cellrowborder" valign="top" width="18.55814418558144%" id="mcps1.3.3.3.2.2.5.1.1"><p id="EN-US_TOPIC_0102682862__p8104982183533">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="19.58804119588041%" id="mcps1.3.3.3.2.2.5.1.2"><p id="EN-US_TOPIC_0102682862__p52523778183533">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="30.926907309269076%" id="mcps1.3.3.3.2.2.5.1.3"><p id="EN-US_TOPIC_0102682862__p26567651183533">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="30.926907309269076%" id="mcps1.3.3.3.2.2.5.1.4"><p id="EN-US_TOPIC_0102682862__p4496161183533">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0102682862__row28644771183533"><td class="cellrowborder" valign="top" width="18.55814418558144%" headers="mcps1.3.3.3.2.2.5.1.1 "><p id="EN-US_TOPIC_0102682862__p38525138183533">project_id</p>
</td>
<td class="cellrowborder" valign="top" width="19.58804119588041%" headers="mcps1.3.3.3.2.2.5.1.2 "><p id="EN-US_TOPIC_0102682862__p33528469183533">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="30.926907309269076%" headers="mcps1.3.3.3.2.2.5.1.3 "><p id="EN-US_TOPIC_0102682862__p31451477183533">String</p>
</td>
<td class="cellrowborder" valign="top" width="30.926907309269076%" headers="mcps1.3.3.3.2.2.5.1.4 "><p id="EN-US_TOPIC_0102682862__p64541689183533">Specifies the project ID.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0102682862__row44004292183533"><td class="cellrowborder" valign="top" width="18.55814418558144%" headers="mcps1.3.3.3.2.2.5.1.1 "><p id="EN-US_TOPIC_0102682862__p7577914183533">image_id</p>
</td>
<td class="cellrowborder" valign="top" width="19.58804119588041%" headers="mcps1.3.3.3.2.2.5.1.2 "><p id="EN-US_TOPIC_0102682862__p9831304183533">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="30.926907309269076%" headers="mcps1.3.3.3.2.2.5.1.3 "><p id="EN-US_TOPIC_0102682862__p58138199183533">String</p>
</td>
<td class="cellrowborder" valign="top" width="30.926907309269076%" headers="mcps1.3.3.3.2.2.5.1.4 "><p id="EN-US_TOPIC_0102682862__p11573711183533">Specifies the image ID.</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="section" id="EN-US_TOPIC_0102682862__section37054537183533"><h4 class="sectiontitle">Request</h4><ul id="EN-US_TOPIC_0102682862__ul48627536183533"><li id="EN-US_TOPIC_0102682862__li34994647183533">Request parameters
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0102682862__table46516372183533" frame="border" border="1" rules="all"><thead align="left"><tr id="EN-US_TOPIC_0102682862__row15305774183533"><th align="left" class="cellrowborder" valign="top" width="18.55814418558144%" id="mcps1.3.4.2.1.1.1.5.1.1"><p id="EN-US_TOPIC_0102682862__p31808161183533">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="19.58804119588041%" id="mcps1.3.4.2.1.1.1.5.1.2"><p id="EN-US_TOPIC_0102682862__p26324220183533">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="30.926907309269076%" id="mcps1.3.4.2.1.1.1.5.1.3"><p id="EN-US_TOPIC_0102682862__p51887080183533">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="30.926907309269076%" id="mcps1.3.4.2.1.1.1.5.1.4"><p id="EN-US_TOPIC_0102682862__p42103948183533">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0102682862__row54976657183533"><td class="cellrowborder" valign="top" width="18.55814418558144%" headers="mcps1.3.4.2.1.1.1.5.1.1 "><p id="EN-US_TOPIC_0102682862__p23924255183533">tags</p>
</td>
<td class="cellrowborder" valign="top" width="19.58804119588041%" headers="mcps1.3.4.2.1.1.1.5.1.2 "><p id="EN-US_TOPIC_0102682862__p58816477183533">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="30.926907309269076%" headers="mcps1.3.4.2.1.1.1.5.1.3 "><p id="EN-US_TOPIC_0102682862__p66514163183533">Array of objects</p>
</td>
<td class="cellrowborder" valign="top" width="30.926907309269076%" headers="mcps1.3.4.2.1.1.1.5.1.4 "><p id="EN-US_TOPIC_0102682862__p18938122183533">Lists the tags to be added or deleted. For details, see <a href="#EN-US_TOPIC_0102682862__table107083563918">Table 2</a>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0102682862__row36225373183533"><td class="cellrowborder" valign="top" width="18.55814418558144%" headers="mcps1.3.4.2.1.1.1.5.1.1 "><p id="EN-US_TOPIC_0102682862__p48574104183533">action</p>
</td>
<td class="cellrowborder" valign="top" width="19.58804119588041%" headers="mcps1.3.4.2.1.1.1.5.1.2 "><p id="EN-US_TOPIC_0102682862__p42188327183533">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="30.926907309269076%" headers="mcps1.3.4.2.1.1.1.5.1.3 "><p id="EN-US_TOPIC_0102682862__p61811315183533">String</p>
</td>
<td class="cellrowborder" valign="top" width="30.926907309269076%" headers="mcps1.3.4.2.1.1.1.5.1.4 "><p id="EN-US_TOPIC_0102682862__p40660579183533">Specifies the tag operation to be performed. The value is case sensitive and can be <strong id="EN-US_TOPIC_0102682862__b842352706145313">create</strong> or <strong id="EN-US_TOPIC_0102682862__b842352706145317">delete</strong>. <strong id="EN-US_TOPIC_0102682862__b605074693145454">create</strong> indicates that tags will be added or updated, while <strong id="EN-US_TOPIC_0102682862__b1812124538145535">delete</strong> indicates that tags will be deleted.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><a name="EN-US_TOPIC_0102682862__table107083563918"></a><a name="table107083563918"></a><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0102682862__table107083563918" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Data structure description of the tags field</caption><thead align="left"><tr id="EN-US_TOPIC_0102682862__row137071156390"><th align="left" class="cellrowborder" valign="top" width="31.626837316268368%" id="mcps1.3.4.2.1.2.2.5.1.1"><p id="EN-US_TOPIC_0102682862__p1070717566915">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="14.288571142885708%" id="mcps1.3.4.2.1.2.2.5.1.2"><p id="EN-US_TOPIC_0102682862__p57073568916">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="14.288571142885708%" id="mcps1.3.4.2.1.2.2.5.1.3"><p id="EN-US_TOPIC_0102682862__p870735611915">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="39.7960203979602%" id="mcps1.3.4.2.1.2.2.5.1.4"><p id="EN-US_TOPIC_0102682862__p570713560920">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0102682862__row470845617914"><td class="cellrowborder" valign="top" width="31.626837316268368%" headers="mcps1.3.4.2.1.2.2.5.1.1 "><p id="EN-US_TOPIC_0102682862__p12708556598">key</p>
</td>
<td class="cellrowborder" valign="top" width="14.288571142885708%" headers="mcps1.3.4.2.1.2.2.5.1.2 "><p id="EN-US_TOPIC_0102682862__p470816561594">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="14.288571142885708%" headers="mcps1.3.4.2.1.2.2.5.1.3 "><p id="EN-US_TOPIC_0102682862__p370814561393">String</p>
</td>
<td class="cellrowborder" valign="top" width="39.7960203979602%" headers="mcps1.3.4.2.1.2.2.5.1.4 "><p id="EN-US_TOPIC_0102682862__p1470814561497">Specifies the tag key. The tag key cannot be left blank.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0102682862__row870810563916"><td class="cellrowborder" valign="top" width="31.626837316268368%" headers="mcps1.3.4.2.1.2.2.5.1.1 "><p id="EN-US_TOPIC_0102682862__p10708105612918">value</p>
</td>
<td class="cellrowborder" valign="top" width="14.288571142885708%" headers="mcps1.3.4.2.1.2.2.5.1.2 "><p id="EN-US_TOPIC_0102682862__p67087568918">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="14.288571142885708%" headers="mcps1.3.4.2.1.2.2.5.1.3 "><p id="EN-US_TOPIC_0102682862__p20708195618914">String</p>
</td>
<td class="cellrowborder" valign="top" width="39.7960203979602%" headers="mcps1.3.4.2.1.2.2.5.1.4 "><p id="EN-US_TOPIC_0102682862__p870814565914">Specifies the tag value.</p>
</td>
</tr>
</tbody>
</table>
</div>
</li></ul>
</div>
<div class="section" id="EN-US_TOPIC_0102682862__section16898174020420"><h4 class="sectiontitle">Example Request</h4><ul id="EN-US_TOPIC_0102682862__ul46935113111417"><li id="EN-US_TOPIC_0102682862__li41830711183533">Adding tags for an image (<strong id="EN-US_TOPIC_0102682862__b358149165619">key1:value1</strong>, <strong id="EN-US_TOPIC_0102682862__b8549161311568">key2:value2</strong>)<div class="codecoloring" codetype="Java" id="EN-US_TOPIC_0102682862__screen37866106183549"><div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span class="normal"> 1</span>
<span class="normal"> 2</span>
<span class="normal"> 3</span>
<span class="normal"> 4</span>
<span class="normal"> 5</span>
<span class="normal"> 6</span>
<span class="normal"> 7</span>
<span class="normal"> 8</span>
<span class="normal"> 9</span>
<span class="normal">10</span>
<span class="normal">11</span>
<span class="normal">12</span>
<span class="normal">13</span>
<span class="normal">14</span>
<span class="normal">15</span>
<span class="normal">16</span></pre></div></td><td class="code"><div><pre><span></span><span class="n">POST</span><span class="w"> </span><span class="n">https</span><span class="p">:</span><span class="c1">//{Endpoint}/v2/fd73a4a14a4a4dfb9771a8475e5198ea/images/67e17426-359e-49fb-aa12-0bd1756ec240/tags/action</span>
<span class="p">{</span>
<span class="w"> </span><span class="s">&quot;tags&quot;</span><span class="p">:</span><span class="w"> </span><span class="o">[</span><span class="p">{</span>
<span class="w"> </span><span class="s">&quot;value&quot;</span><span class="p">:</span><span class="w"> </span><span class="s">&quot;value1&quot;</span><span class="p">,</span>
<span class="w"> </span><span class="s">&quot;key&quot;</span><span class="p">:</span><span class="w"> </span><span class="s">&quot;key1&quot;</span>
<span class="w"> </span><span class="p">},</span>
<span class="w"> </span><span class="p">{</span>
<span class="w"> </span><span class="s">&quot;value&quot;</span><span class="p">:</span><span class="w"> </span><span class="s">&quot;value2&quot;</span><span class="p">,</span>
<span class="w"> </span><span class="s">&quot;key&quot;</span><span class="p">:</span><span class="w"> </span><span class="s">&quot;key2&quot;</span>
<span class="w"> </span><span class="p">},</span>
<span class="w"> </span><span class="p">{</span>
<span class="w"> </span><span class="s">&quot;value&quot;</span><span class="p">:</span><span class="w"> </span><span class="s">&quot;&quot;</span><span class="p">,</span>
<span class="w"> </span><span class="s">&quot;key&quot;</span><span class="p">:</span><span class="w"> </span><span class="s">&quot;key3&quot;</span>
<span class="w"> </span><span class="p">}</span><span class="o">]</span><span class="p">,</span>
<span class="w"> </span><span class="s">&quot;action&quot;</span><span class="p">:</span><span class="w"> </span><span class="s">&quot;create&quot;</span>
<span class="p">}</span>
</pre></div></td></tr></table></div>
</div>
</li><li id="EN-US_TOPIC_0102682862__li23599285183533">Deleting image tags (<strong id="EN-US_TOPIC_0102682862__b196871316115718">key1:value1</strong>, <strong id="EN-US_TOPIC_0102682862__b768801615573">key2:value2</strong>)<div class="codecoloring" codetype="Java" id="EN-US_TOPIC_0102682862__screen3551193118362"><div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span class="normal"> 1</span>
<span class="normal"> 2</span>
<span class="normal"> 3</span>
<span class="normal"> 4</span>
<span class="normal"> 5</span>
<span class="normal"> 6</span>
<span class="normal"> 7</span>
<span class="normal"> 8</span>
<span class="normal"> 9</span>
<span class="normal">10</span>
<span class="normal">11</span>
<span class="normal">12</span>
<span class="normal">13</span>
<span class="normal">14</span>
<span class="normal">15</span>
<span class="normal">16</span></pre></div></td><td class="code"><div><pre><span></span><span class="n">POST</span><span class="w"> </span><span class="n">https</span><span class="p">:</span><span class="c1">//{Endpoint}/v2/fd73a4a14a4a4dfb9771a8475e5198ea/images/67e17426-359e-49fb-aa12-0bd1756ec240/tags/action</span>
<span class="p">{</span>
<span class="w"> </span><span class="s">&quot;tags&quot;</span><span class="p">:</span><span class="w"> </span><span class="o">[</span><span class="p">{</span>
<span class="w"> </span><span class="s">&quot;value&quot;</span><span class="p">:</span><span class="w"> </span><span class="s">&quot;value1&quot;</span><span class="p">,</span>
<span class="w"> </span><span class="s">&quot;key&quot;</span><span class="p">:</span><span class="w"> </span><span class="s">&quot;key1&quot;</span>
<span class="w"> </span><span class="p">},</span>
<span class="w"> </span><span class="p">{</span>
<span class="w"> </span><span class="s">&quot;value&quot;</span><span class="p">:</span><span class="w"> </span><span class="s">&quot;value2&quot;</span><span class="p">,</span>
<span class="w"> </span><span class="s">&quot;key&quot;</span><span class="p">:</span><span class="w"> </span><span class="s">&quot;key2&quot;</span>
<span class="w"> </span><span class="p">},</span>
<span class="w"> </span><span class="p">{</span>
<span class="w"> </span><span class="s">&quot;value&quot;</span><span class="p">:</span><span class="w"> </span><span class="s">&quot;&quot;</span><span class="p">,</span>
<span class="w"> </span><span class="s">&quot;key&quot;</span><span class="p">:</span><span class="w"> </span><span class="s">&quot;key3&quot;</span>
<span class="w"> </span><span class="p">}</span><span class="o">]</span><span class="p">,</span>
<span class="w"> </span><span class="s">&quot;action&quot;</span><span class="p">:</span><span class="w"> </span><span class="s">&quot;delete&quot;</span>
<span class="p">}</span>
</pre></div></td></tr></table></div>
</div>
</li></ul>
</div>
<div class="section" id="EN-US_TOPIC_0102682862__section935919183533"><h4 class="sectiontitle">Response</h4><ul id="EN-US_TOPIC_0102682862__ul198448564282"><li id="EN-US_TOPIC_0102682862__li38441756142812">Response parameters<p id="EN-US_TOPIC_0102682862__p57091217294"><a name="EN-US_TOPIC_0102682862__li38441756142812"></a><a name="li38441756142812"></a>None</p>
</li><li id="EN-US_TOPIC_0102682862__li1547814017292">Example response<pre class="codeblock" id="EN-US_TOPIC_0102682862__codeblock41560301163250">STATUS CODE 204</pre>
</li></ul>
</div>
<div class="section" id="EN-US_TOPIC_0102682862__section11196745183533"><h4 class="sectiontitle">Returned Values</h4><ul id="EN-US_TOPIC_0102682862__ul34521134183533"><li id="EN-US_TOPIC_0102682862__li42254756183533">Normal<p id="EN-US_TOPIC_0102682862__p44748484183533"><a name="EN-US_TOPIC_0102682862__li42254756183533"></a><a name="li42254756183533"></a>204</p>
</li><li id="EN-US_TOPIC_0102682862__li83177183533">Abnormal
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0102682862__table748594183533" frame="border" border="1" rules="all"><thead align="left"><tr id="EN-US_TOPIC_0102682862__row46152835183533"><th align="left" class="cellrowborder" valign="top" width="46.46%" id="mcps1.3.7.2.2.1.1.3.1.1"><p id="EN-US_TOPIC_0102682862__p47392170183533">Returned Value</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="53.54%" id="mcps1.3.7.2.2.1.1.3.1.2"><p id="EN-US_TOPIC_0102682862__p13560590183533">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0102682862__row24666006183533"><td class="cellrowborder" valign="top" width="46.46%" headers="mcps1.3.7.2.2.1.1.3.1.1 "><p id="EN-US_TOPIC_0102682862__p51789483183533">400 Bad Request</p>
</td>
<td class="cellrowborder" valign="top" width="53.54%" headers="mcps1.3.7.2.2.1.1.3.1.2 "><p id="EN-US_TOPIC_0102682862__p34198580183533">Request error.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0102682862__row39351768183533"><td class="cellrowborder" valign="top" width="46.46%" headers="mcps1.3.7.2.2.1.1.3.1.1 "><p id="EN-US_TOPIC_0102682862__p33376619183533">401 Unauthorized</p>
</td>
<td class="cellrowborder" valign="top" width="53.54%" headers="mcps1.3.7.2.2.1.1.3.1.2 "><p id="EN-US_TOPIC_0102682862__p19151590183533">Authentication failed.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0102682862__row38146586183533"><td class="cellrowborder" valign="top" width="46.46%" headers="mcps1.3.7.2.2.1.1.3.1.1 "><p id="EN-US_TOPIC_0102682862__p2865798183533">403 Forbidden</p>
</td>
<td class="cellrowborder" valign="top" width="53.54%" headers="mcps1.3.7.2.2.1.1.3.1.2 "><p id="EN-US_TOPIC_0102682862__p30803053183533">You do not have the rights to perform the operation.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0102682862__row8792027183533"><td class="cellrowborder" valign="top" width="46.46%" headers="mcps1.3.7.2.2.1.1.3.1.1 "><p id="EN-US_TOPIC_0102682862__p41065609183533">404 Not Found</p>
</td>
<td class="cellrowborder" valign="top" width="53.54%" headers="mcps1.3.7.2.2.1.1.3.1.2 "><p id="EN-US_TOPIC_0102682862__p37980007183533">The requested resource was not found.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0102682862__row6275743183533"><td class="cellrowborder" valign="top" width="46.46%" headers="mcps1.3.7.2.2.1.1.3.1.1 "><p id="EN-US_TOPIC_0102682862__p38573193183533">500 Internal Server Error</p>
</td>
<td class="cellrowborder" valign="top" width="53.54%" headers="mcps1.3.7.2.2.1.1.3.1.2 "><p id="EN-US_TOPIC_0102682862__p37420919183533">Internal service error.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0102682862__row1243955183533"><td class="cellrowborder" valign="top" width="46.46%" headers="mcps1.3.7.2.2.1.1.3.1.1 "><p id="EN-US_TOPIC_0102682862__p33651555183533">503 Service Unavailable</p>
</td>
<td class="cellrowborder" valign="top" width="53.54%" headers="mcps1.3.7.2.2.1.1.3.1.2 "><p id="EN-US_TOPIC_0102682862__p41421452183533">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_0135481402.html">Image Tagging</a></div>
</div>
</div>