monitors_api_keys
Creates, updates, deletes, gets or lists a monitors_api_keys
resource.
Overview
Name | monitors_api_keys |
Type | Resource |
Id | azure_isv.datadog.monitors_api_keys |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the API key. |
created | string | The time of creation of the API key. |
createdBy | string | The user that created the API key. |
key | string | The value of the API key. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | monitorName, resourceGroupName, subscriptionId |
SELECT
examples
SELECT
name,
created,
createdBy,
key
FROM azure_isv.datadog.monitors_api_keys
WHERE monitorName = '{{ monitorName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';