Changes between Version 2 and Version 3 of RemoteJobs


Ignore:
Timestamp:
Jun 17, 2011, 4:04:53 PM (13 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RemoteJobs

    v2 v3  
    11= Web services for remote job submission =
    22
    3 This document describes remote interfaces for submitting jobs
    4 remotely to a BOINC server.
     3This document describes remote interfaces for remotely submitting jobs and batches of jobs
     4to a BOINC server.
    55The APIs are accessed by sending a POST request,
    66using HTTPS, to PROJECT_URL/job_control.php
    77
    8 The inputs and outputs of each API or XML.
     8The inputs and outputs of each API are XML documents.
    99If an operation fails, the output is of the form
    1010{{{
     
    160160}}}
    161161
    162 == Implementation notes =
     162== Implementation notes ==
    163163