influxdata / openapi

An OpenAPI specification for influx (cloud/oss) apis.
MIT License
17 stars 10 forks source link

schema/SMTPNotificationRule.yml not implemented #565

Open karel-rehor opened 1 year ago

karel-rehor commented 1 year ago

An SMTPNotificationRule is specified in common/schemas/NotificationRuleDiscriminator.yml and declared in common/schemas/SMTPNotificationRule.yml and common/schemas/SMTPNotificationRuleBase.yml, however...

  1. There is no corresponding SMTPNotificationEndpoint.yml declaration.
  2. When attempting to use type: smtp in the requestBody of a POST request to the /notificationRules endpoint, the server returns HTTP 400 "invalid notification type smtp"

Will an SMTP notification endpoint and rule be implemented or should the SMTPNotificationRule be removed from openapi?