How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Oracle Redis Cluster API

The redisCluster API from Oracle — 11 operation(s) for rediscluster.

Oracle Redis Cluster API is one of 378 APIs that Oracle publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

The published artifact set on APIs.io includes an OpenAPI specification and an API reference.

This API exposes 15 operations across 11 paths, and defines 24 schemas. It is described by OpenAPI 3.2.0, at version 20220315.

Requests are made against 2 base URLs: http://127.0.0.1/20220315, https://127.0.0.1/20220315.

15 operations 11 paths 24 schemas 2 DELETE7 GET5 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
20220315
Base URL
https://{host}:{port}/ords/
Resource Areas
1

Paths & Operations 15

Across 11 paths, the API surfaces 15 operations — 2 DELETE, 7 GET, 5 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

redisCluster 15
GET
/redisClusters
Gets a list of all clusters in a compartment
ListRedisClusters 9 params → 200400401404429500default
POST
/redisClusters
Creates a new RedisCluster
CreateRedisCluster 2 params body → 202400401404409429500default
DELETE
/redisClusters/{redisClusterId}
Delete a provisioned cluster
DeleteRedisCluster 3 params → 202400401404412429500default
GET
/redisClusters/{redisClusterId}
Get RedisCluster
GetRedisCluster 2 params → 200400401404429500default
PUT
/redisClusters/{redisClusterId}
Update the RedisCluster identified by the id
UpdateRedisCluster 3 params body → 202400401404412429500default
POST
/redisClusters/{redisClusterId}/actions/attachOciCacheUsers
Attach existing OCI cache users to a redis cluster.
AttachOciCacheUsers 4 params body → 202400401404409412429500
POST
/redisClusters/{redisClusterId}/actions/changeCompartment
Moves a resource into a different compartment.
ChangeRedisClusterCompartment 4 params body → 202401404409412429500
POST
/redisClusters/{redisClusterId}/actions/detachOciCacheUsers
Detach existing OCI cache users to a redis cluster.
DetachOciCacheUsers 4 params body → 202400401404409412429500
POST
/redisClusters/{redisClusterId}/actions/getOciCacheUsers
List associated OCI cache users for a redis cluster.
ListAttachedOciCacheUsers 8 params → 200400401404429500default
GET
/redisClusters/{redisClusterId}/nodes
Gets a list of nodes in a cluster
ListRedisClusterNodes 7 params → 200400401404429500default
GET
/workRequests
List Work Requests
ListWorkRequests 9 params → 200400401404429500default
DELETE
/workRequests/{workRequestId}
Cancel the work request
CancelWorkRequest 3 params → 202400401404429409412500
GET
/workRequests/{workRequestId}
GET Work Request Status
GetWorkRequest 2 params → 200400401404429500default
GET
/workRequests/{workRequestId}/errors
Lists work request errors
ListWorkRequestErrors 6 params → 200400401404429500default
GET
/workRequests/{workRequestId}/logs
Lists work request logs
ListWorkRequestLogs 6 params → 200400401404429500default

Schemas 24

The contract defines 24 schemas that model the data the API accepts and returns. The most detailed are RedisCluster (28 properties), RedisClusterSummary (26 properties), CreateRedisClusterDetails (15 properties), WorkRequestSummary (11 properties). Each schema is shown below with its type and property counts.

ChangeRedisClusterCompartmentDetails
object
The configuration details for the move operation.
1 property 1 required
RedisNodeCollection
object
A list of nodes in a cluster that match filter criteria, if any.
1 property 1 required
WorkRequestErrorCollection
object
A list of errors for a work request.
1 property 1 required
WorkRequestError
object
An error encountered while executing an operation that is tracked by a work request.
3 properties 3 required
ImportOciCacheFromObjectStorageObject
object
An object to import from the specified bucket.
1 property 1 required
WorkRequestSummary
object
A description of the work request status.
11 properties 7 required
WorkRequest
object
An asynchronous work request.
9 properties 7 required
WorkRequestLogEntryCollection
object
A list of logs for the specified work request.
1 property 1 required
AttachOciCacheUsersDetails
object
OCI cache user details to be attached with a cluster.
1 property 1 required
ImportOciCacheFromObjectStorageDetails
object
Details for importing OCI Cache data from Object Storage RDB file(s) during cluster creation.
3 properties 3 required
Node
object
The details of each node in the cluster.
3 properties 3 required
Error
object
Specifies details for an error.
2 properties 2 required
NodeSummary
object
The details of each node in the cluster.
5 properties 4 required
WorkRequestLogEntry
object
A log message from executing an operation that is tracked by a work request.
2 properties 2 required
WorkRequestSummaryCollection
object
A list of work requests.
1 property 1 required
RedisClusterCollection
object
A list of clusters that match filter criteria, if any. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicac…
1 property 1 required
RedisCluster
object
An OCI Cache cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
28 properties 12 required
AttachedOciCacheUser
object
OciCacheUser attached to the OciCacheCluster.
1 property 1 required
WorkRequestResource
object
The resources that are affected by the work request.
4 properties 3 required
DetachOciCacheUsersDetails
object
OCI cache user details to be detached with a cluster.
1 property 1 required
NodeCollection
object
The collection of cluster nodes.
1 property 1 required
UpdateRedisClusterDetails
object
The configuration to update for an existing cluster.
10 properties
RedisClusterSummary
object
Summary of information about a cluster. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
26 properties 11 required
CreateRedisClusterDetails
object
The configuration details for a new OCI Cache cluster. An OCI Cache cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Con…
15 properties 6 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

oracle-rediscluster-api-openapi.yml Raw ↑

Other APIs Oracle publishes across the network.

Oracle Database REST APIs
Oracle Integration Cloud API
Oracle Fusion Cloud Applications API
Oracle Fusion Cloud Financials REST API
Oracle Fusion Cloud HCM REST API
Oracle Fusion Cloud CX Sales and Service REST API
Oracle Fusion Cloud SCM REST API
Oracle Fusion Cloud Procurement REST API
Oracle Content Management API
OCI Generative AI API
OCI AI Vision API
OCI AI Language API
Where this information came from

This is an independent, third-party profile of Oracle Redis Cluster API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.