Changes between Version 2 and Version 3 of RemoteJobs
- Timestamp:
- Jun 17, 2011, 4:04:53 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RemoteJobs
v2 v3 1 1 = Web services for remote job submission = 2 2 3 This document describes remote interfaces for submittingjobs4 remotelyto a BOINC server.3 This document describes remote interfaces for remotely submitting jobs and batches of jobs 4 to a BOINC server. 5 5 The APIs are accessed by sending a POST request, 6 6 using HTTPS, to PROJECT_URL/job_control.php 7 7 8 The inputs and outputs of each API or XML.8 The inputs and outputs of each API are XML documents. 9 9 If an operation fails, the output is of the form 10 10 {{{ … … 160 160 }}} 161 161 162 == Implementation notes = 162 == Implementation notes == 163 163