v51

latestSwagger 2.0raw.githubusercontent.com2026-08-01108160461.1 KB
System

Get data usage information

get/system/df

Query parameters

typestring[]

Object types, for which to compute and return data.

verboseboolean

Show detailed information on space usage.

Response

no error

Example response

{
  "ImageUsage": {
    "ActiveCount": 1,
    "TotalCount": 4,
    "Reclaimable": 12345678,
    "TotalSize": 98765432
  },
  "ContainerUsage": {
    "ActiveCount": 1,
    "TotalCount": 4,
    "Reclaimable": 12345678,
    "TotalSize": 98765432
  },
  "VolumeUsage": {
    "ActiveCount": 1,
    "TotalCount": 4,
    "Reclaimable": 12345678,
    "TotalSize": 98765432
  },
  "BuildCacheUsage": {
    "ActiveCount": 1,
    "TotalCount": 4,
    "Reclaimable": 12345678,
    "TotalSize": 98765432
  }
}