InfluxDB · Capability
Complete InfluxDB Cloud API — NotificationRules
Complete InfluxDB Cloud API — NotificationRules. 9 operations. Lead operation: List all notification rules. Self-contained Naftiko capability covering one Influxdb business surface.
What You Can Do
GET
Getnotificationrules
— List all notification rules
/v1/api/v2/notificationrules
POST
Createnotificationrule
— Add a notification rule
/v1/api/v2/notificationrules
DELETE
Deletenotificationrulesid
— Delete a notification rule
/v1/api/v2/notificationrules/{ruleid}
GET
Getnotificationrulesid
— Retrieve a notification rule
/v1/api/v2/notificationrules/{ruleid}
PATCH
Patchnotificationrulesid
— Update a notification rule
/v1/api/v2/notificationrules/{ruleid}
PUT
Putnotificationrulesid
— Update a notification rule
/v1/api/v2/notificationrules/{ruleid}
GET
Getnotificationrulesidlabels
— List all labels for a notification rule
/v1/api/v2/notificationrules/{ruleid}/labels
POST
Postnotificationruleidlabels
— Add a label to a notification rule
/v1/api/v2/notificationrules/{ruleid}/labels
DELETE
Deletenotificationrulesidlabelsid
— Delete label from a notification rule
/v1/api/v2/notificationrules/{ruleid}/labels/{labelid}
MCP Tools
list-all-notification-rules
List all notification rules
read-only
idempotent
add-notification-rule
Add a notification rule
delete-notification-rule
Delete a notification rule
idempotent
retrieve-notification-rule
Retrieve a notification rule
read-only
idempotent
update-notification-rule
Update a notification rule
idempotent
update-notification-rule-2
Update a notification rule
idempotent
list-all-labels-notification-rule
List all labels for a notification rule
read-only
idempotent
add-label-notification-rule
Add a label to a notification rule
delete-label-notification-rule
Delete label from a notification rule
idempotent