Skip To Content
ArcGIS Developer
Dashboard

Jobs

Description

This resource provides operations to locate, monitor, and intervene in current asynchronous jobs being run by the geoprocessing service.

From the Jobs page, you can query for jobs that meet specific conditions, purge the queue of all jobs with a current status of NEW, SUBMITTED, or WAITING, and view statistics of the current jobs for the service.

After a job has been completed, either failing or succeeding, it remains in the system until the server's jobs directory clears it out according to its user-defined cleanup interval.

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:

https://machine.domain.com/webadaptor/admin/services/Maps/Test.MapServer/jobs?f=json

JSON Response example

{"resources": ["statistics"]}