Ejemplo n.º 1
0
def pingMachine(uuid):
    return xmlrpcCleanup2(Machine(uuid).ping())
Ejemplo n.º 2
0
def getPlatform(uuid):
    return xmlrpcCleanup2(Machine(uuid).getPlatform())