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 everyone,
I would need to purge the volume-recovery queue in my script.
I can't find the cmdlet.
Can someone give me some advice please?
Thank you very much and have a nice day!
Bye
Solved! See The Solution
1 ACCEPTED SOLUTION
prachana has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi there! It does not seem to be part of the API - so you would need to use CLI passthrough. However if you wish to, you can use the "force" parameter to bypass recovery queue on the DELETE operation - https://docs.netapp.com/us-en/ontap-restapi//ontap/delete-storage-volumes-.html
Hope this helps!
2 REPLIES 2
prachana has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi there! It does not seem to be part of the API - so you would need to use CLI passthrough. However if you wish to, you can use the "force" parameter to bypass recovery queue on the DELETE operation - https://docs.netapp.com/us-en/ontap-restapi//ontap/delete-storage-volumes-.html
Hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
An idea
If you just want to delete the volume recovery queue, maybe this is the way to do it
Invoke-SSHCommand "set adv; volume recovery-queue purge-all" -SessionId [id]
