action influxdata_get_notification_rules_id { label: "Retrieve a notification rule" provider: influxdata method: GET path: "/notificationRules/{ruleID}" encoding: json input: { type: "object" properties: { ruleID: { type: "string" } } required: ["ruleID"] additionalProperties: false } output: { type: "object" } }