1
0
Fork 0
arangodb/Documentation/DocuBlocks/Rest/Cluster/head_cluster_test.md

538 B

@startDocuBlock head_cluster_test @brief executes a cluster roundtrip for sharding

@RESTHEADER{HEAD /_admin/cluster-test, Execute cluster roundtrip}

@RESTRETURNCODE{200} is returned when everything went well, or if a timeout occurred. In the latter case a body of type application/json indicating the timeout is returned.

@RESTRETURNCODE{403} is returned if ArangoDB is not running in cluster mode.

@RESTRETURNCODE{404} is returned if ArangoDB was not compiled for cluster operation.

@RESTDESCRIPTION See GET method. @endDocuBlock