Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "SMILA/Documentation/REST API Reference"

Line 11: Line 11:
 
*** <tt>workflows/</tt>
 
*** <tt>workflows/</tt>
 
*** <tt>jobs/</tt>
 
*** <tt>jobs/</tt>
 +
**** <tt><jobName>/<jobRunId>/finish/</tt>
 +
**** <tt><jobName>/<jobRunId>/cancel/</tt>
 
** <tt>job/</tt>
 
** <tt>job/</tt>
*** <tt><jobname>/record/</tt>
+
*** <tt><jobName>/record/</tt>
*** <tt><jobname>/bulk/</tt>
+
*** <tt><jobName>/bulk/</tt>
 
** <tt>tasks/</tt>
 
** <tt>tasks/</tt>
 
** <tt>importing/</tt>
 
** <tt>importing/</tt>

Revision as of 04:59, 19 January 2012

This page is intended to serve as a cross reference to the SMILA manual based on the SMILA ReST API. It lists all URLs of the ReST API and links them to the manual page that describes it.


  • /smila/: Entry page: overview on system state and links to the other APIs
    • pipelets/
    • pipelines/
    • jobmanager/
      • dataobjecttypes/: show available DOTs
      • buckets/: list and modify buckets
      • workers/
      • workflows/
      • jobs/
        • <jobName>/<jobRunId>/finish/
        • <jobName>/<jobRunId>/cancel/
    • job/
      • <jobName>/record/
      • <jobName>/bulk/
    • tasks/
    • importing/
      • delta/
      • visitedlinks/
    • store/
    • debug/
  • /taskmanager/
  • /zookeeper/

Back to the top