We are trying to run Oracle TEQ APIs but facing below issues :
API Link : https://docs.oracle.com/en/database/oracle/oracle-rest-data-services/23.4/orrst/op-database-txeventq-topics-get.html
We have ORDS installed, but we are not able to figure out how to use these APIs.
e.g. Create a new Transactional Event Queue Topic
POST
/database/txeventq/clusters/{cluster_id}/topics
Below are the queries :
1. Here we don't know whether to pass schema name in the endpoint URL or not
2. How to get cluster ID mentioned in endpoint url
3. We are getting 404 for all the APIs
4. Which ATP version and Oracle DB version we need to use to support TEQ Rest APIs