curl --request POST \
--url https://{server-url}/rabbitmq/set/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"enabled": true,
"events": [
"APPLICATION_STARTUP"
]
}'
Set RabbitMQ
curl --request POST \
--url https://{server-url}/rabbitmq/set/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"enabled": true,
"events": [
"APPLICATION_STARTUP"
]
}'
Your authorization key header
ID of the instance to connect