Container Metrics
Get container storage history
Historical writable-layer and volume sizes for a specific container
get/api/container/{containerId}/disk/history
Path parameters
containerIdstring required
Exact container display name recorded by Sentinel
Query parameters
fromstring date-time
Start date in ISO 8601 format (UTC timezone). If not provided, defaults to 1970-01-01T00:00:00Z.
tostring date-time
End date in ISO 8601 format (UTC timezone). If not provided, defaults to current time.
Response
Container storage history
Example response
[
{
"time": "1700000000000",
"writableLayer": 12000000,
"volumesTotal": 340000000,
"human_friendly_time": "2024-01-15T10:00:00Z"
}
]