0

I am using the Oracle autonomous cloud database and creating a couple of database username with ethe restful web enabled, along with the database schema, i also create some Apex workspace based on these database schema.

my question is how to retrieve the restful endpoint URL of these database username, Apex Workspace via the OCI Java SDK. Thank you.

Jian
  • 21
  • 3

1 Answers1

0

Have you tried this REST API?

https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabase/

These 2 attributes apexDetails and connectionStrings could help you get the info you need.

Thanks.