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:

{
    "capacity"1,
    "free_space"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