GET
/
api
/
utm-modules
[
  {
    "id": 123,
    "serverId": 123,
    "prettyName": "<string>",
    "moduleName": "FILE_INTEGRITY",
    "moduleDescription": "<string>",
    "moduleActive": true,
    "moduleIcon": "<string>",
    "moduleCategory": "<string>",
    "liteVersion": true,
    "needsRestart": true,
    "moduleGroups": [
      {
        "id": 123,
        "moduleId": 123,
        "groupName": "<string>",
        "groupDescription": "<string>",
        "moduleGroupConfigurations": [
          {
            "id": 123,
            "groupId": 123,
            "confKey": "<string>",
            "confValue": "<string>",
            "confName": "<string>",
            "confDescription": "<string>",
            "confDataType": "<string>",
            "confRequired": true
          }
        ],
        "collector": "<string>"
      }
    ],
    "activatable": true
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Utm-Internal-Key
string
header
required

Query Parameters

criteria
object
required
pageable
object
required

Response

200 - */*
OK
id
integer
serverId
integer
prettyName
string
moduleName
enum<string>
Available options:
FILE_INTEGRITY,
NETFLOW,
WINDOWS_AGENT,
SYSLOG,
LINUX_LOGS,
VMWARE,
AWS_TRAFFIC_MIRROR,
AWS_IAM_USER,
AWS_CLOUDTRAIL,
AIX,
AWS_SQL_SERVER,
AWS_POSTGRESQL,
AWS_BEANSTALK,
AWS_FARGATE,
AWS_LAMBDA,
AD_AUDIT,
SOPHOS,
AZURE,
O365,
IIS,
GCP,
JSON,
MACOS_AGENT,
LINUX_AGENT,
APACHE,
APACHE2,
AUDITD,
ELASTICSEARCH,
HAPROXY,
KAFKA,
KIBANA,
LOGSTASH,
MONGODB,
MYSQL,
NATS,
NGINX,
OSQUERY,
POSTGRESQL,
REDIS,
TRAEFIK,
CISCO,
MERAKI,
ESET,
KASPERSKY,
SENTINEL_ONE,
FORTIGATE,
FORTIWEB,
SOPHOS_XG,
FIRE_POWER,
UFW,
MACOS,
MIKROTIK,
PALO_ALTO,
CISCO_SWITCH,
SONIC_WALL,
DECEPTIVE_BYTES,
GITHUB,
AS_400,
SALESFORCE,
BITDEFENDER,
SOC_AI,
PFSENSE
moduleDescription
string
moduleActive
boolean
moduleIcon
string
moduleCategory
string
liteVersion
boolean
needsRestart
boolean
moduleGroups
object[]
activatable
boolean