Best regards, Dear.
Please need your help, I need to monitoring an Autonomous Database with the solarwinds tool, which only supports OCI - API, need to call the OCI - API from SOAPUI to do a test, however, the GET operation fails me with the following error:
{
"code": "NotAuthenticated",
"message": "The required information to complete authentication was not provided or was incorrect."
}
I'm calling the API from SOAPUI as follows:
https://dbmgmt.sa-santiago-1.oci.oraclecloud.com/20201101/managedDatabases/ocid1.autonomousdatabase.oc1.sa-santiago-1.anzwgljrfdkhnvaa6kzkhgzducvjsfe5qsskmchmfsifhh2bjjvlahiiuloa/users
This test is for the API to connect to the Database and list the users, it is only a test to understand if the URL is well built and it serves as a model to be able to build the real URLs that I need to monitor my autonomous database, but I don't know if I'm missing something, if I have built the URL wrong.
Please, someone can help me, I'd really appreciate it, I'm new to using these OCI - APIs, I don't know if anyone has examples for calling these APIs that can guide me to test from SOPUI.
Note: I tried it through POSTMAN and it returns the same error.
Thank you.