v1

latestSwagger 2.02026-08-0484141342.3 KB
Threats

# Action Parameters

This endpoint returns all available parameters required to create an action. It provides the complete configuration schema, including supported fields, available option values, and related metadata necessary for action creation.

get/v1/threat-library/action-parameters

Query parameters

module_namestring

List Action Parameters with Module Name

Response

ActionParametersResponse

affected_operating_systemsstring[]

Affected Operating System

affected_productsstring[]

Affected Products

Example response

{
  "action_categories": [
    {
      "id": "1",
      "name": "Example"
    }
  ],
  "mitre": [
    {
      "id": 6,
      "name": "Reconnaissance",
      "techniques": [
        {
          "id": 25,
          "name": "Gather Victim Host Information",
          "sub_techniques": [
            {
              "id": 41,
              "name": "Hardware"
            }
          ]
        }
      ]
    }
  ],
  "platforms": [
    {
      "id": "1",
      "name": "Example"
    }
  ],
  "threat_actors": [
    {
      "name": "Lazarus Group"
    }
  ],
  "ukc_phases": [
    {
      "id": "1",
      "name": "Example"
    }
  ],
  "url_categories": [
    {
      "id": "1",
      "name": "Example"
    }
  ]
}