Check result object

An object that contains the results of a cluster check

Cluster check result

Name Type/Value Description
cluster_test_result boolean Indication if any of the tests failed
nodes

[{
  "node_uid": integer,
  "result": boolean,
  "error": string
}, ...]
Nodes results
RATE THIS PAGE
Back to top ↑