Has anyone tried to query the last time a VMware custom attribute was updated? We use Netbackup which populates the custom attribute NB_LAST_BACKUP with the last time the vm was successfully backed up.
I would like to query VMs older than 3 days.
Hi, I think best option is to use this search query: "vm.internal.dateCreated:[* TO now-3days]". The vm.internal.dataCreated is date when a VM is added into SolarWinds inventory (which may correspond to date of creation).
Is it helpful?