GET
/
cloud
/
v1
/
user_actions
/
amqp_subscriptions_list
curl --request GET \
  --url https://api.gcore.com/cloud/v1/user_actions/amqp_subscriptions_list \
  --header 'APIKey: <api-key>'
{
  "count": 1,
  "results": [
    {
      "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.

Query Parameters

limit
integer
default:1000

Optional. Limit the number of returned items

Required range: 0 < x <= 1000
Examples:

1000

offset
integer
default:0

Optional. Offset value is used to exclude the first set of records from the result

Required range: x >= 0
Examples:

0

Response

200 - application/json

OK

The response is of type object.