# File lib/fog/monitoring/openstack/requests/create_notification_method.rb, line 5 def create_notification_method(options) request( :body => Fog::JSON.encode(options), :expects => [201, 204], :method => 'POST', :path => 'notification-methods' ) end