POST
/
cloud
/
v1
/
user_actions
/
subscribe_amqp
curl --request POST \
  --url https://api.gcore.com/cloud/v1/user_actions/subscribe_amqp \
  --header 'APIKey: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "connection_string": "amqps://guest:guest@192.168.123.20:5671/user_action_events",
  "exchange": null,
  "receive_child_client_events": false,
  "routing_key": "foo"
}'

Authorizations

APIKey
string
header
required

API key for authentication.

Body

application/json

Response

204

No Content