Changes between Version 64 and Version 65 of RemoteJobs


Ignore:
Timestamp:
Jan 16, 2019, 8:56:51 PM (5 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RemoteJobs

    v64 v65  
    500500}}}
    501501== Python binding ==
    502 The file tools/submit_api.py contains a Python binding of some of above RPCs.
     502The file lib/submit_api.py contains a Python binding of some of above RPCs.
    503503For examples of its use, see tools/submit_api_test.py.
    504504
     
    548548{{{
    549549    req = REQUEST()
    550     req.project = 'http://isaac.ssl.berkeley.edu/test/'
    551     req.authenticator = get_auth()
     550    [req.project, req.authenticator] = get_auth()
    552551    req.batch_id = 271
    553552    req.get_cpu_time = True
     
    607606 get_output_files(req):: req attributes: batch_id
    608607 retire_batch(req):: req attributes: batch_id
     608 get_job_counts(req):: req attributes: project.  Returns counts of results and workunits in various states (e.g. ready to send).
    609609
    610610== HTTP/XML interface ==