Jobs

URL:
https://<root>/system/jobs
Methods:
GET
Required Capability:
Access allowed with any authorized privilege
Version Introduced:
10.1

Description

The jobs resource is a collection of all the administrative jobs (asynchronous operations) created within your site. When operations that support asynchronous execution are run, the server creates a new job entry that can be queried for its current status and messages.

Request parameters

ParameterDetails

f

The response format. The default response format is html.

Values: html | json | pjson

Example usage

The following is a sample request URL used to access the jobs resource:

Use dark colors for code blocksCopy
1
https://machine.domain.com/webadaptor/admin/system/jobs?f=pjson

JSON Response syntax

Use dark colors for code blocksCopy
1
2
3
{
  "jobs": ["<jobID1>", "<jobID2>", ...]
}

JSON Response example

Use dark colors for code blocksCopy
1
2
3
{
  "jobs": ["j97dec204-32b7-4a3f-bbb7-7565e0f8259f", "jcbdbf7aa-385e-417a-b629-29a310895b9b"]
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.