User Actions
List amqp subscriptions
Retrieve all existing AMQP subscriptions for user action logs.
get/cloud/v1/user_actions/amqp_subscriptions_list
Query parameters
limitinteger
Optional. Limit the number of returned items
Example:1000
Optional. Limit the number of returned items
offsetinteger
Optional. Offset value is used to exclude the first set of records from the result
Optional. Offset value is used to exclude the first set of records from the result
Response
OK
Example response
{
"count": 1,
"results": [
{
"connection_string": "amqps://guest:guest@192.168.123.20:5671/user_action_events",
"id": 33,
"routing_key": "foo"
}
]
}