URI Patternhttp://api.talis.com/stores/{storename}/jobs
View Scheduled JobsPerforming a GET request on the scheduled job collection will retrieve the list of currently scheduled jobs. This operation requires the full update capability. The response is an RDF document containing a list of Jobs that have been scheduled with the store. <rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:config="http://schemas.talis.com/2006/bigfoot/configuration#" >
<config:ScheduledJobCollection rdf:about="http://api.talis.com/stores/mystore/jobs">
<config:job rdf:resource="http://api.talis.com/stores/mystore/jobs/d03885bb-1603-4a14-b18c-b382fe31ebe7"/>
<config:job rdf:resource="http://api.talis.com/stores/mystore/jobs/70bee6fc-4b67-47a9-8075-2d19edf168a2"/>
</config:ScheduledJobCollection>
</rdf:RDF>Note: currently, when a job begins execution it is immediately removed from the job collection. This behaviour will be changed in the future so that jobs that have been executed will remain in the collection so that clients can discover status information about their operation, e.g. whether they are active, have been completed, etc. |
|