Skip to content

Commit

Permalink
threat intel monitors apis
Browse files Browse the repository at this point in the history
Signed-off-by: Surya Sashank Nistala <[email protected]>
  • Loading branch information
eirsep committed Jul 29, 2024
1 parent 8423b7f commit 0c57514
Show file tree
Hide file tree
Showing 3 changed files with 431 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Alerts persist until you resolve the root cause and have the following states:

**Mark ACTIVE alerts as ACKNOWLEDGED**

API to update Alert status of alerts by their ids to ACKNOWLEDGED. Only alerts in ACTIVE state can be updated to state ACKNOWLEDGED.
API to update Alert status of alerts by their ids to `ACKNOWLEDGED`. Only alerts in ACTIVE state can be updated to state ACKNOWLEDGED.

### Example request

Expand Down Expand Up @@ -147,7 +147,7 @@ PUT /plugins/security_analytics/threat_intel/alerts/status?state=ACKNOWLEDGED&al

**Mark ACKNOWLEDGED alerts as COMPLETED**

API to update Alert status of alerts by their ids to COMPLETED. Only alerts in ACKNOWLEDGED state can be updated to state COMPLETED.
API to update Alert status of alerts by their ids to `COMPLETED`. Only alerts in `ACKNOWLEDGED` state can be updated to state `COMPLETED`.

### Example request

Expand Down
Loading

0 comments on commit 0c57514

Please sign in to comment.