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
snapshot-get-iter with ManageOntap.dll is no longer returning rows after an upgrade
2022-04-08
07:33 AM
2,244 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Our NetApp was upgraded. We had an integration written in .Net using the ManageOntap.dll to pull snapshot info by volume using NaElement snapshot-get-iter. That integration was written against version 5.4. Since the upgrade to 9.8, the queries return 0 records.
I've attached examples of requests and responses.
Is there something I can update to get these queries returning results again or should I just look into using the rest api? I can't seem to find an updated version of the ManageOntap.dll. Is it still supported?
Solved! See The Solution
1 ACCEPTED SOLUTION
MonicaOfDatabank has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I figured this out. We're using "state" in our query. This seems to have been removed from the API. When I remove it from the query, I get results.
1 REPLY 1
MonicaOfDatabank has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I figured this out. We're using "state" in our query. This seems to have been removed from the API. When I remove it from the query, I get results.
