-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate Delete Detector to SDK using SDKRestClient #374
Comments
Previously, the draft PR was blocked because of the actions coming as Now, from the below error AD task is not being searched because
|
Delete Detector worked with the correct response. Response
|
Is your feature request related to a problem?
Part of opensearch-project/OpenSearch#5224
What solution would you like?
Migrate the Delete Detector Rest API to Extensions SDK using SDKRestClient.
Use the implementation of #353 as a reference. Add new issues for any steps you skip.
Implement the following API endpoints:
DELETE _plugins/_anomaly_detection/detectors/<detectorId>
The text was updated successfully, but these errors were encountered: