monitors_hosts
Creates, updates, deletes, gets or lists a monitors_hosts
resource.
Overview
Name | monitors_hosts |
Type | Resource |
Id | azure_isv.datadog.monitors_hosts |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the host. |
aliases | array | The aliases for the host installed via the Datadog agent. |
apps | array | The Datadog integrations reporting metrics for the host. |
meta | object |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | monitorName, resourceGroupName, subscriptionId |
SELECT
examples
SELECT
name,
aliases,
apps,
meta
FROM azure_isv.datadog.monitors_hosts
WHERE monitorName = '{{ monitorName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';