Skip to main content
Security & Audit/Security

TriggerSync

Trigger an on-demand CVE synchronization from configured sources.

POST/api/v1/security/cve/sync/trigger

Operation ID

TriggerSync

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

application/json

Body Fields

  • source
    StringRequired

    Name of the sync source to trigger, or empty for all sources

    Example: nvd

  • fullSync
    BooleanRequired

    Whether to perform a full resync rather than incremental update

    Example: false

Responses

200 OK
200 OK

On success, this API returns an empty JSON object {}.