Beispiel #1
0
 def getBaseObjects(self,scope=None):
     return Endpoint.findAll(scope=scope) + Creds.findAll(scope=scope) + User.findAll(scope=scope) + Host.findAll(scope=scope)
Beispiel #2
0
 def getHosts(self,scope=None):
     return Host.findAll(scope=scope)