v11

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2022-08-179916.1 KB
components

Restarts all currently running global components

First stops all global components, then restarts them in the same order. Speed of the operation can be adjusted depending on cluster requirements.

post/components/global/restart/all

Query parameters

emitThrottlenumber

Amount of time in seconds between emmission of each stopping and starting event, defaults to 10

restartDelaynumber

Length of pause (in seconds) between stopping the last component and beginning the restarting process, defaults to 2

Response

successful operation

Example response

{
  "data": {
    "message": "2 Components will be restarted"
  }
}