clc.APIv2.alert
index
/Users//clc_git/src/clc/APIv2/alert.py

Alert related functions.  
 
Alerts object variables:
 
Alert object variables:
 
        alert.name
        alert.id (alias of name)
        alert.server (optional server name already mapped to policy)

 
Modules
       
clc

 
Classes
       
__builtin__.object
Alert
Alerts

 
class Alert(__builtin__.object)
     Methods defined here:
Unmap(self, servers=[])
Unmap alert policy from one or more servers.
 
If no servers provided and Alert object was created from a server itself this will
be what is unmapped.
__getattr__(self, var)
__init__(self, id, alert_obj=None, server=None)
Create Alert object.
__str__(self)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
class Alerts(__builtin__.object)
     Methods defined here:
Get(self, key)
Get alert by providing name, ID, or other unique key.
 
If key is not unique and finds multiple matches only the first
will be returned
Search(self, key)
Search alert list by providing partial name, ID, or other key.
__init__(self, alerts_lst, server=None)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)