I have subscription to oracle cloud (schema as service). That one schema owns a bunch of tables. I want to issue a curl call from my windows DOS prompt to get list of tables owned by the schema.
I issue this command: curl -k -u username:passwd -X GET https://<ipaddress>/apex/dataload/v1/tables/ and get an html output back that says "we're sorry the page you requested was not found".
Why ? what am I missing ?
username is my username i use to login to oracle cloud
ipaddress is the ipaddress of in the Service Instance URL
I also tried:
curl -k -u username.com:passwd -X GET -H "X-ID-TENANT-NAME:<identity domain>" https://<ipaddress>/apex/dataload/v1/tables/
and get the same result.
Using "-k" to turn off curls certification verification.
Thanks
Mohammad Jamal