Redis Cloud ​
Manage subscriptions and databases with the Redis Cloud API.
| Detail | Value |
|---|---|
| Category | Database |
| Base URL | https://api.redislabs.com/v1 |
| Authentication | API Key |
| Endpoints | 8 |
| Connector key | redis-cloud |
Using Redis Cloud in a workflow ​
- Go to Connections and click New Connection.
- Pick Redis Cloud from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /subscriptions | List subscriptions |
| POST /subscriptions | Create a subscription |
| GET /subscriptions/{subscriptionId} | Get subscription details |
| GET /subscriptions/{subscriptionId}/databases | List databases |
| POST /subscriptions/{subscriptionId}/databases | Create 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 Callnode configuration, and the response shape.