Jobs

URL:
https://<root-url>/jobs
Methods:
GET
Operations:
Job
Version Introduced:
10.8

Description

This resource is a collection of all the 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

Below is a sample request URL for the jobs resource:

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

JSON Response example

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

JSON Response example

Use dark colors for code blocksCopy
1
2
3
{
  "asyncJobs": ["jbbb0be02-74dc-46b5-ac9b-edca3619871b", "jbbb0be02-74dc-46b5-ac9b-edca3619871b"]
}

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