Get the snapshot lifecycle management status Added in 7.6.0
GET
/_slm/status
curl \
-X GET http://api.example.com/_slm/status
Response examples (200)
{
"operation_mode": "RUNNING"
}
curl \
-X GET http://api.example.com/_slm/status
{
"operation_mode": "RUNNING"
}