forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Su, Xiaomeng <suxiaomeng1@huawei.com> Co-committed-by: Su, Xiaomeng <suxiaomeng1@huawei.com>
229 lines
19 KiB
HTML
229 lines
19 KiB
HTML
<a name="dli_02_0249"></a><a name="dli_02_0249"></a>
|
|
|
|
<h1 class="topictitle1">Restarting, Scaling Out, and Scaling In Queues</h1>
|
|
<div id="body1577952754823"><div class="section" id="dli_02_0249__section18998185384911"><h4 class="sectiontitle">Function</h4><p id="dli_02_0249__p342141019132">This API is used to restart, scale out, and scale in queues.</p>
|
|
<div class="note" id="dli_02_0249__note156578135119"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><p id="dli_02_0249__p1266751155117">Only SQL queues in the <strong id="dli_02_0249__b7187172695812">Available</strong> status can be restarted. (The queue status is <strong id="dli_02_0249__b165915370018">Available</strong> only after the SQL job is successfully executed.)</p>
|
|
</div></div>
|
|
</div>
|
|
<div class="section" id="dli_02_0249__s9e1b8ec5b57c422a942b19835da7d66e"><h4 class="sectiontitle">URI</h4><ul id="dli_02_0249__en-us_topic_0069077927_ul10082125"><li id="dli_02_0249__en-us_topic_0069077927_li23630265">URI format<p id="dli_02_0249__en-us_topic_0069077927_p11345797"><a name="dli_02_0249__en-us_topic_0069077927_li23630265"></a><a name="en-us_topic_0069077927_li23630265"></a>PUT /v1.0/{project_id}/queues/{queue_name}/action</p>
|
|
</li><li id="dli_02_0249__li1725612218454">Parameter description
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="dli_02_0249__en-us_topic_0069077803_table60779388" frame="border" border="1" rules="all"><caption><b>Table 1 </b>URI parameters</caption><thead align="left"><tr id="dli_02_0249__en-us_topic_0069077803_row61411666"><th align="left" class="cellrowborder" valign="top" width="16.48%" id="mcps1.3.2.2.2.1.2.5.1.1"><p id="dli_02_0249__a420a62a594f9410eaea229ffc8037a61">Parameter</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="12.24%" id="mcps1.3.2.2.2.1.2.5.1.2"><p id="dli_02_0249__en-us_topic_0069077803_p873025824211">Mandatory</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="12%" id="mcps1.3.2.2.2.1.2.5.1.3"><p id="dli_02_0249__p75909534114">Type</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="59.28%" id="mcps1.3.2.2.2.1.2.5.1.4"><p id="dli_02_0249__a692d3cd97b464aed90ba6d841900a4a5">Description</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="dli_02_0249__en-us_topic_0069077803_row48589216"><td class="cellrowborder" valign="top" width="16.48%" headers="mcps1.3.2.2.2.1.2.5.1.1 "><p id="dli_02_0249__en-us_topic_0069077803_p43412436">project_id</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="12.24%" headers="mcps1.3.2.2.2.1.2.5.1.2 "><p id="dli_02_0249__en-us_topic_0069077803_p26746391">Yes</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="12%" headers="mcps1.3.2.2.2.1.2.5.1.3 "><p id="dli_02_0249__p8590953181112">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="59.28%" headers="mcps1.3.2.2.2.1.2.5.1.4 "><p id="dli_02_0249__p1310472724012">Project ID, which is used for resource isolation. For details about how to obtain its value, see <a href="dli_02_0183.html">Obtaining a Project ID</a>.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="dli_02_0249__row1691519137166"><td class="cellrowborder" valign="top" width="16.48%" headers="mcps1.3.2.2.2.1.2.5.1.1 "><p id="dli_02_0249__p58451326141618">queue_name</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="12.24%" headers="mcps1.3.2.2.2.1.2.5.1.2 "><p id="dli_02_0249__p138451726171613">Yes</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="12%" headers="mcps1.3.2.2.2.1.2.5.1.3 "><p id="dli_02_0249__p14590185371115">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="59.28%" headers="mcps1.3.2.2.2.1.2.5.1.4 "><p id="dli_02_0249__p10845102621613">Name of a queue.</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</li></ul>
|
|
</div>
|
|
<div class="section" id="dli_02_0249__section20458182103"><h4 class="sectiontitle">Request</h4>
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="dli_02_0249__en-us_topic_0069078607_en-us_topic_0069077926_table52036772" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Request parameters</caption><thead align="left"><tr id="dli_02_0249__en-us_topic_0069078607_en-us_topic_0069077926_row6711263"><th align="left" class="cellrowborder" valign="top" width="10.549999999999999%" id="mcps1.3.3.2.2.5.1.1"><p id="dli_02_0249__en-us_topic_0069078607_en-us_topic_0069077926_p1641446825">Parameter</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="10.37%" id="mcps1.3.3.2.2.5.1.2"><p id="dli_02_0249__en-us_topic_0069078607_en-us_topic_0069077926_p20413469220">Mandatory</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="12.559999999999999%" id="mcps1.3.3.2.2.5.1.3"><p id="dli_02_0249__en-us_topic_0069078607_en-us_topic_0069077926_p124174619213">Type</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="66.52%" id="mcps1.3.3.2.2.5.1.4"><p id="dli_02_0249__en-us_topic_0069078607_en-us_topic_0069077926_p0413461523">Description</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="dli_02_0249__row2860739104812"><td class="cellrowborder" valign="top" width="10.549999999999999%" headers="mcps1.3.3.2.2.5.1.1 "><p id="dli_02_0249__p36281056131618">action</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="10.37%" headers="mcps1.3.3.2.2.5.1.2 "><p id="dli_02_0249__p19628105671611">Yes</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="12.559999999999999%" headers="mcps1.3.3.2.2.5.1.3 "><p id="dli_02_0249__p6628156161611">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="66.52%" headers="mcps1.3.3.2.2.5.1.4 "><p id="dli_02_0249__p7201154802220">Operations to be performed:</p>
|
|
<ul id="dli_02_0249__ul167651250182212"><li id="dli_02_0249__li1788410572224"><strong id="dli_02_0249__b182722510405">restart</strong>: Restart a service. Only queues for SQL jobs can be restarted.</li><li id="dli_02_0249__li1675114112317"><strong id="dli_02_0249__b75207550395">scale_out</strong>: Scale out the queue</li><li id="dli_02_0249__li9765195012216"><strong id="dli_02_0249__b588011114405">scale_in</strong>: Scale in the queue</li></ul>
|
|
<div class="note" id="dli_02_0249__note39931826111711"><span class="notetitle"> NOTE: </span><div class="notebody"><p id="dli_02_0249__p95172714179">Currently, only <strong id="dli_02_0249__b03272025184013">restart</strong>, <strong id="dli_02_0249__b24331328204014">scale_out</strong>, and <strong id="dli_02_0249__b98311031204016">scale_in</strong> operations are supported.</p>
|
|
</div></div>
|
|
</td>
|
|
</tr>
|
|
<tr id="dli_02_0249__row873284217167"><td class="cellrowborder" valign="top" width="10.549999999999999%" headers="mcps1.3.3.2.2.5.1.1 "><p id="dli_02_0249__p06281056171618">force</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="10.37%" headers="mcps1.3.3.2.2.5.1.2 "><p id="dli_02_0249__p062810569162">No</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="12.559999999999999%" headers="mcps1.3.3.2.2.5.1.3 "><p id="dli_02_0249__p462925691620">Boolean</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="66.52%" headers="mcps1.3.3.2.2.5.1.4 "><p id="dli_02_0249__p262925610162">Specifies whether to forcibly restart the queue. This parameter is optional when <span class="parmname" id="dli_02_0249__parmname1897701204111"><b>action</b></span> is set to <span class="parmvalue" id="dli_02_0249__parmvalue1346582034117"><b>restart</b></span>. The default value is <span class="parmvalue" id="dli_02_0249__parmvalue8347143219418"><b>false</b></span>.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="dli_02_0249__row15104543297"><td class="cellrowborder" valign="top" width="10.549999999999999%" headers="mcps1.3.3.2.2.5.1.1 "><p id="dli_02_0249__p131061343591">cu_count</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="10.37%" headers="mcps1.3.3.2.2.5.1.2 "><p id="dli_02_0249__p111061435919">No</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="12.559999999999999%" headers="mcps1.3.3.2.2.5.1.3 "><p id="dli_02_0249__p71064433915">Integer</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="66.52%" headers="mcps1.3.3.2.2.5.1.4 "><p id="dli_02_0249__p51061943796">Number of CUs to be scaled in or out. This parameter is optional when <span class="parmname" id="dli_02_0249__parmname1212015194118"><b>action</b></span> is set to <span class="parmvalue" id="dli_02_0249__parmvalue68881655134119"><b>scale_out</b></span> or <span class="parmvalue" id="dli_02_0249__parmvalue1549714215427"><b>scale_in</b></span>. The value of <span class="parmname" id="dli_02_0249__parmname18184125213010"><b>cu_count</b></span> must be a multiple of 16.</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="section" id="dli_02_0249__sd1ecb66580054b2ea403be8b2272a2c7"><h4 class="sectiontitle">Response</h4>
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="dli_02_0249__en-us_topic_0069077927_table56638444" frame="border" border="1" rules="all"><caption><b>Table 3 </b>Response parameters</caption><thead align="left"><tr id="dli_02_0249__en-us_topic_0069077927_row48911609"><th align="left" class="cellrowborder" valign="top" width="19.79%" id="mcps1.3.4.2.2.5.1.1"><p id="dli_02_0249__ae076f6b3f1bf463b9cc087fc566253d5">Parameter</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="9.43%" id="mcps1.3.4.2.2.5.1.2"><p id="dli_02_0249__p12583123083811">Mandatory</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="9.9%" id="mcps1.3.4.2.2.5.1.3"><p id="dli_02_0249__a59685f4525af4d82a623288ff8ccb0f4">Type</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="60.88%" id="mcps1.3.4.2.2.5.1.4"><p id="dli_02_0249__en-us_topic_0069077927_p632718127368">Description</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="dli_02_0249__en-us_topic_0069077927_row27919264"><td class="cellrowborder" valign="top" width="19.79%" headers="mcps1.3.4.2.2.5.1.1 "><p id="dli_02_0249__en-us_topic_0069077927_p46867877">is_success</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="9.43%" headers="mcps1.3.4.2.2.5.1.2 "><p id="dli_02_0249__p9584230133817">No</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="9.9%" headers="mcps1.3.4.2.2.5.1.3 "><p id="dli_02_0249__en-us_topic_0069077927_p7327597">Boolean</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60.88%" headers="mcps1.3.4.2.2.5.1.4 "><p id="dli_02_0249__en-us_topic_0069077927_p56664447">Indicates whether the request is successfully executed. Value <span class="parmvalue" id="dli_02_0249__parmvalue4993877595041"><b>true</b></span> indicates that the request is successfully executed.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="dli_02_0249__en-us_topic_0069077927_row40217981"><td class="cellrowborder" valign="top" width="19.79%" headers="mcps1.3.4.2.2.5.1.1 "><p id="dli_02_0249__en-us_topic_0069077927_p36431005">message</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="9.43%" headers="mcps1.3.4.2.2.5.1.2 "><p id="dli_02_0249__p95842301382">No</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="9.9%" headers="mcps1.3.4.2.2.5.1.3 "><p id="dli_02_0249__en-us_topic_0069077927_p49163111">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60.88%" headers="mcps1.3.4.2.2.5.1.4 "><p id="dli_02_0249__a4fa277540d3e42e48cec2027a36ca6bc">System prompt. If execution succeeds, the parameter setting may be left blank.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="dli_02_0249__row4147126131817"><td class="cellrowborder" valign="top" width="19.79%" headers="mcps1.3.4.2.2.5.1.1 "><p id="dli_02_0249__p11171726151815">job_id</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="9.43%" headers="mcps1.3.4.2.2.5.1.2 "><p id="dli_02_0249__p121189262182">No</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="9.9%" headers="mcps1.3.4.2.2.5.1.3 "><p id="dli_02_0249__p8118926131812">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60.88%" headers="mcps1.3.4.2.2.5.1.4 "><p id="dli_02_0249__p91189263185">Specifies the job ID returned when <span class="parmname" id="dli_02_0249__parmname2697145564212"><b>force</b></span> is set to <span class="parmvalue" id="dli_02_0249__parmvalue5692401436"><b>true</b></span>.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="dli_02_0249__row1356812420129"><td class="cellrowborder" valign="top" width="19.79%" headers="mcps1.3.4.2.2.5.1.1 "><p id="dli_02_0249__p10569114220124">queue_name</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="9.43%" headers="mcps1.3.4.2.2.5.1.2 "><p id="dli_02_0249__p15691942131215">No</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="9.9%" headers="mcps1.3.4.2.2.5.1.3 "><p id="dli_02_0249__p13569134217129">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60.88%" headers="mcps1.3.4.2.2.5.1.4 "><p id="dli_02_0249__p16569742181211">Name of the queue to be scaled in or out.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="dli_02_0249__row43401748181215"><td class="cellrowborder" valign="top" width="19.79%" headers="mcps1.3.4.2.2.5.1.1 "><p id="dli_02_0249__p434044881212">result</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="9.43%" headers="mcps1.3.4.2.2.5.1.2 "><p id="dli_02_0249__p1534024841219">No</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="9.9%" headers="mcps1.3.4.2.2.5.1.3 "><p id="dli_02_0249__p434164811213">Boolean</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60.88%" headers="mcps1.3.4.2.2.5.1.4 "><p id="dli_02_0249__p1834164814129">Indicates the scaling result.</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="section" id="dli_02_0249__section15772143623410"><h4 class="sectiontitle">Example Request</h4><ul id="dli_02_0249__ul92451045132318"><li id="dli_02_0249__li14271341122313">Restart a queue.<pre class="screen" id="dli_02_0249__screen1142724120237">{
|
|
"action": "restart",
|
|
"force": "false"
|
|
}</pre>
|
|
</li><li id="dli_02_0249__li19992502419">Increase the number of CUs of the queue to 16.<pre class="screen" id="dli_02_0249__screen128501419132415">{
|
|
"action": "scale_out",
|
|
"cu_count": 16
|
|
}</pre>
|
|
</li></ul>
|
|
</div>
|
|
<div class="section" id="dli_02_0249__section59635464345"><h4 class="sectiontitle">Example Response</h4><ul id="dli_02_0249__ul14713152216212"><li id="dli_02_0249__li855981714213">Set <span class="parmname" id="dli_02_0249__parmname147291323144412"><b>force</b></span> to <span class="parmvalue" id="dli_02_0249__parmvalue1856092716443"><b>false</b></span>.<pre class="screen" id="dli_02_0249__screen4559121772114">{
|
|
"is_success": true,
|
|
"message": "Restart success"
|
|
}</pre>
|
|
</li><li id="dli_02_0249__li484519472318">Set <span class="parmname" id="dli_02_0249__parmname1437834119440"><b>force</b></span> to <span class="parmvalue" id="dli_02_0249__parmvalue1334945312447"><b>true</b></span>.<pre class="screen" id="dli_02_0249__screen172951939191912">{
|
|
"is_success": true,
|
|
"message": "Submit restart job success, it need some time to cancel jobs, please wait for a while and check job status",
|
|
"job_id": "d90396c7-3a25-4944-ad1e-99c764d902e7"
|
|
}</pre>
|
|
</li><li id="dli_02_0249__li20596152551512">Scaling<pre class="screen" id="dli_02_0249__screen259612514154">{
|
|
"queue_name": "myQueue",
|
|
"result": true
|
|
}</pre>
|
|
</li></ul>
|
|
</div>
|
|
<div class="section" id="dli_02_0249__sf39cfd445ad24e9e82754fcb0027179d"><h4 class="sectiontitle">Status Codes</h4><p id="dli_02_0249__a04144ca3a08e4576b386c6a98f43a2ae"><a href="#dli_02_0249__tb12870f1c5f24b27abd55ca24264af36">Table 4</a> describes the status code.</p>
|
|
|
|
<div class="tablenoborder"><a name="dli_02_0249__tb12870f1c5f24b27abd55ca24264af36"></a><a name="tb12870f1c5f24b27abd55ca24264af36"></a><table cellpadding="4" cellspacing="0" summary="" id="dli_02_0249__tb12870f1c5f24b27abd55ca24264af36" frame="border" border="1" rules="all"><caption><b>Table 4 </b>Status codes</caption><thead align="left"><tr id="dli_02_0249__r8d54231f95b14c01a5e55e95f3b2e838"><th align="left" class="cellrowborder" valign="top" width="30%" id="mcps1.3.7.3.2.3.1.1"><p id="dli_02_0249__ab49d21f312644072a331f43e92baf853">Status Code</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="70%" id="mcps1.3.7.3.2.3.1.2"><p id="dli_02_0249__aea1d3bd107bb4c499da79a88832d256c">Description</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="dli_02_0249__r211ad4eb571d4d938e5579998723174e"><td class="cellrowborder" valign="top" width="30%" headers="mcps1.3.7.3.2.3.1.1 "><p id="dli_02_0249__a3153e07b3a9749adba92599fe6628fbf">200</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="70%" headers="mcps1.3.7.3.2.3.1.2 "><p id="dli_02_0249__p104431642124811">The operation is successful.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="dli_02_0249__row44937531727"><td class="cellrowborder" valign="top" width="30%" headers="mcps1.3.7.3.2.3.1.1 "><p id="dli_02_0249__p184941532219">400</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="70%" headers="mcps1.3.7.3.2.3.1.2 "><p id="dli_02_0249__p2049413539219">Request error.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="dli_02_0249__row65331212142411"><td class="cellrowborder" valign="top" width="30%" headers="mcps1.3.7.3.2.3.1.1 "><p id="dli_02_0249__p5537171216249">500</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="70%" headers="mcps1.3.7.3.2.3.1.2 "><p id="dli_02_0249__p953813124249">Internal service error.</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="section" id="dli_02_0249__section13596141025715"><h4 class="sectiontitle">Error Codes</h4><p id="dli_02_0249__p420584425712">If an error occurs when this API is invoked, the system does not return the result similar to the preceding example, but returns the error code and error information. For details, see <a href="dli_02_0056.html">Error Codes</a>.</p>
|
|
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="dli_02_0249__table847819307387" frame="border" border="1" rules="all"><caption><b>Table 5 </b>Error codes</caption><thead align="left"><tr id="dli_02_0249__row2479163016383"><th align="left" class="cellrowborder" valign="top" width="14.78%" id="mcps1.3.8.3.2.3.1.1"><p id="dli_02_0249__p114796309389">Error Code</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="85.22%" id="mcps1.3.8.3.2.3.1.2"><p id="dli_02_0249__p1647973053817">Error Message</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="dli_02_0249__row1047920308387"><td class="cellrowborder" valign="top" width="14.78%" headers="mcps1.3.8.3.2.3.1.1 "><p id="dli_02_0249__p598615916423">DLI.0015</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="85.22%" headers="mcps1.3.8.3.2.3.1.2 "><p id="dli_02_0249__p0869205415158">Token info for token is null, return.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="dli_02_0249__row18193104612183"><td class="cellrowborder" valign="top" width="14.78%" headers="mcps1.3.8.3.2.3.1.1 "><p id="dli_02_0249__p31954460182">DLI.0013</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="85.22%" headers="mcps1.3.8.3.2.3.1.2 "><p id="dli_02_0249__p1593814161919">X-Auth-Token is not defined in request. It is mandatory. Please define and send the request.</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="dli_02_0193.html">Queue-related APIs (Recommended)</a></div>
|
|
</div>
|
|
</div>
|
|
|