Skip to content

Commit dac968e

Browse files
updated documentation for attribute on_graceful_shutdowns
1 parent c9ab2c5 commit dac968e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynatrace/api/builtin/anomalydetection/infrastructure/hosts/settings/connection_lost_detection.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func (me *ConnectionLostDetection) Schema() map[string]*schema.Schema {
3636
},
3737
"on_graceful_shutdowns": {
3838
Type: schema.TypeString,
39-
Description: "Graceful host shutdowns",
39+
Description: "Graceful host shutdowns. Possible values: `DONT_ALERT_ON_GRACEFUL_SHUTDOWN`, `ALERT_ON_GRACEFUL_SHUTDOWN`",
4040
Optional: true,
4141
},
4242
}

0 commit comments

Comments
 (0)