Datadog · JSON Structure

Datadog Monitors Monitor Mute Settings Structure

Settings for muting a monitor including scope and expiration

Type: object Properties: 2
AnalyticsDashboardsMonitoringPlatformT1Visualizations

MonitorMuteSettings 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 end

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-mute-settings-structure.json",
  "name": "MonitorMuteSettings",
  "description": "Settings for muting a monitor including scope and expiration",
  "type": "object",
  "properties": {
    "scope": {
      "type": "string",
      "description": "The scope expression specifying which monitor groups to mute (e.g., env:prod, host:web-01)",
      "example": "example_value"
    },
    "end": {
      "type": "int64",
      "description": "Unix timestamp in seconds when the mute expires; omit for indefinite mute",
      "example": 42
    }
  }
}