New Relic ​
Monitor applications, query metrics, and manage alerts with the New Relic API.
| Detail | Value |
|---|---|
| Category | Monitoring |
| Base URL | https://api.newrelic.com/v2 |
| Authentication | API Key |
| Endpoints | 8 |
| Connector key | newrelic |
Using New Relic in a workflow ​
- Go to Connections and click New Connection.
- Pick New Relic from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /applications.json | List applications |
| GET /applications/{id}.json | Get application details |
| GET /applications/{application_id}/metrics/data.json | Get metric data |
| GET /alerts_policies.json | List alert policies |
| POST /alerts_policies.json | Create an alert policy |
| GET /alerts_violations.json | List alert violations |
| GET /alerts_incidents.json | List alert incidents |
| GET /key_transactions.json | List key transactions |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.