消息队列RabbitMQ版提供以下相关API接口。
实例
API | 描述 |
---|---|
CreateInstance | 调用CreateInstance创建消息队列RabbitMQ版实例资源,调用接口会创建一个新购实例资源的订单,并自动支付。 |
ListInstances | 调用ListInstances查询消息队列RabbitMQ版实例。 |
GetMetadataAmount | 调用GetMetadataAmount获取消息队列RabbitMQ版实例的元数据。 |
RenewInstance | 调用RenewInstance对消息队列RabbitMQ版实例进行续费。 |
ModifyInstance | 调用ModifyInstance对消息队列RabbitMQ版实例资源配置进行变更。调用接口会创建一个变配实例资源的订单,并自动支付。 |
Vhost
API | 描述 |
---|---|
CreateVirtualHost | 调用CreateVirtualHost创建Vhost。 |
DeleteVirtualHost | 调用DeleteVirtualHost删除Vhost。 |
ListVirtualHosts | 调用ListVirtualHosts查询实例的Vhost。 |
Queue
API | 描述 |
---|---|
CreateQueue | 调用CreateQueue创建Queue。 |
DeleteQueue | 调用DeleteQueue删除Queue。 |
ListQueueConsumers | 调用ListQueueConsumers查询Queue的消费者。 |
ListQueues | 调用ListQueues查询Queue。 |
Exchange
API | 描述 |
---|---|
CreateExchange | 调用CreateExchange创建Exchange。 |
DeleteExchange | 调用DeleteExchange删除Exchange。 |
ListExchanges | 调用ListExchanges查询Exchange。 |
Binding
API | 描述 |
---|---|
CreateBinding | 调用CreateBinding创建绑定关系。 |
DeleteBinding | 调用DeleteBinding删除绑定关系。 |
ListBindings | 调用ListBindings查询某Vhost的绑定关系。 |
ListDownStreamBindings | 调用ListDownStreamBindings查询Exchange绑定情况。 |
ListExchangeUpStreamBindings | 调用ListExchangeUpStreamBindings查询Exchange被绑定情况。 |
ListQueueUpStreamBindings | 调用ListQueueUpStreamBindings查询Queue被绑定情况。 |