Revision dde771ba lib/rapi/rlib2.py

b/lib/rapi/rlib2.py
392 392
  """/2/nodes resource.
393 393

  
394 394
  """
395
  GET_OPCODE = opcodes.OpNodeQuery
396 395

  
397 396
  def GET(self):
398 397
    """Returns a list of all nodes.
......
414 413
  """/2/nodes/[node_name] resource.
415 414

  
416 415
  """
417
  GET_OPCODE = opcodes.OpNodeQuery
418 416

  
419 417
  def GET(self):
420 418
    """Send information about a node.

Also available in: Unified diff