Dynatrace · JSON Structure

Dynatrace Problems 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/draft/2020-12/schema meta-schema.

Properties

id name

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "A reference to an alerting profile (problem filter).",
  "name": "AlertingProfileStub",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier of the alerting profile."
    },
    "name": {
      "type": "string",
      "description": "The display name of the alerting profile."
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}