Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536.1K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.6K Security Software
Unable to create Datasource from grafana to OEM 13.4

An error is being received while creating a grafana datasource for OEM to pull metrics.
Our OEM version is 13.4 and Grafana is v7.3.4. We see the below error while creating the datasource. Also added the screenshot of the error message.
The steps from the below document were followed:
Error:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>You don't have permission to access /em/websvcs/restful/grafana/v1/ on this server.<br /> </p> </body></html>
SR Response: Oracle does not support this Plug-in, but community
support is provided via (https://community.oracle.com/thread/4329900)
Regards,
Rahul J
Best Answer
-
This issue is resolved by providing the OEM url.
Also for this plugin to work we need to have OEM 13.4.0.7 and above.
Answers
-
This issue is resolved by providing the OEM url.
Also for this plugin to work we need to have OEM 13.4.0.7 and above.
-
Hi User_8YWFO, how did you resolve the issue by providing the OEM url ? I can see from your screenshot - you have already provided the OEM url with port 7788
I have got the same error messages as you after following step 4
I am the following curl commands to test the rest API
curl -u <username>:<password> --request GET 'http://<oem server>:7788/em/websvcs/restful/grafana/v1/enablestatus'
and curl -u <username>:<password> --request GET 'http://<oem server>:7788/em/websvcs/restful/grafana/v2/enablestatus'
but got the below error ....
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access /em/websvcs/restful/grafana/v1/enablestatus
on this server.<br />
</p>
</body></html>
-
Can you also look at OEM side log(emoms.trc) and see any errors thrown there when you do the Save&Test action?