Alerting Plugin
- class opensearchpy.plugins.alerting.AlertingClient(client)[source]
Bases:
NamespacedClient
- Parameters:
client (Any) –
- create_destination(body=None, params=None, headers=None)[source]
Creates a destination for slack, mail, or custom-webhook.
- create_monitor(body=None, params=None, headers=None)[source]
Creates a monitor with inputs, triggers, and actions.
- delete_destination(destination_id, params=None, headers=None)[source]
Deletes a specific destination.
- get_destination(destination_id=None, params=None, headers=None)[source]
Returns the details of a specific destination.
- get_monitor(monitor_id, params=None, headers=None)[source]
Returns the details of a specific monitor.
- update_destination(destination_id, body=None, params=None, headers=None)[source]
Updates a destination’s inputs, triggers, and actions.