NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Software Development Kit (SDK) and API Discussions

OCUM API access to ONTAP

christop
5,521 Views

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

lewisn
5,521 Views

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.

rle
NetApp Alumni
5,521 Views

And api-proxy works in OCUM 5.2 and 6.x.

   - Rick -

christop
5,521 Views

Thanks Rick.

christop
5,521 Views

Thanks. That’s exactly what I needed.

Public