Important: | It is a best practice to limit snapshot schedules to a specific number of repetitions, although this is not required. Open-ended schedules can have a negative impact on performance. |
Parameter | Req? | Description | ||
x-p-enableSnapshot | yes | Determines that this invocation is to create a scheduled job. | ||
x-p-snapshotName | yes | Choose either: A single name to assign to all snapshots taken by this job. uuid, to have MashZone NextGen automatically assign a unique ID to each snapshot for this job. | ||
x-p-scheduler | yes | The type of schedule for this job. Valid schedule types include: secondly = schedule every second. Or schedule every number of seconds defined in x-p-repeatinterval with a schedule termination in x-p-repeatcount. minutely = schedule every minute. Or schedule every number of minutes defined in x-p-repeatinterval with a schedule termination in x-p-repeatcount. hourly = schedule every hour. Or schedule every number of hours defined in x-p-repeatinterval with a schedule termination in x-p-repeatcount. daily = schedule every day at a specific time. You must include the x-p-hour and x-p-minute parameters with a schedule of this type. weekly = once a week, on a specific day of the week at a specific time. You must include the x-p-dow, x-p-hour and x-p-minute parameters with a schedule of this type. monthly = once a month, on a specific day at a specific time. You must include the x-p-dom, x-p-hour and x-p-minute parameters with a schedule of this type. | ||
x-p-hour | The hour, from 0 to 23, to run a daily, weekly or monthly scheduled job. You must also add the x-p-minute parameter. | |||
x-p-minute | The minute to run a daily, weekly or monthly scheduled job. You must also add the x-p-hour parameter. | |||
x-p-dow | The day of the week, from 1-7 beginning on Sunday, to run a weekly scheduled job. You must also add the x-p-hour and x-p-minute parameters. | |||
x-p-dom | The day of the month (1-31) to run a monthly scheduled job. You must also add the x-p-hour and x-p-minute parameters. | |||
x-p-repeatcount | The maximum number of scheduled snapshots to take for this scheduled job. You must also use the x-p-repeatinterval parameter.
| |||
x-p-repeatinterval | The number of time measurements between each scheduled snapshot for a scheduled job. The actual time measurement is defined by the value of the x-p-scheduler parameter, such as hourly. You must also specify the x-p-repeatcount parameter to define a limit for the schedule. |