A dictionary with the following keys:
- id
String: job id (32 hex digits).
- type
String: textual description of what the job is doing, e.g. “SETUP-NEW-MINISERVER”.
- status
String: some textual description of what the job is doing now.
- service (optional)
String: The name of the service this is job is related to, if available. Services don’t have a name until they have been created.
- finished
Boolean: set if job has finished.
- error
Boolean: set if the job didn’t finish properly or was cancelled.
|