コード例 #1
0
def pingMachine(uuid):
    return xmlrpcCleanup2(Machine(uuid).ping())
コード例 #2
0
def getPlatform(uuid):
    return xmlrpcCleanup2(Machine(uuid).getPlatform())