A description of the job.
Details of the job, potentially containing multiple lines of information.
An array of strings with line-by-line details.
The unique identifier of the job.
The job's position in the queue.
The progress of the job, typically as a percentage.
The timestamp when the job was queued.
The result of the job.
The current status of the job.
Indicates whether the job is stoppable.
The dequeue timestamp of the job.
The enqueue timestamp of the job.
The finish timestamp of the job.
The type of the job.
The user that initiated the job.
Warnings associated with the job, if any.
Optional
line?: string[]An optional array of strings with line-by-line warnings.
Generated using TypeDoc
Describes the details of an individual job as returned by the PAN-OS API, including its status and various timestamps.