Display a list of available schedules
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
Description
The job schedule show command
displays information about schedules.
Parameters
- { [-fields <fieldname>, ...]
- If you specify the -fields <fieldname>, ... parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.
- | [-instance ]}
- If you specify the -instance parameter, the command displays detailed information about all fields.
- [-name <text>] - Schedule Name
- Selects the schedules that match this parameter value.
- [-type {cron|interval|builtin}] - Schedule Type
- Selects the schedules that match this parameter value.
- [-description <text>] - Description
- Selects the schedules that match this parameter value.
Examples
The following example displays information about all cron schedules:
cluster1::> job schedule show -type cron
Name Type Description
----------- --------- -----------------------------------------------------
5min cron @:00,:05,:10,:15,:20,:25,:30,:35,:40,:45,:50,:55
daily cron @0:10
hourly cron @:05
midnightcron cron Sun@0:00
weekendcron cron Sun,Sat@3:15