# File lib/fog/rackspace/requests/monitoring/list_notification_plans.rb, line 5
        def list_notification_plans
          request(
            :expects  => [200],
            :method   => 'GET',
            :path     => "notification_plans"
          )
        end