Datadog Reference Tables

Get table

Return up to the 99 first rows from the reference table. An error is thrown if:

  • There is no table with matching table name.
  • An incorrect column is given.

Inputs

Field

Type

Description

tableName [required]

string

The name of the table for the lookup.

columns

[string]

A list of all columns to be outputted. The default is to include every column.

Outputs

Field

Type

Description

primaryKey [required]

string

rows [required]

[object]

url

string