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

GetSecuritySyncStatus

Get current sync status for all configured CVE data sources.

Execution Availability

Try It Out

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

Request Inputs

This API requires no request parameters.

Responses

200 OK

On success, this API returns the following response structure.

  • itemsList

    Sync status entries for each configured data source

    Example: (nested array)

    • sourceTypeString

      Type of the CVE data source for this status entry

      Example: SYNC_SOURCE_TYPE_UNSPECIFIED

    • lastSyncAtString

      Timestamp of the most recent successful sync

      Example: 2026-01-15T08:00:00Z

    • newRulesAddedInteger

      Number of new CVE rules added in the last sync

      Example: 42

    • rulesUpdatedInteger

      Number of existing CVE rules updated in the last sync

      Example: 10

    • rulesDeprecatedInteger

      Number of CVE rules deprecated and removed in the last sync

      Example: 2

    • syncDurationMsString

      Duration of the last sync operation in milliseconds

      Example: 3500

    • nextScheduledAtString

      Timestamp when the next scheduled sync will run

      Example: 2026-01-15T08:00:00Z

    • statusString

      Current sync status string

      Example: ok

    • lastErrorString

      Error message from the last failed sync attempt

      Example: connection timeout

Endpoint

GET/api/v1/security/cve/sync/status

/api/v1/security/cve/sync/status

Operation ID

GetSecuritySyncStatus

Permalink

Request Example

curl -X GET '{host}/api/v1/security/cve/sync/status' -H 'Authorization: Bearer {token}'

Response Example

200
{
  "items": [
    {}
  ]
}

Change History

This API has no change history records yet.

View all change history