Skip to content

Redis Cloud ​

Manage subscriptions and databases with the Redis Cloud API.

DetailValue
CategoryDatabase
Base URLhttps://api.redislabs.com/v1
AuthenticationAPI Key
Endpoints8
Connector keyredis-cloud

Using Redis Cloud in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Redis Cloud from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /subscriptionsList subscriptions
POST /subscriptionsCreate a subscription
GET /subscriptions/{subscriptionId}Get subscription details
GET /subscriptions/{subscriptionId}/databasesList databases
POST /subscriptions/{subscriptionId}/databasesCreate a database
GET /subscriptions/{subscriptionId}/databases/{databaseId}Get database details
PUT /subscriptions/{subscriptionId}/databases/{databaseId}Update a database
DELETE /subscriptions/{subscriptionId}/databases/{databaseId}Delete a database

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.