v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBSecurity Monitoring
Bulk update security signals
Update the triage state or assignee of multiple security signals at once. The maximum number of signals that can be updated in a single request is 199.
patch/api/v2/security_monitoring/signals/bulk/update
Request body
Example request
{
"data": [
{
"attributes": {
"assignee": {
"icon": "/path/to/matching/gravatar/icon",
"uuid": "773b045d-ccf8-4808-bd3b-955ef6a8c940"
},
"state": "open"
},
"id": "AAAAAWgN8Xwgr1vKDQAAAABBV2dOOFh3ZzZobm1mWXJFYTR0OA",
"type": "signal"
}
]
}Response
OK
Example response
{
"result": {
"count": 2,
"events": [
{
"event": {
"archive_comment_user": {
"icon": "/path/to/matching/gravatar/icon",
"uuid": "773b045d-ccf8-4808-bd3b-955ef6a8c940"
},
"assignee": {
"icon": "/path/to/matching/gravatar/icon",
"uuid": "773b045d-ccf8-4808-bd3b-955ef6a8c940"
},
"id": "AAAAAWgN8Xwgr1vKDQAAAABBV2dOOFh3ZzZobm1mWXJFYTR0OA",
"incident_ids": [
2066
],
"state": "open",
"state_update_user": {
"icon": "/path/to/matching/gravatar/icon",
"uuid": "773b045d-ccf8-4808-bd3b-955ef6a8c940"
}
},
"id": "AAAAAWgN8Xwgr1vKDQAAAABBV2dOOFh3ZzZobm1mWXJFYTR0OA"
}
]
},
"status": "done",
"type": "status"
}