class NewRelicApi::Deployment

This model is used to mark production deployments in RPM Only create is supported.

Options

Exactly one of the following is required:

Following are optional parameters:

Example

NewRelicApi::Deployment.create :application_id => 11142007, :description => "Update production", :user => "Big Mike"

NewRelicApi::Deployment.create :app_name => "My Application", :description => "Update production", :user => "Big Mike"