Skip to main content

New Relic (Source)

Introduction

The New Relic source connector connects to the New Relic REST API using an API key.

At this time, the connector supports credential validation (login) but does not yet support extraction. Attempting to run a sync will fail with an “in development” error.

Setup

  1. In New Relic, create or locate a User API key (also referred to as an API key used with the X-Api-Key header).
  2. Copy the key and store it securely.
  3. In your workspace, create a new New Relic source and paste the API key into the connector configuration.

Authentication

This connector authenticates using a New Relic API key sent as an HTTP header:

  • Header: X-Api-Key: <api_key>

During credential validation, the connector calls:

  • GET https://api.newrelic.com/v2/users.json

If the request is unauthorized or otherwise fails, the connector reports a credential validation error.

Configuration

FieldTypeRequiredDescription
api_keystringYesNew Relic API key used for requests to api.newrelic.com (sent as X-Api-Key).

Streams

No streams are currently available.

  • The connector’s catalog is currently empty.
  • Extraction is not yet implemented.