Returns global and policy-level statistics about actions taken by snapshot lifecycle management Added in 7.5.0
GET /_slm/stats
curl \
-X GET http://api.example.com/_slm/stats
Response examples (200)
{
"retention_deletion_time": "string",
"": 42.0,
"retention_failed": 42.0,
"retention_runs": 42.0,
"retention_timed_out": 42.0,
"total_snapshots_deleted": 42.0,
"total_snapshot_deletion_failures": 42.0,
"total_snapshots_failed": 42.0,
"total_snapshots_taken": 42.0,
"policy_stats": [
"string"
]
}