Jobs
Job types
Once created, a job will perform the requested action depending on its job type.
Job type | Description |
---|---|
Batch device registration | Use this job to register multiple devices at once. Once registered, you can issue bootstrap certificates and generate bootstrap configurations for the registered devices. |
Deployment | Use this job to deploy releases to a specified device group. |
Job statuses
A job moves through various statuses during its lifecycle, reflecting its progress and end state.
Status | Description |
---|---|
Pending | Created but has not started. |
In progress | Actively performing requested operations. |
Executed | Completed requested operation. |
Terminated | Stopped before being able to complete operatin. |
Detailed states for job types
Each job type has specific states that provide more details about the job’s progress. These job type states map to the overall job status and provide more granular tracking based on the type of job being performed.
Job type | Job status | Job type state |
---|---|---|
Deployment | Pending | Scheduled |
In progress | Active | |
Executed | Completed | |
Terminated | Aborted | |
Register many devices | In progress | Active |
Executed | Success, Failed |