HostingJob

Request Information
TYPE Fragment
CategoryObjects

Description

Object: HostingJob

Properties

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)

Sample JSON

{
  "id": 2,
  "type": "updateHostingPackage",
  "status": "new",
  "created": 1628512942
}