pyrax
Python Bindings for the Rackspace Cloud
 All Classes Namespaces Files Functions Variables Properties
Public Member Functions
CloudMonitorNotificationPlanManager Class Reference

Handles all of the requests dealing with Notification Plans. More...

Inheritance diagram for CloudMonitorNotificationPlanManager:
BaseManager

List of all members.

Public Member Functions

def create
 Creates a notification plan to be executed when a monitoring check triggers an alarm.

Detailed Description

Handles all of the requests dealing with Notification Plans.


Member Function Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Properties