Job Management

In principle, the API command processing for POST, PATCH, and DELETE methods is executed asynchronously.

When the command is received successfully, the process that is executed asynchronously is registered as a job in the device and the associated job href is returned.

You can check the progress of a job with GET /job.

For more information, see the description of Obtaining All the Job Information.

Jobs that are registered are automatically deleted 30 minutes after their status becomes Success, Error, or Canceled.

Caution

The maximum number of jobs that can be registered for the device is 512. If the number of jobs exceeds this value, HTTP status code 503 is returned. Therefore, delete the job information using the DELETE /job API immediately after the job is completed.