Liongard
Create
Log in
Sign up
Home
Feedback
Metrics Library
998
Category
VMware ESXi
Voters
K
Kerry Harrison
B
Bill Krauss
D
Dave Wilton
R
Robbie Kibler
Powered by Canny
4
VMware ESXi: Count of Snapshots older than 14 days
submitted
R
Robbie Kibler
Will count how many snapshots detected that are older than 14 days.
Snapshots[?time_since(snapshotCreatedOn,
days
)>
14
] | length(@)
February 24, 2022
B
Bill Krauss
I changed it to 5 days
·
September 25, 2025
·
Reply
B
Bill Krauss
The corrected Metric is
length(Snapshots[? time_since(snapshotCreatedOn, 'days') >
5
])
·
September 25, 2025
·
Reply
Powered by Canny