Class: DatadogAPIClient::V1::MonitorDraftStatus
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::MonitorDraftStatus
- Includes:
- BaseEnumModel
- Defined in:
- lib/datadog_api_client/v1/models/monitor_draft_status.rb
Overview
Indicates whether the monitor is in a draft or published state.
‘draft`: The monitor appears as Draft and does not send notifications. `published`: The monitor is active and evaluates conditions and notify as configured.
This field is in preview. The draft value is only available to customers with the feature enabled.
Constant Summary collapse
- DRAFT =
"draft".freeze
- PUBLISHED =
"published".freeze