/clusters/{clusterName}/services/{serviceName}/roleCommands/start

Mount Point: /api/v1/clusters/{clusterName}/services/{serviceName}/roleCommands/start

POST

Start a set of role instances.

Bulk command operations are not atomic, and may contain partial failures. The returned list will contain references to all successful commands, and a list of error messages identifying the roles on which the command failed.

Parameters

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

Request Body

element: roleNames

The names of the roles to start.

Response Body

element: bulkCommandList

A reference to the submitted command.