Modifying a Schedule
Explains how to modify a schedule using either the Control System or the
CLI.
Modifying a Schedule Using the Control System
When you modify a schedule, the new set of rules replaces any existing rules for
the schedule. To edit a schedule, in the
Schedules tab
under :
Note: The Volumes page is
under the Volumes menu in the Kubernetes version of
the Control System.
-
Click the schedule name of the schedule to edit.
The Edit Schedule dialog displays.
-
Modify the schedule as desired:
-
Change the schedule name in the Schedule Name
field.
-
Add, modify, or remove rules in the SCHEDULE
RULE section.
Here:
Frequency |
Specifies the frequency (Once, Yearly, Monthly, Weekly,
Daily, Hourly, Every X minutes). |
Time |
Specifies the point of time within the specified
frequency to perform the scheduled action. This is available
only if the selected frequency is Once, Yearly, Monthly,
Weekly, or Daily. |
Retain for |
Specifies how long the data should be
preserved. |
To add another rule, click
Add
Another and to remove a rule, click

.
-
Click Save Changes for the changes to take effect.
Modifying a Schedule Using the CLI or REST API
The basic command to modify a schedule is:
maprcli schedule modify -id <schedule ID> -rules <JSON>
For complete reference information, see
schedule modify
.
(Topic last modified: 2020-09-23)