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.
{
"used": "number",
"free": "number",
"size": "number",
"mount_point": "string"
}
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.
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.
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.
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.