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
In TheHive 4.x, alert artifacts are objects that can be created/updated/deleted independently from the parent alert object itself.
TheHive 4.0.4+ provides APIs for CRUD operations on alert artifacts. The goal of feature is to add the support of these APIs in TheHive4py:
create_alert_artifact
update_alert_artifact
delete_alert_artifact
The text was updated successfully, but these errors were encountered:
#208 Add support to the new alert artifact APIs provided by thehive 4…
a8ad708
….0.4+
nadouani
No branches or pull requests
Request Type
Feature Request
Problem Description
In TheHive 4.x, alert artifacts are objects that can be created/updated/deleted independently from the parent alert object itself.
TheHive 4.0.4+ provides APIs for CRUD operations on alert artifacts. The goal of feature is to add the support of these APIs in TheHive4py:
create_alert_artifact
methodupdate_alert_artifact
methoddelete_alert_artifact
methodThe text was updated successfully, but these errors were encountered: