newrelic-api: A Python interface to New Relic's API =================================================== newrelic-api is a package for easily interacting with New Relic's API in a concise, pythonic way. For full documentation on each endpoint, please see `New Relic's API explorer`_. This is based off of the v2 API. .. _New Relic's API explorer: https://rpm.newrelic.com/api/explore/ Currently Supported Resources ----------------------------- * Alert Policies (:doc:`API Reference `) * Applications (:doc:`API Reference `) * Application Hosts (:doc:`API Reference `) * Application Instances (:doc:`API Reference `) * Components (:doc:`API Reference `) * Key Transactions (:doc:`API Reference `) * Notification Channels (:doc:`API Reference `) * Plugins (:doc:`API Reference `) * Servers (:doc:`API Reference `) * Users (:doc:`API Reference `) Internal resources ------------------ * Exceptions (:doc:`API Reference `) * Resource (:doc:`API Reference `)