Alerting & Response/Alert Events
GETAlertingSince 1.0SynchronousAuth Required
GetAlertNoiseAnalysisReport
Retrieve the detailed noise analysis report for a completed job
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
jobIdStringRequiredJob identifier to retrieve report for
Responses
Endpoint
GET/api/v1/alerting/noise-analysis/{jobId}/report
/api/v1/alerting/noise-analysis/{jobId}/report
Request Example
curl -X GET '{host}/api/v1/alerting/noise-analysis/{jobId}/report' -H 'Authorization: Bearer {token}'
Response Example
200{
"generatedAt": "example",
"timeRange": "7d",
"topNoisyRules": [
{}
],
"stormEvents": [
{}
],
"suppressionSuggestions": [
{}
],
"status": "completed",
"analyzedEventCount": 1500,
"analysisDurationMs": 1200
}Change History
This API has no change history records yet.
