apiRestartClusterArgs
Arguments used for Cluster Restart command. Since V11: If both restartOnlyStaleServices and restartServiceNames are specified, a service must be specified in restartServiceNames and also be stale, in order to be restarted.
JSON
| property | type | description |
|---|---|---|
| restartOnlyStaleServices | restartOnlyStaleServices (boolean) | Only restart services that have stale configuration and their dependent services. |
| redeployClientConfiguration | redeployClientConfiguration (boolean) | Re-deploy client configuration for all services in the cluster. |
| restartServiceNames | array of restartServiceNames (string) | Only restart services that are specified and their dependent services. Available since V11. |