Skip to main content

List jobs

GET 

/jobs

Retrieve a list of configuration jobs.

Responses

OK

Schema
    data object[]
  • Array [
  • device_name stringrequired

    The name of the device

    end_ts date-timerequired

    The timestamp indicating when the job was finished

    id integerrequired

    The job ID

    job_result integerrequired

    The job result

    job_status integerrequired

    The current status of the job

    job_type integerrequired

    The job type

    parent_id integerrequired

    The parent job ID

    percent integerrequired

    Possible values: <= 100

    Job completion percentage

    result_str stringrequired

    Possible values: [OK, FAIL, PEND, WAIT, CANCELLED]

    The result of the job

    start_ts date-timerequired

    The timestamp indicating when the job was created

    status_str stringrequired

    Possible values: [ACT, FIN, PEND, PUSHSENT, PUSHFAIL]

    The current status of the job

    summary stringrequired

    The completion summary of the job

    type_str stringrequired

    Possible values: [CommitAll, CommitAndPush, NGFW-Bootstrap-Push, Validate]

    The job type

    uname emailrequired

    The administrator or service account that created the job

    description stringrequired

    A description provided by the administrator or service account

  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...