- URL:
- https://<root>/<serviceName>/TopographicProductionServer/jobs
- Methods:
GET
- Operations:
- Cancel, Delete Job, Pause, Query, Resume
- Child Resources:
- Job
- Required Capability:
- Requires an ArcGIS GIS Server Advanced license and a Production Mapping or Defense Mapping server extension license
- Version Introduced:
- 10.9
Description
The jobs
resource contains the , cancel
, delete
, job
, pause
, query
, and resume
operations as follows:
cancel
—Cancels a job submitted to the server.delete
—Deletes a completed or canceled job.job
—Tracks the status of a job submitted to the server and returns the status, start date, last modified date, and messages for the job.pause
—Pauses a job submitted to the server.query
—Tracks the status of jobs submitted to the server and returns the status, start date, last modified date, and messages for a set of jobs.resume
—Resumes a job submitted to the server that has been paused by thepause
operation.