JobResponse Class
The properties of the Job Response object.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
JobResponse
Constructor
JobResponse(**kwargs)
Variables
- job_id
- str
The job identifier.
- start_time_utc
- datetime
The start time of the job.
- end_time_utc
- datetime
The time the job stopped processing.
The type of the job. Possible values include: "unknown", "export", "import", "backup", "readDeviceProperties", "writeDeviceProperties", "updateDeviceConfiguration", "rebootDevice", "factoryResetDevice", "firmwareUpdate".
The status of the job. Possible values include: "unknown", "enqueued", "running", "completed", "failed", "cancelled".
- failure_reason
- str
If status == failed, this string containing the reason for the failure.
- status_message
- str
The status message for the job.
- parent_job_id
- str
The job identifier of the parent job, if any.
Feedback
Submit and view feedback for