RecordInventory
Record agent software inventory for vulnerability scanning.
POST
/api/v1/security/agents/{agentId}/inventoryOperation ID
RecordInventorySince
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/jsonPath Parameters
agentIdStringRequiredUnique identifier of the agent submitting inventory
Body Fields
agentIdStringRequiredUnique identifier of the agent
Example: agent-abc123
collectedAtStringRequiredTimestamp when the inventory was collected
Example: 2026-01-15T08:00:00Z
osNameStringRequiredOperating system name on the agent host
Example: Ubuntu
osVersionStringRequiredOperating system version on the agent host
Example: 22.04
packagesListRequiredList of packages installed on the agent host
Example: (nested array)
nameStringName of the installed package
Example: log4j-core
versionStringInstalled version of the package
Example: 2.14.1
