Monitor
Manages Dynatrace monitors.
Example Usage
resources:
example:
type: azure:core:ResourceGroup
properties:
name: example-resources
location: West Europe
exampleMonitor:
type: azure:dynatrace:Monitor
name: example
properties:
name: exmpledynatracemonitor
resourceGroupName: ${example.name}
location: ${test.location}
monitoringEnabled: true
marketplaceSubscriptionStatus: Active
identity:
type: SystemAssigned
user:
firstName: Alice
lastName: Bobab
email: alice@microsoft.com
phoneNumber: '123456'
country: westus
plan:
usageType: COMMITTED
billingCycle: MONTHLY
plan: azureportalintegration_privatepreview@TIDhjdtn7tfnxcy
effectiveDate: 2019-08-30T15:14:33Z
Import
Dynatrace monitor can be imported using the resource id
, e.g.
$ pulumi import azure:dynatrace/monitor:Monitor example /subscriptions/12345678-1234-9876-4563-123456789012/resourceGroups/resGroup1/providers/Dynatrace.Observability/monitors/monitor1
Properties
The kind of managed identity assigned to this resource. A identity
block as defined below.
Flag specifying the Marketplace Subscription Status of the resource. If payment is not made in time, the resource will go in Suspended state. Possible values are Active
and Suspended
.
Flag specifying if the resource monitoring is enabled or disabled. Default is true
.
Billing plan information. A plan
block as defined below. Changing this forces a new resource to be created.
The name of the Resource Group where the Dynatrace monitor should exist. Changing this forces a new resource to be created.
User's information. A user
block as defined below. Chainging this forces a new resource to be created.