forked from laiweijian4/doc-exports
Reviewed-by: gtema <artem.goncharov@gmail.com> Co-authored-by: Wang , Deng Ke <wangdengke2@huawei.com> Co-committed-by: Wang , Deng Ke <wangdengke2@huawei.com>
30 lines
1.8 KiB
HTML
30 lines
1.8 KiB
HTML
<a name="drs_03_0124"></a><a name="drs_03_0124"></a>
|
|
|
|
<h1 class="topictitle1">Scenario 3: Starting Tasks in Batches</h1>
|
|
<div id="body0000001073240726"><div class="section" id="drs_03_0124__section1594274162812"><h4 class="sectiontitle">Scenarios</h4><p id="drs_03_0124__p1494394116281">This section describes how to <a href="drs_03_0112.html">start multiple configuration tasks</a> by calling an API.</p>
|
|
</div>
|
|
<div class="section" id="drs_03_0124__section1728115871716"><h4 class="sectiontitle">Procedure</h4><ol id="drs_03_0124__ol756295284119"><li id="drs_03_0124__li14562165244114"><span>Obtain the ID of the task to be queried by referring to <a href="drs_api_0115.html">Obtaining a Task ID</a>.</span></li><li id="drs_03_0124__li188611358124110"><span>URI format: /v3/{project_id}/jobs/batch-starting</span><p><ul id="drs_03_0124__ul19341311122215"><li id="drs_03_0124__li18645111452219">Example request:<p id="drs_03_0124__p790018253212"><a name="drs_03_0124__li18645111452219"></a><a name="li18645111452219"></a>POST: https://{endpoint}/ /v3/054ba152d480d55b2f5dc0069e7ddef0/jobs/batch-starting</p>
|
|
<p id="drs_03_0124__p1690062572115">Obtain the endpoint from Regions and Endpoints.</p>
|
|
</li><li id="drs_03_0124__li872617173227">Request example:<pre class="codeblock" id="drs_03_0124__codeblock17330112317298">{
|
|
"jobs": [{
|
|
"job_id": "140b5236-88ad-43c8-811c-1268453jb101"
|
|
}]
|
|
}</pre>
|
|
</li><li id="drs_03_0124__li205203834314">Example Response:<pre class="codeblock" id="drs_03_0124__codeblock23054423014">{
|
|
"count": 1,
|
|
"results": [{
|
|
"id": "140b5236-88ad-43c8-811c-1268453jb101",
|
|
"status": "success"
|
|
}]
|
|
}</pre>
|
|
</li></ul>
|
|
</p></li></ol>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="drs_03_0121.html">Application Examples</a></div>
|
|
</div>
|
|
</div>
|
|
|