v50

latestOpenAPI 3.0.0raw.githubusercontent.com2026-06-15367117899.6 KB
CloudSecurity

Switch the AWS scan engine for a connection (Betayum scanners ↔ Security Hub)

Accepts session, API key, or service token auth. For API key / service token callers without an explicit user attribution, the action is attributed to the org's owner.

patch/v1/cloud-security/connections/{connectionId}/scan-mode

Path parameters

connectionIdstring required

Request body

mode'comp_scanners' | 'security_hub' required

Which scan engine to use for this AWS connection.

Example request

{
  "mode": "security_hub"
}