get-alert-details
Retrieve detailed information about specific alerts using their fingerprint to analyze and respond to monitoring events in Prometheus Alertmanager.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fingerprint | Yes | Alert fingerprint |
Input Schema (JSON Schema)
{
"properties": {
"fingerprint": {
"description": "Alert fingerprint",
"type": "string"
}
},
"required": [
"fingerprint"
],
"type": "object"
}