Closed spapadop closed 5 months ago
Yes, please contribute! I believe you can add the spec to https://github.com/opensearch-project/opensearch-api-specification and the client will auto-generate the methods.
Thanks the the prompt reply, I raised https://github.com/opensearch-project/opensearch-api-specification/pull/169 just to get this thing going, I'd appreciate your feedback there so that I can continue the work. Many thanks in advance!
Notifications API Added: Updating Issue to Add Tests for the API. Please feel free to contribute.
resolved
Is your feature request related to a problem?
The plugins.alerting.AlertingClient.create_destination API does not work with latest OpenSearch clusters, as destinations have been deprecated in favor of Notification channels. As a result, using that API gives:
What solution would you like?
Add support for Notification APIs, I guess through a different plugin.
What alternatives have you considered?
One can still use transport.perform_request in order to use Notification channels APIs, but it would be nicer to have it natively supported on the python client.