Skip to main content

monitors_hosts

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

Overview

Namemonitors_hosts
TypeResource
Idazure_isv.dynatrace.monitors_hosts

Fields

NameDatatypeDescription
autoUpdateSettingstringUpdate settings of OneAgent.
availabilityStatestringThe availability state of OneAgent.
hostGroupstringThe name of the host group
hostNamestringThe name of the host
logModulestringTells whether log modules are enabled or not
monitoringTypestringThe monitoring mode of OneAgent
resourceIdstringAzure VM resource ID
updateStatusstringThe current update status of OneAgent.
versionstringVersion of the Dynatrace agent installed on the VM.

Methods

NameAccessible byRequired ParamsDescription
listSELECTmonitorName, resourceGroupName, subscriptionId

SELECT examples

SELECT
autoUpdateSetting,
availabilityState,
hostGroup,
hostName,
logModule,
monitoringType,
resourceId,
updateStatus,
version
FROM azure_isv.dynatrace.monitors_hosts
WHERE monitorName = '{{ monitorName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';