- 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
Parameter | Details |
---|---|
| The response format. The default response format is Values: |
Example usage
The following is a sample request URL used to access the jobs
resource:
https://machine.domain.com/webadaptor/admin/system/jobs?f=pjson
JSON Response syntax
{
"jobs": ["<jobID1>", "<jobID2>", ...]
}
JSON Response example
{
"jobs": ["j97dec204-32b7-4a3f-bbb7-7565e0f8259f", "jcbdbf7aa-385e-417a-b629-29a310895b9b"]
}