Skip to content

/AWS1/CL_APFDATADOGCNCTORPFL01

The connector-specific credentials required by Datadog.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_apikey TYPE /AWS1/APFAPIKEY /AWS1/APFAPIKEY

A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

iv_applicationkey TYPE /AWS1/APFAPPLICATIONKEY /AWS1/APFAPPLICATIONKEY

Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API. Application keys are associated with the user account that created them. The application key is used to log all requests made to the API.


Queryable Attributes

apiKey

A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

Accessible with the following methods

Method Description
GET_APIKEY() Getter for APIKEY, with configurable default
ASK_APIKEY() Getter for APIKEY w/ exceptions if field has no value
HAS_APIKEY() Determine if APIKEY has a value

applicationKey

Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API. Application keys are associated with the user account that created them. The application key is used to log all requests made to the API.

Accessible with the following methods

Method Description
GET_APPLICATIONKEY() Getter for APPLICATIONKEY, with configurable default
ASK_APPLICATIONKEY() Getter for APPLICATIONKEY w/ exceptions if field has no valu
HAS_APPLICATIONKEY() Determine if APPLICATIONKEY has a value