Hello,
I need to retrieve the dateTimeSystem for each vm of an ESXi.
I have a template which connect to the ESXi and discover the vm but I need to create an item which retrieve the dateTimeSystem value. I suppose that I can use vmware.vm.property[url,uuid,prop]:
My question is how can I find the path for dateTimeSystem ?
I need to retrieve the dateTimeSystem for each vm of an ESXi.
I have a template which connect to the ESXi and discover the vm but I need to create an item which retrieve the dateTimeSystem value. I suppose that I can use vmware.vm.property[url,uuid,prop]:
vmware.vm.property[url,uuid,prop]
The VMware virtual machine property.
Return value: String.
Parameters:
url - the VMware service URL;
uuid - the VMware virtual machine global unique identifier;
prop - the property path.
The VMware virtual machine property.
Return value: String.
Parameters:
url - the VMware service URL;
uuid - the VMware virtual machine global unique identifier;
prop - the property path.