Class: NewRelicApi::Application

Inherits:
BaseResource
  • Object
show all
Includes:
AccountResource, AgentResource
Defined in:
lib/new_relic_api.rb

Overview

An application has many:

agents

the agent instances associated with this app

threshold_values

the health indicators for this application.

Defined Under Namespace

Classes: Agent

Instance Method Summary collapse

Methods included from AccountResource

#account_id, #account_query_params

Methods inherited from BaseResource

headers, inherited, reset!, site_url

Instance Method Details

#query_paramsObject

:nodoc:



106
107
108
# File 'lib/new_relic_api.rb', line 106

def query_params#:nodoc:
  (:application_id => id)
end