Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

request
method

URL

Description

GET

jobs?idlist=xml

get list of status by the given list of job ids

PUT

jobs/delete?before=utc

delete jobs before utc timestamp from database

GET

jobs/{job_id}

get the status of a job by id

PUT

jobs/{job_id}/cancel

cancel the job by id

PUT

jobs/{job_id}/delete

delete the job by id from database

POST

jobs/submit?job=xml

submit job submission xml; return status

Deprecated - Users

...