monitors_app_services
Creates, updates, deletes, gets or lists a monitors_app_services
resource.
Overview
Name | monitors_app_services |
Type | Resource |
Id | azure_isv.dynatrace.monitors_app_services |
Fields
Name | Datatype | Description |
---|---|---|
autoUpdateSetting | string | Update settings of OneAgent. |
availabilityState | string | The availability state of OneAgent. |
hostGroup | string | The name of the host group |
hostName | string | The name of the host |
logModule | string | Tells whether log modules are enabled or not |
monitoringType | string | The monitoring mode of OneAgent |
resourceId | string | App service resource ID |
updateStatus | string | The current update status of OneAgent. |
version | string | Version of the Dynatrace agent installed on the App Service. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | monitorName, 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 }}';