Deployment_DiskInfo

Deployment_DiskInfo
Deployment_DiskInfo

The DiskInfo {structure contains information about used space, free space, total size, and mount point of the disk. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

JSON Example
{
    "used": "number",
    "free": "number",
    "size": "number",
    "mount_point": "string"
}
number As double
used
Required

Used disk space in GB. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

number As double
free
Required

Free disk space in GB. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

number As double
size
Required

Size of the disk in GB. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

string
mount_point
Required

Mount point of the disk. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.