Container Metrics
Get current container storage
Latest stored writable-layer and volume size for a specific container (null if none recorded)
get/api/container/{containerId}/disk/current
Path parameters
containerIdstring required
Exact container display name recorded by Sentinel
Response
Current container storage (or null)
Example response
{
"time": "1700000000000",
"writableLayer": 12000000,
"volumesTotal": 340000000,
"human_friendly_time": "2024-01-15T10:00:00Z"
}