Dynatrace · Schema

AlertingProfileStub

A reference to an alerting profile (problem filter).

AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability

Properties

Name Type Description
id string The unique identifier of the alerting profile.
name string The display name of the alerting profile.
View JSON Schema on GitHub

JSON Schema

problems-api-v2-alerting-profile-stub-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/json-schema/problems-api-v2-alerting-profile-stub-schema.json",
  "title": "AlertingProfileStub",
  "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"
    }
  }
}