All rest calls are failing with UnAuthorized exception
Summary
All rest calls are failing with UnAuthorized exceptionContent
We just started on oracle DbaaS service and using UI, we are able to provision DbaaS service and everything is fine. Now we are exploring via rest. tried with GET request and it fails as below.
Any setting i need to do in my Cloud AdminConsole to allow rest apis calls?
Same domain name and username will work fine via UI.
curl -v --include --request GET https://dbaas.oraclecloud.com/paas/service/dbcs/api/v1.1/instances/myDom \
> --user MyUser:MyPaaS \
> --header "X-ID-TENANT-NAME:myDom"
* Initializing NSS with certpath: sql:/etc/pki/nssdb
1