v1

latestOpenAPI 3.1.22026-08-0611530152.3 KB
Plugins

List community plugins

Retrieves all available RabbitMQ community plugins

get/plugins/community

Response

Successful response

namestring
descriptionstring
requirestring

Minimum RabbitMQ version required

Example response

[
  {
    "name": "rabbitmq_management_themes",
    "description": "Adds the possibility to customize the management web UI look.",
    "require": "3.5.0"
  }
]