pyrax
Python Bindings for the Rackspace Cloud
|
Handles all of the requests dealing with Notification Plans. More...
Public Member Functions | |
def | create |
Creates a notification plan to be executed when a monitoring check triggers an alarm. |
Handles all of the requests dealing with Notification Plans.
def create | ( | self, | |
label = None , |
|||
name = None , |
|||
critical_state = None , |
|||
ok_state = None , |
|||
warning_state = None |
|||
) |
Creates a notification plan to be executed when a monitoring check triggers an alarm.
You can optionally label (or name) the plan.
A plan consists of one or more notifications to be executed when an associated alarm is triggered. You can have different lists of actions for CRITICAL, WARNING or OK states.