Ad Widget

Collapse

wmware: get dateTimeSystem value for each vm

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ogmh
    Junior Member
    • Feb 2024
    • 4

    #1

    wmware: get dateTimeSystem value for each vm

    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]:

    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.
    My question is how can I find the path for dateTimeSystem ?
Working...