/api/health/rabbitmq
Метод возвращает краткую информацию об очередях
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 1,
"message": "",
"response": {
"status": "ok",
"queues": [
{
"name": "aliveness-test",
"node": "rabbit@d00976e34a36",
"type": "classic",
"vhost": "/"
},
{
"name": "bf20ce0f-cd44-31fc-b2e7-5c2142c33e9f.reply.celery.pidbox",
"node": "rabbit@d00976e34a36",
"type": "classic",
"vhost": "/"
},
{
"name": "celery",
"node": "rabbit@d00976e34a36",
"type": "classic",
"vhost": "/"
},
{
"name": "celery@6968010a8d58.celery.pidbox",
"node": "rabbit@d00976e34a36",
"type": "classic",
"vhost": "/"
},
{
"name": "celeryev.22030b6b-3867-4e03-867f-44f6f3874994",
"node": "rabbit@d00976e34a36",
"type": "classic",
"vhost": "/"
},
{
"name": "celeryev.2485d64b-fc86-4f4a-9c8a-348e3eaa65bf",
"node": "rabbit@d00976e34a36",
"type": "classic",
"vhost": "/"
}
]
},
"preparingsTime": 0.068
}
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 0,
"message": "Authentication credentials were not provided.",
"response": {
"detail": "Authentication credentials were not provided."
},
"preparingsTime": 0.002
}
Loading...