Datadog · JSON Structure

Datadog Monitors Monitor Unmute Settings Structure

Settings for unmuting a monitor including optional scope

Type: object Properties: 2
AnalyticsDashboardsMonitoringPlatformT1Visualizations

MonitorUnmuteSettings is a JSON Structure definition published by Datadog, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

scope all_scopes

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/datadog/refs/heads/main/json-structure/datadog-monitors-monitor-unmute-settings-structure.json",
  "name": "MonitorUnmuteSettings",
  "description": "Settings for unmuting a monitor including optional scope",
  "type": "object",
  "properties": {
    "scope": {
      "type": "string",
      "description": "The scope expression specifying which monitor groups to unmute; omit to unmute all groups",
      "example": "example_value"
    },
    "all_scopes": {
      "type": "boolean",
      "description": "When true, unmutes all scopes including those previously muted with different scope expressions",
      "example": true
    }
  }
}