You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/providers/documentation/ilert-provider.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
-
title: "Ilert Provider"
3
-
sidebarTitle: "Ilert Provider"
2
+
title: "ilert Provider"
3
+
sidebarTitle: "ilert Provider"
4
4
description: "The ilert provider enables the creation, updating, and resolution of events or incidents on ilert, leveraging both incident management and event notification capabilities for effective incident response."
5
5
---
6
-
# Ilert Provider
6
+
# ilert Provider
7
7
8
8
## Overview
9
9
@@ -21,7 +21,7 @@ Depending on the `_type` specified, the provider will route the operation to the
21
21
### Incident Management
22
22
23
23
-`summary`: A brief summary of the incident. This is required for creating a new incident.
24
-
-`status`: `IlertIncidentStatus` - The current status of the incident (e.g., INVESTIGATING, RESOLVED, MONITORING, IDENTIFIED).
24
+
-`status`: `ilertIncidentStatus` - The current status of the incident (e.g., INVESTIGATING, RESOLVED, MONITORING, IDENTIFIED).
25
25
-`message`: A detailed message describing the incident or situation. Default is an empty string.
26
26
-`affectedServices`: A JSON string representing the list of affected services and their statuses. Default is an empty array (`"[]"`).
27
27
-`id`: The ID of the incident to update. If set to `"0"`, a new incident will be created.
@@ -69,5 +69,5 @@ This provider is part of Keep's integration with ilert, designed to enhance oper
69
69
70
70
## Useful Links
71
71
72
-
-[ilert API Documentation](https://api.ilert.com/api-docs/)
0 commit comments