|
|
|
|
|
searchDevices(self,
queryString='',
REQUEST=None)
Returns the concatenation of a device name, ip and mac search on
the list of devices. |
source code
|
|
|
|
|
dotNetProxy(self,
path='',
params={},
REQUEST=None)
Logs in to Zenoss.net using the user's credentials and retrieves
data, thereby putting it in the current domain |
source code
|
|
|
isManager(self,
obj=None)
Return true if user is authenticated and has Manager role. |
source code
|
|
|
has_role(self,
role,
obj=None)
Check to see of a user has a role. |
source code
|
|
|
has_permission(self,
perm,
obj=None)
Check to see of a user has a permission. |
source code
|
|
|
|
|
|