Security & Audit/Security
POSTSecuritySince 1.0SynchronousAuth Required
ScanAgentSafe
Perform a safe CVE scan that handles empty or corrupt rules gracefully.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body Fields
agentIdStringRequiredUnique identifier of the agent to scan safely
Example: agent-abc123
Responses
Endpoint
POST/api/v1/security/cve/scan-safe
/api/v1/security/cve/scan-safe
Request Example
curl -X POST '{host}/api/v1/security/cve/scan-safe' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"agentId":"agent-abc123"}'
Response Example
200{
"findings": [
{}
],
"scanCompleted": true,
"packagesScanned": 120,
"note": "Scan completed with degraded rules set"
}Change History
This API has no change history records yet.
