🚧 Add CRUD endpoints and tables for labels

This commit is contained in:
Fred KISSIE
2026-05-05 20:53:16 +02:00
parent c8e7e0ee1e
commit 3253d60900
8 changed files with 531 additions and 16 deletions

View File

@@ -148,6 +148,9 @@ export enum ActionsEnum {
updateAlertRule = "updateAlertRule",
deleteAlertRule = "deleteAlertRule",
listAlertRules = "listAlertRules",
listOrgLabels = "listOrgLabels",
createOrgLabel = "createOrgLabel",
updateOrgLabel = "updateOrgLabel",
getAlertRule = "getAlertRule",
createHealthCheck = "createHealthCheck",
updateHealthCheck = "updateHealthCheck",