ConfigureSyncSource
Configure a CVE data sync source with credentials and schedule.
/api/v1/security/cve/sync-sourcesOperation ID
ConfigureSyncSourceSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
configObjectRequiredSync source configuration to create or update
idStringUnique identifier for this sync source configuration
Example: sync-src-001
typeStringType of the CVE data sync source
Example: SYNC_SOURCE_TYPE_UNSPECIFIED
apiKeyMaskedStringAPI key with sensitive characters masked for display
Example: abc***xyz
syncIntervalHoursIntegerInterval in hours between automatic sync operations
Example: 24
ecosystemsListList of package ecosystems to sync CVE data for
Example: item1,item2
lastModifiedSinceStringTimestamp filter to fetch only entries modified since this time
Example: 2024-01-01T00:00:00Z
createdAtStringTimestamp when this sync source was first configured
Example: 2026-01-15T08:00:00Z
apiKeyStringRequiredPlain-text API key for authenticating with the sync source
Example: sk-nvd-abc123secret
