prometheus operator v0.93.1
AlertmanagerConfig.spec.receivers[].opsgenieConfigs[].responders
responders defines the list of responders responsible for notifications. These determine who gets notified when the alert is created.
| Field / Type | Description |
|---|---|
id | id defines the unique identifier of the responder. This corresponds to the responder's ID within OpsGenie.
|
name | name defines the display name of the responder. This is used when the responder is identified by name rather than ID.
|
type | type defines the type of responder. Valid values include "user", "team", "schedule", and "escalation". This determines how OpsGenie interprets the other identifier fields.
|
username | username defines the username of the responder. This is typically used for user-type responders when identifying by username.
|