TYPE | Fragment |
---|---|
Category | Objects |
name | type | required | default | description |
---|---|---|---|---|
id | integer | yes | The job id | |
type | string | yes | The name type of the job | |
status | string | yes | The value of this option | |
created | integer | yes | Timestamp when this was created | |
handled | integer | no | Timestamp when this was executed (in case of failed) |
{
"id": 2,
"type": "updateHostingPackage",
"status": "new",
"created": 1628512942
}