v1

latestOpenAPI 3.0.02026-07-13211133.5 KB
Public Scan

Create Group

Sends vulnerability details and source code to the AI service, which analyzes the data and returns a classification with a confidence score.

post/api/v2/organization/{organization_id}/groups

Query parameters

organization_idstring required

Organization ID

Request body

namestring

Human readable Group Name

Example request

{
  "name": "Main",
  "security_policy": {
    "frequency": "none",
    "ignore": [
      "test/*",
      "node_modules/*"
    ],
    "notify_on_failure": true,
    "scanners": [
      {
        "sast": true,
        "enforced": false
      }
    ],
    "tags": [
      "all-scanners",
      "example",
      "special-project"
    ],
    "threshold": {
      "HIGH": 30,
      "MEDIUM": 100,
      "LOW": 99999,
      "total": 100
    },
    "ticket_body": "Was found this {{vuln}} on this file {{file}}",
    "ticket_title": "AquilaX - {{vuln}}"
  }
}

Response

Invalid request format