Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
And api-proxy works in OCUM 5.2 and 6.x.
- Rick -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Rick.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks. That’s exactly what I needed.
