Datadog Reference Tables

Lookup

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

Look up the row associated with the given primary key by equality only. Throws an error if:

  • No table with a matching table name is found.
  • No primary key with a matching entry is found.

Inputs

Champ

Type

Description

tableName [required]

string

The name of the table for the lookup.

primaryKey [required]

string,number

A primary key of the value for lookup.

Outputs

Champ

Type

Description

No outputs

string,number