Datadog Reference Tables

Has key

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

Check to see if a single primary key exists in a given table. Throws an error if no table with a matching table name is found.

Inputs

フィールド

種類

説明

tableName [required]

string

The name of the table for the lookup.

primaryKey [required]

string,number

The value of the primary key you are trying to look up.

Outputs

フィールド

種類

説明

hasKey [required]

boolean