HP MSA 2040 CLI Reference Guide
schedules 465
schedules
This basetype is used by show schedules and show schedule-details.
Table 69 schedules properties
Name Type Description
name string Schedule name.
schedule-
specification
string Schedule settings for running the associated task.
status string Schedule status.
• Uninitialized: The schedule is not yet ready to run.
• Ready: The schedule is ready to run at the next scheduled time.
• Suspended: The schedule had an error and is holding in its current state.
• Expired: The schedule has exceeded a constraint and will not run again.
• Invalid: The schedule is invalid.
next-time string Date and time, in the format
year-month-day hour
:
minutes
:
seconds
(UTC), when the schedule will next run, or N/A if the schedule has expired.
next-time-
numeric
uint32 Unformatted next-time value.
task-to-run string Name of the task that the schedule runs.
error-message string If an error occurred while running the schedule, the error message; otherwise,
blank.
task Embedded; see tasks.