Dynatrace · JSON Structure

Problems Api V2 Alerting Profile Stub Structure

A reference to an alerting profile (problem filter).

Type: object Properties: 2
AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability

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

Properties

id name

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/dynatrace/refs/heads/main/json-structure/problems-api-v2-alerting-profile-stub-structure.json",
  "description": "A reference to an alerting profile (problem filter).",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier of the alerting profile.",
      "example": "abc123"
    },
    "name": {
      "type": "string",
      "description": "The display name of the alerting profile.",
      "example": "Production Service"
    }
  },
  "name": "AlertingProfileStub"
}