cluster
Cluster operations, from initial setup to status.
get /cluster/status/history
List available past cluster state timestamps.
Responses
default response
default response
array
Array of integer items
Examples
No request body required
get /cluster/status/history/{timestamp}
Get cluster state as close as possible to a specific timestamp.
Parameters
timestamp integer path Required
Timestamp as returned by /cluster/status/history
Responses
default response
default response
object
A croit cluster status report consisting of two parts: information about croit-related services and general Ceph services. Both states are gathered independently so you still get information about croit services if your Ceph cluster is down.
Examples
No request body required