ESET Online Help

Search
Select the category
Select the topic

POST Resolve all detections in group

Relative path: /v2/detection-groups/{detectionGroupUuid}:resolve

Mark all the [detections] in a group as resolved.

Request body

Display Schema instead of an Example or vice-versa

Type

Required

Example

Schema

application/json

No

{
  "note": "string"
}
{
  "$ref": "DetectionGroupsResolveDetectionGroupBody",
  "note": {
    "type": "string",
    "description": "Arbitrary text explaining resolution."
  }
}

Parameters in path

Name

Type

Required

Description

detectionGroupUuid

string

Yes

[Detection] reference.

type: Detection



Responses

Display Schema instead of an Example or vice-versa

Code

Description

Example

Schema

200

A successful response.

{}
{
  "$ref": "v2ResolveDetectionGroupResponse",
  "title": "empty",
  "type": "object"
}

default

An unexpected error response.

{
  "code": 0,
  "message": "string",
  "details": [
    {
      "@type": "string"
    }
  ]
}
{
  "$ref": "rpcStatus",
  "code": {
    "type": "integer",
    "format": "int32"
  },
  "message": {
    "type": "string"
  },
  "details": [
    {
      "$ref": "protobufAny",
      "@type": {
        "type": "string"
      }
    }
  ]
}

202

Response took too long and the request was cached.

null
[]