Revision ee6c7b94 lib/luxi.py

b/lib/luxi.py
47 47
REQ_CANCEL_JOB = "CancelJob"
48 48
REQ_ARCHIVE_JOB = "ArchiveJob"
49 49
REQ_QUERY_JOBS = "QueryJobs"
50
REQ_QUERY_INSTANCES = "QueryInstances"
50 51

  
51 52
DEF_CTMO = 10
52 53
DEF_RWTO = 60
......
288 289
  def QueryJobs(self, job_ids, fields):
289 290
    return self.CallMethod(REQ_QUERY_JOBS, (job_ids, fields))
290 291

  
292
  def QueryInstances(self, names, fields):
293
    return self.CallMethod(REQ_QUERY_INSTANCES, (names, fields))
294

  
291 295
# TODO: class Server(object)

Also available in: Unified diff