1
0
Fork 0

Doc - Fixes issue #4868 (#4872)

This commit is contained in:
Jan 2018-03-16 18:14:54 +01:00 committed by sleto-it
parent 3e7425a392
commit a81201e460
1 changed files with 7 additions and 4 deletions

View File

@ -5,13 +5,16 @@
@RESTHEADER{GET /_admin/server/id, Return id of a server in a cluster}
@RESTDESCRIPTION
Returns the id of a server in a cluster.
The id is empty if it is working in single server mode.
Returns the id of a server in a cluster. The request will fail if the
server is not running in cluster mode.
@RESTRETURNCODES
@RESTRETURNCODE{200}
Is returned in all cases.
Is returned in when the server is running in cluster mode.
@endDocuBlock
@RESTRETURNCODE{500}
Is returned when the server is not running in cluster mode.
@endDocuBlock