vcenter storage policies compliance: summary

Provides the details of a virtual machine and its associated entities which match the given compliance statuses. This structure was added in vSphere API 6.7

Representation:

{
    "disks"[
        {
            "key""obj-103",
            "value""COMPLIANT"
        }
    ],
    "vm""obj-103",
    "vm_home""COMPLIANT"
}

Attributes:

Name Type Description
Required
vm string Identifier of virtual machine. This attribute was added in vSphere API 6.7

When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: VirtualMachine. When operations return a value of this structure as a result, the field will be an identifier for the resource type: VirtualMachine.

Optional
vm_home string Compliance status of the virtual machine home. This attribute was added in vSphere API 6.7

Optional. If unset or empty, vmHome is not associated with a storage policy.

disks list List of the virtual hard disk. This attribute was added in vSphere API 6.7

Optional. If unset or empty, virtual machine entity does not have any disks or its disks are not associated with a storage policy.When clients pass a value of this structure as a parameter, the key in the field key/value pairs must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Disk. When operations return a value of this structure as a result, the key in the field key/value pairs will be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Disk.