AlertmanagerConfig.spec.receivers.pagerdutyConfigs.httpConfig.oauth2.spec.receivers.opsgenieConfigs
opsgenieConfigs defines the list of OpsGenie configurations.
| Field / Type | Description |
|---|---|
actions | actions defines a comma separated list of actions that will be available for the alert. These appear as action buttons in the OpsGenie interface.
|
apiKey defines the secret's key that contains the OpsGenie API key. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.
| |
apiURL | apiURL defines the URL to send OpsGenie API requests to. When not specified, defaults to the standard OpsGenie API endpoint.
|
description | description defines the detailed description of the incident. This provides additional context beyond the message field.
|
details defines a set of arbitrary key/value pairs that provide further detail about the incident. These appear as additional fields in the OpsGenie alert.
| |
entity | entity defines an optional field that can be used to specify which domain alert is related to. This helps group related alerts together in OpsGenie.
|
httpConfig defines the HTTP client configuration for OpsGenie API requests. | |
message | message defines the alert text limited to 130 characters. This appears as the main alert title in OpsGenie.
|
note | note defines an additional alert note. This provides supplementary information about the alert.
|
priority | priority defines the priority level of alert. Possible values are P1, P2, P3, P4, and P5, where P1 is highest priority.
|
responders defines the list of responders responsible for notifications. These determine who gets notified when the alert is created.
| |
sendResolved | sendResolved defines whether or not to notify about resolved alerts. |
source | source defines the backlink to the sender of the notification. This helps identify where the alert originated from.
|
tags | tags defines a comma separated list of tags attached to the notifications. These help categorize and filter alerts within OpsGenie.
|
updateAlerts | updateAlerts defines Whether to update message and description of the alert in OpsGenie if it already exists By default, the alert is never updated in OpsGenie, the new message only appears in activity log. |