vcenter vm guest local filesystem: info

The info structure contains information about a local file system configured in the guest operating system. This structure was added in vSphere API 6.7.

Representation:

{
    "mappings"[
        {
            "disk""obj-103"
        },
        {
            "disk""obj-103"
        }
    ],
    "free_space"1,
    "filesystem""string",
    "capacity"1
}

Attributes:

Name Type Description
Required
capacity long Total capacity of the file system, in bytes. This attribute was added in vSphere API 6.7.

free_space long Free space on the file system, in bytes. This attribute was added in vSphere API 6.7.

mappings[].disk string The virtual disk. This attribute was added in vSphere API 7.0.0.0.

When clients pass a value of this structure as a parameter, the field 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 field will be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Disk.

Optional
filesystem string Filesystem type, if known. For example, ext3 or NTFS. This attribute was added in vSphere API 7.0.0.0.

Optional. set if VMware Tools reports a value.

mappings virtual_disk_mapping[] VirtualDisks backing the guest partition, if known. This attribute was added in vSphere API 7.0.0.0.

Optional. This field is optional because it was added in a newer version than its parent node.