newrelic-api
newrelic-api: A Python interface to New Relic’s API
Currently Supported Resources
Internal resources
Installation
Instructions
Requirements
Configuration
Examples
Applications & AlertPolicies Example
Alert Policies
newrelic_api.alert_policies
Applications
newrelic_api.applications
Application Hosts
newrelic_api.application_hosts
Application Instances
newrelic_api.application_instances
Components
newrelic_api.components
Key Transactions
newrelic_api.key_transactions
Notification Channels
newrelic_api.notification_channels
Plugins
newrelic_api.plugins
Servers
newrelic_api.servers
Servers
newrelic_api.servers
Users
newrelic_api.users
Base
newrelic_api.base
Exceptions
newrelic_api.exceptions
Release Notes
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0
v0.1
Contributing
Running the tests
Code Quality
Code Styling
Building the docs
Release Checklist
Vulnerability Reporting
newrelic-api
Docs
»
Exceptions
View page source
Exceptions
¶
newrelic_api.exceptions
¶
class
newrelic_api.exceptions.
ConfigurationException
¶
An exception for Configuration errors
message
= 'There was an error in the configuration'
¶
class
newrelic_api.exceptions.
NewRelicAPIServerException
¶
An exception for New Relic server errors
message
= 'There was an error from New Relic'
¶