v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Security Monitoring

Bulk update triage state of security signals

Change the triage states 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/state

Request body

Example request

{
  "data": [
    {
      "attributes": {
        "state": "open"
      },
      "id": "AAAAAWgN8Xwgr1vKDQAAAABBV2dOOFh3ZzZobm1mWXJFYTR0OA",
      "type": "signal"
    }
  ]
}

Response

OK

statusstring required

The status of the bulk operation.

typestring required

The type of the response.

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"
}