- Community Home
- >
- Software
- >
- HPE OpsRamp
- >
- REST API Using Ops Ramp
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2025 08:49 PM
04-20-2025 08:49 PM
REST API Using Ops Ramp
I would like to know if OpsRamp has the capability to act as a REST API client, allowing it to construct and send HTTP requests to any systems with a REST API, to retrieve information [provided the necessary API documentation and credentials for the target system is available] ?
If any of you had the experience of connecting OpsRamp to MS Defender, Avantra, Dell EMC Networker, Dell EMC DataDomain or FalconStor - StorGuard/StorSight ? - Would like to understand the pain points and challenges in this integration.
- Tags:
- API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2025 08:18 AM
04-24-2025 08:18 AM
Re: REST API Using Ops Ramp
I don't think it is a primary use case, but potentially it can be done using Process automation & REST API integrations for inbound and outbound.
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2025 08:24 AM
04-24-2025 08:24 AM
Re: REST API Using Ops Ramp
Hi dishvijay,
Can you elaborate the use case? What information are you trying to capture from MS Defender, Avantra, Dell EMC Networker, Dell EMC DataDomain or FalconStor - StorGuard/StorSight ?
Eg:
Alerts? - You can script the Rest API of above mention tool and then post it back to OpsRamp using OpsRam's Post Alert API.
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2025 09:17 AM
04-24-2025 09:17 AM
Re: REST API Using Ops Ramp
Thanks for the response Ashay.
Let me give a context, while in traditional monitoring we use SNMP and Agents for monitoring, wanted to use Rest API for the alerts and metrics from a monitoring perspective.
All the tools i have mentioned - had Rest API - so i would like to know how to leverage this for Monitoring Alerts and Events send over to OpsRamp which create a ticket in Service Now
As a first step, am trying to read the API documentation of these tools to start with have been reading for Falconstor - https://openfalcon.docs.apiary.io/#reference/hbs/configreload/get?console=1
I started to get a feeling that not all metrics or parameters could be got through Rest API - please correct me if am wrong.
If i need to leverage the tools, as you have mentioned a SCRIPT, could you pleas elaborate more on this process and steps, like what needs to done on the tool end and what needs to be done on the OpsRamp end also if there is any dependencies and prerequisites need to be checked.
- Tags:
- RestAPI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2025 09:19 AM
04-24-2025 09:19 AM
Re: REST API Using Ops Ramp
Well it is not a primary use case and it was crazy of me to see how best we can do using the Rest API - Am not sure how successful this would be as it depends on the API and as you mentioned the intended use. But again if Rest APi can be a standard of communication wondering if this could be leveraged from tools/monitoring/events perspective.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2025 09:26 AM
04-24-2025 09:26 AM
Re: REST API Using Ops Ramp
- If above mention tools have a way to call the REST API, then you can use OpsRamp's post alert API called from respective tools to post alerts in OpsRamp.
- Script Way : You can host a script as a cron job
1. Calling 3rd Party REST API to fetch alerts
2. Call OpsRamp Post Alert API to create alets in OpsRamp
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2025 01:03 AM
04-26-2025 01:03 AM
Re: REST API Using Ops Ramp
Thanks for the response.
From your message, here is the summary of my understanding:
Other tools alerts can be posted to opsramp through this "opsramp post alert API" by configuring the tools to call this opsramp post alert API. And i need to check if the tools can do this or not ?
Let me know if understood this correct.
To take this forward i need further help:
(1) If the tools CAN call the post alert API, please share me the documentation on how to do this so i could work with the tools team to configure this
(2) If the tools DOES NOT have the capability to call the opsramp post alert api - then we have to create a script, host on the opsramp server, run at a particular interval and fetch the alerts from the rest api of other tools - if this is correct please share me the documentation on how to do this
- Tags:
- RestAPI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2025 11:07 PM
04-27-2025 11:07 PM
Re: REST API Using Ops Ramp
Hi
Please refer to : https://develop.opsramp.com
There are 2 types of API - v2 and v3 APIs which you can choose from the top right corner.
Regards
Raghu
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Tags:
- API
- Integration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2025 11:13 PM
04-27-2025 11:13 PM
Re: REST API Using Ops Ramp
Also please refer to : https://docs.opsramp.com for all available monitoring:
Dell Networker:
Also you can refer to : https://docs.opsramp.com/support/reference/recommended-templates/ for recommended templates for specific technology
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2025 10:58 AM
04-30-2025 10:58 AM
Re: REST API Using Ops Ramp
Thanks Raghu