Datadog Reference Tables

Bulk 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 rows associated with up to 250 primary keys by equality only. If at least one primary key has a matching row, an output will still be returned. Throws an error if:

  • No table with a matching table name is found.

Inputs

Champ

Type

Description

tableName [required]

string

The name of the table for the lookup.

primaryKeys [required]

[string,number]

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

Outputs

Champ

Type

Description

No outputs