|
|
|
|
|
login(self,
name=' admin ' ,
userfolder=None)
Logs in. |
source code
|
|
|
|
|
getConnection(self)
Return a wrapped app connection from the connection pool. |
source code
|
|
|
closeAll(self)
Close all connections in both free an inuse pools. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
getDmdObj(self,
path)
return an object based on a path starting from the dmd |
source code
|
|
|
findDevice(self,
name)
return a device based on its FQDN |
source code
|
|
|
|
Inherited from ZenDaemon.ZenDaemon :
becomeDaemon ,
changeUser ,
setupLogging ,
sigTerm
Inherited from CmdBase.CmdBase :
buildParser ,
generate_configs ,
generate_xml_table ,
parseOptions ,
pretty_print_config_comment
|