Datadog Reference Tables

Has key

Check to see if a single primary key exists in a given table. Throws an error if no table with a matching table name is found.

Inputs

Field

Type

Description

tableName [required]

string

The name of the table for the lookup.

primaryKey [required]

string,number

The value of the primary key you are trying to look up.

Outputs

Field

Type

Description

hasKey [required]

boolean