Prerequisites

<< Click to Display Table of Contents >>

Raynet One Data Hub > 14.0 > Connectors > Alphabetic Connector List > Datadog 

Prerequisites

In order to use the connector it is necessary to communicate with the Datadog API. All requests need to be authenticated. Requests that read data require full access which means that they require an API key and an application key. The API and application keys of a Datadog account can be managed here. The following parameters are required in order to access the Datadog API:

Datadog API key

Application key

Server URL

 

API keys are unique to an organization.

 

Application keys, in conjunction with the API key of the organization give users access to Datadog's programmatic API. Application keys are associated with the user account that created them and by default have the permissions and scopes of the user who created them.

 

papercliper

Note:

Authorization scopes for application keys are a feature in the private beta. Contact the Datadog Support to enable support for scoped application keys for your organization. For more information visit the following page: https://docs.datadoghq.com/account_management/api-app-keys/.

 

1.In order to add an API key to a Datadog account execute the following steps:

 

Add an API Key

1.In Organizations settings click on the API keys tab.

2.Click the New Key button.

3.Enter a name for the key.

4.Click on Create API key.

 

papercliper

Note:

An organization must have at least one API key and can have at most 50 API keys. Key names must be unique across an organization.

 

Add an Application Key

In order to add an Application Key to Datadog execute the following steps:

1. Navigate to Organization Settings > Application Keys.

2.Click on New Key.

 

papercliper

Note:

Application Key names cannot be empty!

 

finger1

Be aware:

The account used needs sufficient rights to create an Application Key!

org_app_keys_read permission is required.

See https://docs.datadoghq.com/account_management/rbac/permissions.

 

papercliper

Note:

All Datadog API clients are configured by default to consume Datadog US site APIs. If on the Datadog EU site, set the environment variable DATADOG_HOST to https://api.datadoghq.eu or override this value directly when creating the client.