Oracle Transactional Event Queues REST Endpoints
Oracle Transactional Event Queues
Services related to Oracle Transactional Event Queues.
- Create a Consumer Group
- Method: postPath:
/ords/_/db-api/stable/database/txeventq/clusters/{cluster_id}/consumer-groups/{consumer_group_id}
- Create a new Transactional Event Queue Topic
- Method: postPath:
/ords/_/db-api/stable/database/txeventq/clusters/{cluster_id}/topics
- Create Consumer Instance
- Method: postPath:
/ords/_/db-api/stable/database/txeventq/consumers/{group_name}
- Delete a Consumer Group
- Method: deletePath:
/ords/_/db-api/stable/database/txeventq/clusters/{cluster_id}/consumer-groups/{consumer_group_id}
- Delete Consumer Instance
- Method: deletePath:
/ords/_/db-api/stable/database/txeventq/consumers/{group_name}/instances/{instance}
- Delete the Transactional Event Queue Topic with the specified topic_name
- Method: deletePath:
/ords/_/db-api/stable/database/txeventq/clusters/{cluster_id}/topics/{topic_name}
- Describe the specified Transactional Event Queue Topic Partition
- Method: getPath:
/ords/_/db-api/stable/database/txeventq/topics/{topic_name}/partitions/{partition_id}
- Describe Transactional Event Queue Topic Partition specified in Cluster
- Method: getPath:
/ords/_/db-api/stable/database/txeventq/clusters/{cluster_id}/topics/{topic_name}/partitions/{partition_id}
- Describe Transactional Event Queue Topic Partitions
- Method: getPath:
/ords/_/db-api/stable/database/txeventq/topics/{topic_name}/partitions
- Describes Transactional Event Queue Topic in Cluster
- Method: getPath:
/ords/_/db-api/stable/database/txeventq/clusters/{cluster_id}/topics/{topic_name}
- Fetch messages for the specified Consumer
- Method: getPath:
/ords/_/db-api/stable/database/txeventq/consumers/{group_name}/instances/{instance}/records
- Get a Consumer Group
- Method: getPath:
/ords/_/db-api/stable/database/txeventq/clusters/{cluster_id}/consumer-groups/{consumer_group_id}
- Get all Transactional Event Queue Topics in the schema
- Method: getPath:
/ords/_/db-api/stable/database/txeventq/topics
- Get Consumer Groups in Cluster
- Method: getPath:
/ords/_/db-api/stable/database/txeventq/clusters/{cluster_id}/consumer-groups
- Get consumer lag for Transactional Event Queue Topic Partition
- Method: getPath:
/ords/_/db-api/stable/database/txeventq/clusters/{cluster_id}/consumer-groups/{consumer_group_id}/lags/{topic_name}/partitions/{partition_id}
- Get Consumer last Commit Offsets
- Method: getPath:
/ords/_/db-api/stable/database/txeventq/consumers/{group_name}/instances/{instance}/offsets
- Get description of a particular Transactional Event Queue Topic.
- Method: getPath:
/ords/_/db-api/stable/database/txeventq/topics/{topic_name}
- Get lag summary for Consumer Groups in Cluster
- Method: getPath:
/ords/_/db-api/stable/database/txeventq/clusters/{cluster_id}/consumer-groups/{consumer_group_id}/lag-summary
- Get Transactional Event Queue Topic Partition Offsets
- Method: getPath:
/ords/_/db-api/stable/database/txeventq/topics/{topic_name}/partitions/{partition_id}/offsets
- Lags/Offsets of consumers in the Consumer group
- Method: getPath:
/ords/_/db-api/stable/database/txeventq/clusters/{cluster_id}/consumer-groups/{consumer_group_id}/lags
- List Partitions for a Transactional Event Queue Topic in Cluster
- Method: getPath:
/ords/_/db-api/stable/database/txeventq/clusters/{cluster_id}/topics/{topic_name}/partitions
- List Transactional Event Queue Topics that belong to the specified database cluster
- Method: getPath:
/ords/_/db-api/stable/database/txeventq/clusters/{cluster_id}/topics
- Produce a message to the Transactional Event Queue Topic specified by topic_name
- Method: postPath:
/ords/_/db-api/stable/database/txeventq/topics/{topic_name}
- Produce messages in the specified Transactional Event Queue Topic Partition
- Method: postPath:
/ords/_/db-api/stable/database/txeventq/topics/{topic_name}/partitions/{partition_id}
- Seek to End of Partitions for Consumer Group
- Method: postPath:
/ords/_/db-api/stable/database/txeventq/consumers/{group_name}/instances/{instance}/positions/end
- Seek to specified Transactional Event Queue Topic partition offsets for Consumer Group
- Method: postPath:
/ords/_/db-api/stable/database/txeventq/consumers/{group_name}/instances/{instance}/positions
- Seek to start of Partitions for Consumer Group
- Method: postPath:
/ords/_/db-api/stable/database/txeventq/consumers/{group_name}/instances/{instance}/positions/beginning
- Subscribed list of Transactional Event Queue Topics
- Method: getPath:
/ords/_/db-api/stable/database/txeventq/consumers/{group_name}/instances/{instance}/subscription