8000 Soft coordinator shutdown documentation by neunhoef · Pull Request #14356 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Soft coordinator shutdown documentation #14356

New issue
Merged
merged 8 commits into from
Jul 5, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update get_api_shutdown.md
  • Loading branch information
Simran-B authored Jun 30, 2021
commit efeb2a39c59ff2d7221ae1e9cf1aa1fc3f66dff0
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ Once all numbers have gone to 0, the flag `allClear` is set and the
Coordinator shuts down automatically. This API is not available on
DB-Servers and Agents.

@RESTRETURNCODES

@RESTRETURNCODE{200}
Returned in all cases.

@RESTREPLYBODY{softShutdownOngoing,boolean,required,}
Whether a soft shutdown of the Coordinator is in progress.
Expand Down Expand Up @@ -70,9 +74,4 @@ Number of ongoing low priority requests.
@RESTREPLYBODY{allClear,boolean,required,}
Whether all active operations finished.

@RESTRETURNCODES

@RESTRETURNCODE{200}
is returned in all cases, the above JSON object is in the body.

@endDocuBlock
0