Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi, Customer is looking to pull information that may not be available in the OCUM database into a 3rd party tool for reporting. Does the OCUM API have the ability to query API's of the controllers it monitors? For example, if I want to pull snapmirror schedules for 50 systems, I don't want my 3rd party tool to have to login to every controller. I'd rather query the OCUM database and have him go get the information for me.
Can this be done for OCUM 5.2 and 6.x?
Thanks.
4 REPLIES 4
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
Have a look at api-proxy. You can build a request that contains ONTAP API calls and then use the api-proxy to initiate it. I do this all the time in my code.
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
And api-proxy works in OCUM 5.2 and 6.x.
- Rick -
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
Thanks. That’s exactly what I needed.