job schedule show
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.
- [-cluster <Cluster name>] - Cluster
- Selects the schedules that match this parameter value.
- [-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 schedules:
cluster1::> job schedule show
Cluster Name Type Description
------------- ----------- --------- -------------------------------------------
cluster1
5min cron @:00,:05,:10,:15,:20,:25,:30,:35,:40,:45,:50,:55
daily cron @0:10
hourly cron @:05
monthly cron 1@0:20
weekly cron Sun@0:15
Give documentation feedback