v1

latestOpenAPI 3.1.0Apache 2.02026-07-1233591.8 KB
apex

List of all available analyzers.

get/_acuvity/analyzers

Response

n/a

IDstring

ID is the identifier of the object.

descriptionstring

The description of the analyzer.

enabledboolean

Tell if the analyzer is enabled by default.

groupstring

The group the analyzer belongs to.

namestring

The name of the analyzer.

namespacestring

The namespace of the object.

Example response

[
  {
    "matchers": [
      [
        {
          "confidence": "Medium",
          "group": "Text",
          "name": "txt",
          "operator": "min",
          "scope": "detection"
        }
      ],
      [
        {
          "scope": "metadata",
          "type": "Input"
        }
      ]
    ]
  }
]
All 3 operations