We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 Request
The goal of this feature request is to add API endpoints to handle Alert observables:
Alert
POST /api/alert/{ALERT_ID}/artifact
PATCH /api/alert/artifact/{ARTIFACT_ID}
DELETE /api/alert/artifact/{ARTIFACT_ID}
The text was updated successfully, but these errors were encountered:
#1732 Add API for observable creation in an alert
9f1775d
#1732 Add API for observable update in an alert
458de0e
#1732 Add API for observable deletion from an alert
762ead3
#1732 Add alert import date as searchable property
435a99d
#1732 Add alert import date in extraData
6dee555
#1732 Add support of base64 format for alert observable
911c063
#1732 Fix tests
90bc190
#1732 Update Router v1
d33fc97
To-om
No branches or pull requests
Request Type
Feature Request
Problem Description
The goal of this feature request is to add API endpoints to handle
Alert
observables:POST /api/alert/{ALERT_ID}/artifact
to add a new observable to the alertPATCH /api/alert/artifact/{ARTIFACT_ID}
to update a existing alert observableDELETE /api/alert/artifact/{ARTIFACT_ID}
to delete an existing alert observableThe text was updated successfully, but these errors were encountered: