Skip to content

Alert manager REST API

pierre edited this page Mar 14, 2012 · 1 revision

/ui/alerting

GET

Render the Alerting Configurations tab.

POST

Create a new Alerting Configuration.

Form parameters:

  • config_name
  • is_config_enabled
  • notify_on_recovery
  • repeat_mode
  • notification_groups

/ui/groups

GET

Render the Notification groups tab.

POST

Create a new Notification group.

Form parameters:

  • is_group_enabled
  • group_name
  • person_or_alias

/ui/people

GET

Render the People and Aliases tab.

POST

Create a new Person or Alias.

Form parameters:

  • is_group
  • nick_name
  • first_name
  • last_name
  • email
  • notification_type

/ui/thresholds

GET

Render the Threshold Definitions tab.

POST

Create a new Threshold Definition.

Form parameters:

  • threshold_name
  • event_name
  • attribute_name
  • alerting_configuration
  • min_threshold
  • max_threshold
  • min_samples
  • max_samples
  • clearing_interval
  • qualifying_attribute_type
  • qualifying_attribute_value
  • context_attribute_type