GET
/
cloud
/
v1
/
user_actions
/
amqp_subscriptions
/
{subscription_id}
curl --request GET \
  --url https://api.gcore.com/cloud/v1/user_actions/amqp_subscriptions/{subscription_id} \
  --header 'APIKey: <api-key>'
{
  "connection_string": "amqps://guest:guest@192.168.123.20:5671/user_action_events",
  "exchange": null,
  "id": 33,
  "receive_child_client_events": false,
  "routing_key": "foo"
}

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

subscription_id
integer
required

Subscription ID

Examples:

17

Response

200 - application/json

OK

The response is of type object.