Skip to main content

monitors_app_services

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

Overview

Namemonitors_app_services
TypeResource
Idazure_isv.dynatrace.monitors_app_services

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
resourceIdstringApp service resource ID
updateStatusstringThe current update status of OneAgent.
versionstringVersion of the Dynatrace agent installed on the App Service.

Methods

NameAccessible byRequired ParamsDescription
listSELECTmonitorName, resourceGroupName, subscriptionId

SELECT examples

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