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.

4 fields
AlertmanagerConfig.spec.receivers[].opsgenieConfigs.responders fields and descriptions
Field / TypeDescription
id
string

id defines the unique identifier of the responder. This corresponds to the responder's ID within OpsGenie.

  • minLength: 1
name
string

name defines the display name of the responder. This is used when the responder is identified by name rather than ID.

  • minLength: 1
type
string required

type defines the type of responder. Valid values include "user", "team", "schedule", and "escalation". This determines how OpsGenie interprets the other identifier fields.

  • enum: ["team","teams","user","escalation","schedule"]
  • minLength: 1
username
string

username defines the username of the responder. This is typically used for user-type responders when identifying by username.

  • minLength: 1