IBM WebSphere · Arazzo Workflow
WebSphere Server Controlled Restart
Version 1.0.0
Find an application server, stop it, and start it again to apply pending changes.
View Spec
View on GitHub
Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddlewareArazzoWorkflows
Provider
Workflows
restart-server
Stop and start a single WebSphere application server by name.
Confirms the server exists in the cell, captures its current status, stops it, and starts it again, returning the final reported status.
1
listServers
listServers
List all servers in the cell so the target server can be confirmed before any lifecycle action is taken.
2
getServer
getServer
Read the target server to capture its current status before stopping it.
3
stopServer
stopServer
Stop the application server. The server reports its lifecycle status in the response payload.
4
startServer
startServer
Start the application server again so it returns to service with any pending changes applied.