Skip to main content
Security & Audit/Security
POSTSecuritySince 1.0SynchronousAuth Required

TriggerSync

Trigger an on-demand CVE synchronization from configured sources.

Execution Availability

Try It Out

Submit a mock request using the current auth context and example-driven inputs.

Request Inputs

Body Fields

  • sourceStringRequired

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

    Example: nvd

  • fullSyncBooleanRequired

    Whether to perform a full resync rather than incremental update

    Example: false

Responses

200 OK

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

Endpoint

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

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

Operation ID

TriggerSync

Permalink

Request Example

curl -X POST '{host}/api/v1/security/cve/sync/trigger' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"source":"nvd","fullSync":false}'

Response Example

200
{}

Change History

This API has no change history records yet.

View all change history