why user response is not available in alert rule payload.

PrasanthKS 0 Reputation points
2024-09-25T23:17:25.27+00:00

User Response not coming in Alert Rule Http response for logic app configuration .

{

"schemaId": "azureMonitorCommonAlertSchema",

"data": {

"essentials": {

  "alertId": "/subscriptions/<subscription ID>/providers/Microsoft.AlertsManagement/alerts/b9569717-bc32-442f-add5-83a997729330",

  "alertRule": "WCUS-R2-Gen2",

  "severity": "Sev3",

  "signalType": "Metric",

  "monitorCondition": "Resolved",

  "monitoringService": "Platform",

  "alertTargetIDs": [

    "/subscriptions/<subscription ID>/resourcegroups/pipelinealertrg/providers/microsoft.compute/virtualmachines/wcus-r2-gen2"

  ],

  "configurationItems": [

    "wcus-r2-gen2"

  ],

  "originAlertId": "3f2d4487-b0fc-4125-8bd5-7ad17384221e_PipeLineAlertRG_microsoft.insights_metricAlerts_WCUS-R2-Gen2_-117781227",

  "firedDateTime": "2019-03-22T13:58:24.3713213Z",

  "resolvedDateTime": "2019-03-22T14:03:16.2246313Z",

  "description": "",

  "essentialsVersion": "1.0",

  "alertContextVersion": "1.0"

},

"alertContext": {

  "properties": null,

  "conditionType": "SingleResourceMultipleMetricCriteria",

  "condition": {

    "windowSize": "PT5M",

    "allOf": [

      {

        "metricName": "Percentage CPU",

        "metricNamespace": "Microsoft.Compute/virtualMachines",

        "operator": "GreaterThan",

        "threshold": "25",

        "timeAggregation": "Average",

        "dimensions": [

          {

            "name": "ResourceId",

            "value": "3efad9dc-3d50-4eac-9c87-8b3fd6f97e4e"

          }

        ],

        "metricValue": 7.727

      }

    ]

  }

}

}

}

link : https://video2.skills-academy.com/en-us/azure/azure-monitor/alerts/alerts-payload-samples

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,224 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,113 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.