Datadog Reference Tables

Lookup

このページは日本語には対応しておりません。随時翻訳に取り組んでいます。翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください。

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

フィールド

種類

説明

tableName [required]

string

The name of the table for the lookup.

primaryKey [required]

string,number

A primary key of the value for lookup.

Outputs

フィールド

種類

説明

No outputs

string,number