|
getEventRainbow(self,
where="")
Return a list of tuples with number of events for each severity
and the color of the severity that the number represents. |
source code
|
|
|
getOrganizerStatus(self,
orgType,
orgName,
severity=None,
where="")
Return a count of events that match where for orgName and
children. |
source code
|
|
|
getDeviceStatus(self,
device,
severity=None,
where="")
Return a count of events that match where for a particular
device. |
source code
|
|
|
getComponentStatus(self,
device,
severity=None,
where="")
Return a count of events that match where for a particular
component. |
source code
|
|