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
get-ncvol vserverdrprotection and Get-NcEmsMessage -StartTime in Powershell Toolkit 9.12.1
2023-03-17
03:07 AM
1,844 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
I just updated the toolkit version to 9.12.1. Suddenly there are is no more output of the:
get-ncvol/VolumeVserverDrProtectionAttributes/*
All sub-attributes return no output at all. So, I can't really check anymore if there are volumes without DR-Protection?
Further the -StartTime option from Get-NcEmsMessage has been removed. How can I check the events from the last 24h now?
I am currently running 9.10.1 which should be supported with the 9.12.1 Kit.
Thanks
Solved! See The Solution
1 ACCEPTED SOLUTION
ukauf has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You could try running it with the -ONTAPI parameter to force ZAPI calls instead of RESTful API (which is the default call for ONTAP 9.10+)
See, if it gives you the "old" output. If so, you've found another difference between RESTful API and ZAPI...
2 REPLIES 2
ukauf has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You could try running it with the -ONTAPI parameter to force ZAPI calls instead of RESTful API (which is the default call for ONTAP 9.10+)
See, if it gives you the "old" output. If so, you've found another difference between RESTful API and ZAPI...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for the workaround. Meanwhile I detected a few more differences... I solved it by rolling back to the old Toolkit.
Hopefully a future version will cover everything.
