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
sourceStringRequiredName of the sync source to trigger, or empty for all sources
Example: nvd
fullSyncBooleanRequiredWhether to perform a full resync rather than incremental update
Example: false
Responses
Endpoint
POST/api/v1/security/cve/sync/trigger
/api/v1/security/cve/sync/trigger
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.
