/clusters/{clusterName}/commands/rollingRestart

Mount Point: /api/v17/clusters/{clusterName}/commands/rollingRestart

POST

Command to do a "best-effort" rolling restart of the given cluster, i.e. it does plain restart of services that cannot be rolling restarted, followed by first rolling restarting non-slaves and then rolling restarting the slave roles of services that can be rolling restarted. The slave restarts are done host-by-host.

Available since API v4. Only available with Cloudera Manager Enterprise Edition.

Parameters

name description type default
clusterName The name of the cluster. path

Request Body

element: rollingRestartClusterArgs

Arguments for the rolling restart command.

Response Body

element: command

Information about the submitted command.