ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • job schedule interval show

    Show interval schedules

    Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

    Description

    The job schedule interval show command displays information about interval 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 interval schedules that match this parameter value.

    [-vserver <vserver name>] - Vserver

    Selects the interval schedules that match this parameter value. These job schedules can only be used by consumers in that Vserver.

    [-name <text>] - Name

    Selects the interval schedules that match this parameter value.

    [-days <integer>] - Days

    Selects the interval schedules that match the day value or range of values you specify.

    [-hours <integer>] - Hours

    Selects the interval schedules that match the hour value or range of values you specify.

    [-minutes <integer>] - Minutes

    Selects the interval schedules that match the minute value or range of values you specify.

    [-seconds <integer>] - Seconds

    Selects the interval schedules that match the second value or range of values you specify.

    [-description <text>] - Description

    Selects the interval schedules that match the description you specify.

    Examples

    The following example displays information about all interval schedules:

    cluster1::> job schedule interval show
    Cluster       Vserver     Name        Description
    ------------- ----------- ----------- -----------------------------------------------------
    cluster1      data_vs_1
                              rollingdaily
                                          Every 8h
    Top of Page