Skip to main content

monitors_hosts

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

Overview

Namemonitors_hosts
TypeResource
Idazure_isv.datadog.monitors_hosts

Fields

NameDatatypeDescription
namestringThe name of the host.
aliasesarrayThe aliases for the host installed via the Datadog agent.
appsarrayThe Datadog integrations reporting metrics for the host.
metaobject

Methods

NameAccessible byRequired ParamsDescription
listSELECTmonitorName, resourceGroupName, subscriptionId

SELECT examples

SELECT
name,
aliases,
apps,
meta
FROM azure_isv.datadog.monitors_hosts
WHERE monitorName = '{{ monitorName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';