Returns detailed information about a component and all projects/versions where it appears
Bearer token for authentication
UUID of the component to describe
A successful response.
Response containing component details and usage information
It represents an item in the list of components
{
"component_type": "component_type",
"children": [null, null],
"name": "name",
"cpe": "cpe",
"created_at": "2000-01-23T04:56:07.000Z",
"id": "id",
"purl": "purl",
"version": "version",
"auto_generated_purl": true,
"parents": [null, null]
}List of projects where this component appears
Artifacts associated with this component (e.g., container images that this component represents). Only populated for main components.