File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
keep/providers/libre_nms_provider Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,11 @@ class LibreNmsProvider(BaseProvider):
53
53
2. Create transport with type API and POST method
54
54
3. Give a Transport Name and select Transport Type as API
55
55
4. Select the API Method as POST
56
- 3. Enter the Keep webhook URL: {keep_webhook_api_url}
57
- 4. Add header "X-API-KEY" with your Keep API key (webhook role)
58
- 5. For JSON body format, refer to [Keep documentation](https://docs.keephq.dev/providers/documentation/libre_nms-provider)
59
- 6. Save the transport
56
+ 3. Enter first part (without the options) of the Keep webhook URL as API URL: {keep_webhook_api_url} (until the "?")
57
+ 4. Remove the questionmark and put the remaining string starting with "provider_id=" under Options
58
+ 5. Add header "X-API-KEY" with your Keep API key (webhook role)
59
+ 6. For JSON body format, refer to [Keep documentation](https://docs.keephq.dev/providers/documentation/libre_nms-provider)
60
+ 7. Save the transport
60
61
"""
61
62
62
63
PROVIDER_DISPLAY_NAME = "LibreNMS"
You can’t perform that action at this time.
0 commit comments