Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Monitoring of Autonomous Database through solarwinds using OCI - API

User_WR84ZNov 30 2022

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.

Comments

Post Details

Added on Nov 30 2022
0 comments
663 views