Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

AttributeIs Mandatory?Description
EnabledYesOnly enabled plans can be executed, a plan cannot be enabled if it does not contain any activities
NameYesA user friendly name for the plan - for example "BackupQA"
DescriptionNoA user friendly description for the plan - for example "Backup all QA devices"
API ReferenceYesA reference that will be used to execute the plan via the maintenance REST API,
this field is pre-populated with a unique value generated by DPOD, you can may change this value.
ScheduleYes (only for enabled plans)When to schedule the report (this field has no effect when the plan is not enabled), the format is identical to the report scheduling format
Use Default Maint. WindowYes

Should this plan take the maintenance window definition for the system parameters? (see maintenance configurable parameters for more information)

Maintenance Window StartNo

If you do not wish to use the system default maintenance window - enter the maintenance window start time in HH:MM format (e.g. 21:30)
Leave the maintenance window start and end fields empty to disable the maintenance window check (the plan will be always eligible to run)

Maintenance Window EndNo

If you do not wish to use the system default maintenance window - enter the maintenance window end time in HH:MM format (e.g. 06:30)
Leave the maintenance window start and end fields empty to disable the maintenance window check (the plan will be always eligible to run)

Default Error PolicyYes

Halt - when a task failed validations or execution, stop all other tasks from this plan that are waiting for execution
Ignore - when a task failed validation or execution, ignore and continue to run other tasks from this plan

Pre-Plan ScriptNo

A user defined script to run before any tasks are executed.
The script will not run if the plan did not passed validations - for example, if it was executed outside the maintenance window timeframe.
If the script failed (the return code was greater than 0) - the plan will fail and not tasks will be executed

See user defined scripts for more information

Post-Plan ScriptNo

A user defined script to run after all the tasks finished executing.
Choose whether to always run this script or run only if at least one task failed.

See user defined scripts for more information

Send to SyslogNoSend syslog messages about for events generated by this plan- see publish backup events via syslogs and email
Send EmailNoSend emails about for events generated by this plan - see publish backup events via syslogs and email

...