Developer:RunnersResource

From myExperiment
Jump to: navigation, search

Index of runners

Planned.


Create runner

Planned.


Read runner

URL: GET http://www.myexperiment.org/runner.xml?id=5

Example output:

<?xml version="1.0" encoding="UTF-8"?>
<runner uri="http://www.myexperiment.org/runner.xml?id=5" resource="http://www.myexperiment.org/runners/5">
  <id>5</id>
  <owner uri="http://www.myexperiment.org/group.xml?id=62" resource="http://www.myexperiment.org/groups/62">AID_myGrid_collaboration</owner>
  <title>aida runner</title>
  <description>aida runner</description>
  <url>http://aida.example.org:9999/remotetaverna/v1/</url>
  <created-at>Thu Apr 10 16:05:45 +0100 2008</created-at>
</runner>


Update runner

Planned.


Delete runner

Planned.


Elements for runner

  • id - the id of the runner
  • owner - the user who reponsible the runner
  • title - the title of the runner
  • description - a description of the runner
  • url - the url of where the runner is located
  • username - the username required to connect to the runner
  • password - the password required to connect to the runner
  • created-at - the date/time when the runner was submitted
  • updated-at - the date/time the details for the runner were last updated