Get snapshot status
Returns snapshot status for graceful shutdown coordination. Use with Kubernetes preStop hooks.
Response Body
application/json
curl -X GET "https://loading/snapshots"{
"active": true,
"count": 0,
"throttled": true
}Returns snapshot status for graceful shutdown coordination. Use with Kubernetes preStop hooks.
application/json
curl -X GET "https://loading/snapshots"{
"active": true,
"count": 0,
"throttled": true
}curl -X GET "https://loading/snapshots"