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
I'm trying to get the latest snapshot for a volume using ansible or cli. I already have a powershell script that will do just that but trying to move our scripts over to ansible. I was using the na_ontap_info with snapshot_info but trying to run through all snapshots, putting them in a list with creation date and picking the newest, is very slow. Just trying to find another way to pull that snapshot information.
Thanks everyone
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I found the below link that describes finding the most recent snapshots. I see it uses na_ontap_info too but the application may be different than your approach to the problem. Please take a look and let me know what you think.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hello:
In the CLI you can add the "-fields" parameter to specify the relevant parameters about time, as some of the following article will help you.
https://docs.netapp.com/us-en/ontap-cli-98/volume-snapshot-show.html#description
I hope to help you
