Replies: 1 comment 4 replies
-
This looks perfectly good to me.
The first two calls return the details of a specific shovel. The last call returns a list of all shovels. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Community Support Policy
RabbitMQ version used
3.13.7
Erlang version used
26.2.x
What problem are you trying to solve?
I am not able to retrieve the status of a specific shovel with rabbitmq version 3.13.7
curl -u user:password http://localhost:15672/api/shovels/vhost/%2f/my_shovel | jq
{
"value": {
"ack-mode": "on-publish",
"add-forward-headers": false,
"delete-after": "never",
"dest-exchange": "XXXXX",
"dest-uri": [
"amqps://XXX:[email protected]:5671/%2F?verify=verify_none"
],
"src-queue": "XXXXX",
"src-uri": [
"amqp://"
]
},
"vhost": "/",
"component": "shovel",
"name": "my_shovel"
}
Beta Was this translation helpful? Give feedback.
All reactions