|
|
|
|
[dictionary]
|
getTree(self,
id='/zport/dmd/Mibs')
Returns the tree structure of an organizer hierarchy. |
source code
|
|
[dictionary]
|
|
DirectResponse
|
addNode(self,
contextUid='',
id='',
type='')
Add an organizer or new blank MIB. |
source code
|
|
DirectResponse
|
|
DirectResponse
|
|
DirectResponse
|
moveNode(self,
uids,
target)
Move an organizer or MIB from one organizer to another. |
source code
|
|
DirectResponse
|
|
DirectResponse
|
|
|
_validateOid(self,
oid)
Check for illegal characters in OID |
source code
|
|
|
|
|
|
|
|
|
|
|
getOidMappings(self,
uid,
dir='ASC',
sort='name',
start=0,
page=None,
limit=256) |
source code
|
|
|
getTraps(self,
uid,
dir='ASC',
sort='name',
start=0,
page=None,
limit=256) |
source code
|
|
|
|
|
getMibNodeTree(self,
id=None)
A MIB node is a regular OID (ie you can hit it with snmpwalk) |
source code
|
|
|
getMibTrapTree(self,
id=None)
A MIB trap node is an OID received from a trap |
source code
|
|
Inherited from TreeRouter :
asyncGetTree ,
gunzip_b64 ,
gzip_b64 ,
moveOrganizer ,
objectExists
|