|
__init__(self,
noopts=0,
app=None,
connect=False)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
source code
|
|
|
|
|
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 CmdBase.CmdBase :
buildParser ,
checkLogpath ,
generate_configs ,
generate_xml_configs ,
generate_xml_table ,
getConfigFileDefaults ,
parseOptions ,
pretty_print_config_comment ,
setupLogging
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|