Datadog Reference Tables

Bulk has key

Check to see if up to 250 primary keys exist in a given table. If at least one primary key has a matching row, an output is returned. 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.

primaryKeys [required]

[string,number]

A set of the primary keys you are trying to look up.

Outputs

Field

Type

Description

No outputs

boolean