- URL:https://<root-url>/jobs
- 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
Parameter | Details |
---|---|
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:
https://machine.domain.com/webadaptor/rest/jobs?f=pjson
JSON Response example
{
"asyncJobs": ["<jobID1>", "<jobID2>", ...]
}
JSON Response example
{
"asyncJobs": ["jbbb0be02-74dc-46b5-ac9b-edca3619871b", "jbbb0be02-74dc-46b5-ac9b-edca3619871b"]
}