forked from docs/doc-exports
RocketMQ API 20250723 version
Reviewed-by: Ziuzko, Stanislav <stanislav.ziuzko@t-systems.com> Co-authored-by: chenjunjie <chenjunjie@huawei.com> Co-committed-by: chenjunjie <chenjunjie@huawei.com>
This commit is contained in:
1544
docs/dms_rocketmq/api-ref/ALL_META.TXT.json
Normal file
1544
docs/dms_rocketmq/api-ref/ALL_META.TXT.json
Normal file
File diff suppressed because it is too large
Load Diff
183
docs/dms_rocketmq/api-ref/BatchCreateOrDeleteRocketmqTag.html
Normal file
183
docs/dms_rocketmq/api-ref/BatchCreateOrDeleteRocketmqTag.html
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
240
docs/dms_rocketmq/api-ref/BatchDeleteInstances.html
Normal file
240
docs/dms_rocketmq/api-ref/BatchDeleteInstances.html
Normal file
File diff suppressed because it is too large
Load Diff
150
docs/dms_rocketmq/api-ref/BatchDeleteRocketMqMigrationTask.html
Normal file
150
docs/dms_rocketmq/api-ref/BatchDeleteRocketMqMigrationTask.html
Normal file
File diff suppressed because it is too large
Load Diff
232
docs/dms_rocketmq/api-ref/BatchUpdateConsumerGroup.html
Normal file
232
docs/dms_rocketmq/api-ref/BatchUpdateConsumerGroup.html
Normal file
File diff suppressed because it is too large
Load Diff
695
docs/dms_rocketmq/api-ref/CLASS.TXT.json
Normal file
695
docs/dms_rocketmq/api-ref/CLASS.TXT.json
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
167
docs/dms_rocketmq/api-ref/CreateDiagnosisTaskForRocketMq.html
Normal file
167
docs/dms_rocketmq/api-ref/CreateDiagnosisTaskForRocketMq.html
Normal file
File diff suppressed because it is too large
Load Diff
475
docs/dms_rocketmq/api-ref/CreatePostPaidInstanceForRocketMq.html
Normal file
475
docs/dms_rocketmq/api-ref/CreatePostPaidInstanceForRocketMq.html
Normal file
File diff suppressed because it is too large
Load Diff
900
docs/dms_rocketmq/api-ref/CreateRocketMqMigrationTask.html
Normal file
900
docs/dms_rocketmq/api-ref/CreateRocketMqMigrationTask.html
Normal file
File diff suppressed because it is too large
Load Diff
250
docs/dms_rocketmq/api-ref/CreateTopicOrBatchDeleteTopic.html
Normal file
250
docs/dms_rocketmq/api-ref/CreateTopicOrBatchDeleteTopic.html
Normal file
File diff suppressed because it is too large
Load Diff
587
docs/dms_rocketmq/api-ref/CreateUser.html
Normal file
587
docs/dms_rocketmq/api-ref/CreateUser.html
Normal file
File diff suppressed because it is too large
Load Diff
105
docs/dms_rocketmq/api-ref/DeleteConsumerGroup.html
Normal file
105
docs/dms_rocketmq/api-ref/DeleteConsumerGroup.html
Normal file
File diff suppressed because it is too large
Load Diff
89
docs/dms_rocketmq/api-ref/DeleteInstance.html
Normal file
89
docs/dms_rocketmq/api-ref/DeleteInstance.html
Normal file
@ -0,0 +1,89 @@
|
|||||||
|
<a name="DeleteInstance"></a><a name="DeleteInstance"></a>
|
||||||
|
|
||||||
|
<h1 class="topictitle1">Deleting an Instance</h1>
|
||||||
|
<div id="body1708331107508"><div class="section"><h4 class="sectiontitle">Function</h4><p>This API is used to delete an instance to release all the resources occupied by it.</p>
|
||||||
|
</div>
|
||||||
|
<div class="section" id="DeleteInstance__atuogenerate_1"><h4 class="sectiontitle">URI</h4><p>DELETE /v2/{project_id}/instances/{instance_id}</p>
|
||||||
|
|
||||||
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Path Parameters</caption><thead align="left"><tr><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.2.3.2.5.1.1"><p>Parameter</p>
|
||||||
|
</th>
|
||||||
|
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.2.3.2.5.1.2"><p>Mandatory</p>
|
||||||
|
</th>
|
||||||
|
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.2.3.2.5.1.3"><p>Type</p>
|
||||||
|
</th>
|
||||||
|
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.2.3.2.5.1.4"><p>Description</p>
|
||||||
|
</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody><tr><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.2.3.2.5.1.1 "><p>project_id</p>
|
||||||
|
</td>
|
||||||
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.2.3.2.5.1.2 "><p>Yes</p>
|
||||||
|
</td>
|
||||||
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.2.3.2.5.1.3 "><p>String</p>
|
||||||
|
</td>
|
||||||
|
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.2.3.2.5.1.4 "><p><strong>Definition</strong></p>
|
||||||
|
<p>Project ID. For details about how to obtain it, see <a href="hrm-api-0011.html">Obtaining a Project ID</a>.</p>
|
||||||
|
<p><strong>Constraints</strong></p>
|
||||||
|
<p>N/A</p>
|
||||||
|
<p><strong>Range</strong></p>
|
||||||
|
<p>N/A</p>
|
||||||
|
<p><strong>Default Value</strong></p>
|
||||||
|
<p>N/A</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.2.3.2.5.1.1 "><p>instance_id</p>
|
||||||
|
</td>
|
||||||
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.2.3.2.5.1.2 "><p>Yes</p>
|
||||||
|
</td>
|
||||||
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.2.3.2.5.1.3 "><p>String</p>
|
||||||
|
</td>
|
||||||
|
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.2.3.2.5.1.4 "><p><strong>Definition</strong></p>
|
||||||
|
<p>Instance ID. You can call the API for querying all instances to obtain the instance ID. The instance ID is in the response body.</p>
|
||||||
|
<p><strong>Constraints</strong></p>
|
||||||
|
<p>N/A</p>
|
||||||
|
<p><strong>Range</strong></p>
|
||||||
|
<p>N/A</p>
|
||||||
|
<p><strong>Default Value</strong></p>
|
||||||
|
<p>N/A</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="section"><h4 class="sectiontitle">Request Parameters</h4><p>None</p>
|
||||||
|
</div>
|
||||||
|
<div class="section"><h4 class="sectiontitle">Response Parameters</h4><p><strong>Status code: 204</strong></p>
|
||||||
|
<p>Specified instance deleted successfully.</p>
|
||||||
|
<p>None</p>
|
||||||
|
</div>
|
||||||
|
<div class="section"><h4 class="sectiontitle">Example Requests</h4><p>Deleting an instance</p>
|
||||||
|
<pre class="screen">DELETE https://{endpoint}/v2/{project_id}/instances/{instance_id}</pre>
|
||||||
|
</div>
|
||||||
|
<div class="section"><h4 class="sectiontitle">Example Responses</h4><p>None</p>
|
||||||
|
</div>
|
||||||
|
<div class="section"><h4 class="sectiontitle">Status Codes</h4>
|
||||||
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="DeleteInstance__status_code" frame="border" border="1" rules="all"><thead align="left"><tr><th align="left" class="cellrowborder" valign="top" width="15%" id="mcps1.3.7.2.1.3.1.1"><p>Status Code</p>
|
||||||
|
</th>
|
||||||
|
<th align="left" class="cellrowborder" valign="top" width="85%" id="mcps1.3.7.2.1.3.1.2"><p>Description</p>
|
||||||
|
</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody><tr><td class="cellrowborder" valign="top" width="15%" headers="mcps1.3.7.2.1.3.1.1 "><p>204</p>
|
||||||
|
</td>
|
||||||
|
<td class="cellrowborder" valign="top" width="85%" headers="mcps1.3.7.2.1.3.1.2 "><p>Specified instance deleted successfully.</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="section"><h4 class="sectiontitle">Error Codes</h4><p>See <a href="ErrorCode.html">Error Codes</a>.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="familylinks">
|
||||||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="topic_300000000.html">Lifecycle Management</a></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
104
docs/dms_rocketmq/api-ref/DeleteScheduledTask.html
Normal file
104
docs/dms_rocketmq/api-ref/DeleteScheduledTask.html
Normal file
File diff suppressed because it is too large
Load Diff
105
docs/dms_rocketmq/api-ref/DeleteTopic.html
Normal file
105
docs/dms_rocketmq/api-ref/DeleteTopic.html
Normal file
File diff suppressed because it is too large
Load Diff
133
docs/dms_rocketmq/api-ref/DeleteUser.html
Normal file
133
docs/dms_rocketmq/api-ref/DeleteUser.html
Normal file
File diff suppressed because it is too large
Load Diff
2253
docs/dms_rocketmq/api-ref/ErrorCode.html
Normal file
2253
docs/dms_rocketmq/api-ref/ErrorCode.html
Normal file
File diff suppressed because it is too large
Load Diff
187
docs/dms_rocketmq/api-ref/ListAvailableZones.html
Normal file
187
docs/dms_rocketmq/api-ref/ListAvailableZones.html
Normal file
File diff suppressed because it is too large
Load Diff
129
docs/dms_rocketmq/api-ref/ListConfigFeatures.html
Normal file
129
docs/dms_rocketmq/api-ref/ListConfigFeatures.html
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
179
docs/dms_rocketmq/api-ref/ListConsumerGroupOfTopic.html
Normal file
179
docs/dms_rocketmq/api-ref/ListConsumerGroupOfTopic.html
Normal file
File diff suppressed because it is too large
Load Diff
301
docs/dms_rocketmq/api-ref/ListDiagnosisReportsForRocketMq.html
Normal file
301
docs/dms_rocketmq/api-ref/ListDiagnosisReportsForRocketMq.html
Normal file
File diff suppressed because it is too large
Load Diff
752
docs/dms_rocketmq/api-ref/ListEngineProducts.html
Normal file
752
docs/dms_rocketmq/api-ref/ListEngineProducts.html
Normal file
File diff suppressed because it is too large
Load Diff
425
docs/dms_rocketmq/api-ref/ListInstanceConsumerGroups.html
Normal file
425
docs/dms_rocketmq/api-ref/ListInstanceConsumerGroups.html
Normal file
File diff suppressed because it is too large
Load Diff
1213
docs/dms_rocketmq/api-ref/ListInstances.html
Normal file
1213
docs/dms_rocketmq/api-ref/ListInstances.html
Normal file
File diff suppressed because it is too large
Load Diff
559
docs/dms_rocketmq/api-ref/ListMessageTraceForRocketMq.html
Normal file
559
docs/dms_rocketmq/api-ref/ListMessageTraceForRocketMq.html
Normal file
File diff suppressed because it is too large
Load Diff
542
docs/dms_rocketmq/api-ref/ListMessagesForRocketMq.html
Normal file
542
docs/dms_rocketmq/api-ref/ListMessagesForRocketMq.html
Normal file
File diff suppressed because it is too large
Load Diff
416
docs/dms_rocketmq/api-ref/ListRocketInstanceTopics.html
Normal file
416
docs/dms_rocketmq/api-ref/ListRocketInstanceTopics.html
Normal file
File diff suppressed because it is too large
Load Diff
327
docs/dms_rocketmq/api-ref/ListRocketMqMigrationTask.html
Normal file
327
docs/dms_rocketmq/api-ref/ListRocketMqMigrationTask.html
Normal file
File diff suppressed because it is too large
Load Diff
364
docs/dms_rocketmq/api-ref/ListScheduledTasks.html
Normal file
364
docs/dms_rocketmq/api-ref/ListScheduledTasks.html
Normal file
File diff suppressed because it is too large
Load Diff
288
docs/dms_rocketmq/api-ref/ListTopicAccessPolicy.html
Normal file
288
docs/dms_rocketmq/api-ref/ListTopicAccessPolicy.html
Normal file
File diff suppressed because it is too large
Load Diff
391
docs/dms_rocketmq/api-ref/ListUser.html
Normal file
391
docs/dms_rocketmq/api-ref/ListUser.html
Normal file
File diff suppressed because it is too large
Load Diff
3
docs/dms_rocketmq/api-ref/PARAMETERS.txt
Normal file
3
docs/dms_rocketmq/api-ref/PARAMETERS.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version=""
|
||||||
|
language="en-us"
|
||||||
|
type=""
|
||||||
241
docs/dms_rocketmq/api-ref/ResetConsumeOffsetForRocketMq.html
Normal file
241
docs/dms_rocketmq/api-ref/ResetConsumeOffsetForRocketMq.html
Normal file
File diff suppressed because it is too large
Load Diff
214
docs/dms_rocketmq/api-ref/ResizeInstanceForRocketMq.html
Normal file
214
docs/dms_rocketmq/api-ref/ResizeInstanceForRocketMq.html
Normal file
File diff suppressed because it is too large
Load Diff
225
docs/dms_rocketmq/api-ref/SendDlqMessageForRocketMq.html
Normal file
225
docs/dms_rocketmq/api-ref/SendDlqMessageForRocketMq.html
Normal file
File diff suppressed because it is too large
Load Diff
360
docs/dms_rocketmq/api-ref/SendMessageForRocketMq.html
Normal file
360
docs/dms_rocketmq/api-ref/SendMessageForRocketMq.html
Normal file
File diff suppressed because it is too large
Load Diff
643
docs/dms_rocketmq/api-ref/ShowCesHierarchy.html
Normal file
643
docs/dms_rocketmq/api-ref/ShowCesHierarchy.html
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
421
docs/dms_rocketmq/api-ref/ShowConsumerListOrDetails.html
Normal file
421
docs/dms_rocketmq/api-ref/ShowConsumerListOrDetails.html
Normal file
File diff suppressed because it is too large
Load Diff
544
docs/dms_rocketmq/api-ref/ShowDiagnosisReportForRocketMq.html
Normal file
544
docs/dms_rocketmq/api-ref/ShowDiagnosisReportForRocketMq.html
Normal file
File diff suppressed because it is too large
Load Diff
132
docs/dms_rocketmq/api-ref/ShowDiagnosisStackForRocketMq.html
Normal file
132
docs/dms_rocketmq/api-ref/ShowDiagnosisStackForRocketMq.html
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
260
docs/dms_rocketmq/api-ref/ShowGroup.html
Normal file
260
docs/dms_rocketmq/api-ref/ShowGroup.html
Normal file
File diff suppressed because it is too large
Load Diff
1090
docs/dms_rocketmq/api-ref/ShowInstance.html
Normal file
1090
docs/dms_rocketmq/api-ref/ShowInstance.html
Normal file
File diff suppressed because it is too large
Load Diff
266
docs/dms_rocketmq/api-ref/ShowOneTopic.html
Normal file
266
docs/dms_rocketmq/api-ref/ShowOneTopic.html
Normal file
File diff suppressed because it is too large
Load Diff
241
docs/dms_rocketmq/api-ref/ShowQuotas.html
Normal file
241
docs/dms_rocketmq/api-ref/ShowQuotas.html
Normal file
File diff suppressed because it is too large
Load Diff
314
docs/dms_rocketmq/api-ref/ShowRocketMqConfigs.html
Normal file
314
docs/dms_rocketmq/api-ref/ShowRocketMqConfigs.html
Normal file
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user