分布式消息服务ROCKETMQ版-创建主题或批量删除主题:请求示例

时间:2023-11-02 20:50:03

请求示例

创建一个主题,关联的代理为broker-0,队列数为3。

POST https://{endpoint}/v2/{project_id}/instances/{instance_id}/topics

{
  "name" : "topic-test",
  "brokers" : [ "broker-0" ],
  "queue_num" : 3,
  "permission" : "all"
}
support.huaweicloud.com/api-hrm/CreateTopicOrBatchDeleteTopic.html