-
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
[FEATURE] Migrate Get Detector using Job Scheduler to SDK using SDKRestClient #451
Closed
2 tasks done
Tracked by
#5224
Labels
enhancement
New feature or request
Comments
This was referenced Mar 23, 2023
Get Detector for Realtime Single Entity Detector (job=true)
Get Detector for Realtime Single Entity Detector (task=true)
Get Detector for Realtime Multi Entity Detector (job=true)
Get Detector for Realtime Multi Entity Detector (task=true)
|
Note : Historical Detection does not have an associated job, therefore it is only necessary to check for historical batch tasks Get Detector for Historical Single Entity Detector (task=true)
Get Detector for Historical Multi Entity Detector (task=true)
|
Tasks to complete
|
All APIs have been tested successfully |
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem?
Part of opensearch-project/OpenSearch#5224
What solution would you like?
Migrate the Get 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:
GET _plugins/_anomaly_detection/detectors/<detectorId>?job=true
GET _plugins/_anomaly_detection/detectors/<detectorId>?task=true
The text was updated successfully, but these errors were encountered: