Skip to main content

monitors_default_keys

Creates, updates, deletes, gets or lists a monitors_default_keys resource.

Overview

Namemonitors_default_keys
TypeResource
Idazure_isv.datadog.monitors_default_keys

Fields

NameDatatypeDescription
namestringThe name of the API key.
createdstringThe time of creation of the API key.
createdBystringThe user that created the API key.
keystringThe value of the API key.

Methods

NameAccessible byRequired ParamsDescription
getSELECTmonitorName, resourceGroupName, subscriptionId

SELECT examples

SELECT
name,
created,
createdBy,
key
FROM azure_isv.datadog.monitors_default_keys
WHERE monitorName = '{{ monitorName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';