dcos job schedule show

Viewing a job schedule

Description

The dcos job schedule show command allows you to view a job schedule.

Usage

  1. dcos job schedule show <job-id> [--json]

Options

NameDescription
-h, —helpPrint usage.
—jsonPrint JSON-formatted list instead of a table.

Positional arguments

NameDescription
<job-id>Specify the job ID. You can view the job IDs with the dcos job list command.

Examples

View job schedule

In this example, a job named my-scheduled-job is reviewed.

  1. dcos job schedule show my-scheduled-job

Here is the output:

  1. ID CRON ENABLED NEXT RUN CONCURRENCY POLICY
  2. sleep-nightly 20 0 * * * True 2017-02-19T00:20:00.000+0000 ALLOW

Parent command

CommandDescription
dcos jobDeploy and manage jobs in DC/OS.