IBM WebSphere · Arazzo Workflow
WebSphere Cluster Controlled Restart
Version 1.0.0
Find a cluster, stop all its members, and start them again.
View Spec
View on GitHub
Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddlewareArazzoWorkflows
Provider
Workflows
restart-cluster
Stop and start all members of a WebSphere cluster by name.
Confirms the cluster exists, captures its members and status, stops the cluster, and starts it again, returning how many members came back up.
1
listClusters
listClusters
List all clusters in the cell so the target cluster can be confirmed before any lifecycle action is taken.
2
getCluster
getCluster
Read the target cluster to capture its members and current status before stopping it.
3
stopCluster
stopCluster
Stop all members of the cluster. The response reports how many members were affected.
4
startCluster
startCluster
Start all members of the cluster again so it returns to service with any pending changes applied.