Security & Audit/Security
GETSecuritySince 1.0SynchronousAuth Required
GetSyncChangelog
Get recent CVE sync changelog showing added, updated, and removed entries.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
limitIntegerMaximum number of changelog entries to return Maximum number of changelog entries to return
Example: 0
Responses
Endpoint
GET/api/v1/security/cve/sync/changelog
/api/v1/security/cve/sync/changelog
Request Example
curl -X GET '{host}/api/v1/security/cve/sync/changelog' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
]
}Change History
This API has no change history records yet.
