ClusterInstanceDiskInfoedit

Information about the instance's storage capacity and use

Propertiesedit

disk_space_available (integer as int64)
If known, the amount of disk space available to the container in MB
disk_space_used (integer as int64, required)
The amount of disk space being used by the service in MB

Exampleedit

{
   "disk_space_available" : 0,
   "disk_space_used" : 0
}