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"
}
}