Job

Top  Previous  Next

Path

/topicmaps/{tm}/jobs/{job}

 

Description

A batch processing job that executes against a specific topic map

 

Supported HTTP Operations

 

HTTP Method

Description

Supported Formats

GET

Retrieves a representation of the job status. Returns a JobStatusRepr item.

XML, JSON, HTML

PUT

Updates the definition of a job. Accepts a JobRepr item. This method cannot be used on jobs with a status of Processing, Completed or CompletedWithErrors.

XML, JSON

DELETE

Cancels a job. This method cannot be used on jobs with a status of Processing, Completed or CompletedWithErrors

N/A

HEAD

Retreives the Last-Modified and ETag headers for a job.

XML, JSON, HTML

 

Notes