Maintenance

Optional. When applying a template in maintenance mode, by default Command Central pauses and stops the run-time components in the installation before applying the template. Include a maintenance section in the template when you want to change this default behavior.

alias: my-alias
description: Update products to the latest fix
maintenance:
  options:
    pause: true | false     # "true" (default) - pause all runtimes, before stopping them
                            # "false" - do not pause the runtimes
    shutdown: true | false  # "true" (default)- stop all runtimes before installing fixes
                            # "false" - do not stop the runtimes
    resume: true | false    # "true" (default) - execute the resume lifecycle operation on all runtimes
                            # "false" - do not execute the resume lifecycle operation on runtimes

When applying a template with the resume option set to true, if a runtime does not support the resume lifecycle operation, or is already online, Command Central skips the runtime when executing the resume operation.