mirror of https://gitee.com/bigwinds/arangodb
22 lines
538 B
Markdown
22 lines
538 B
Markdown
|
|
@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
|
|
|