Search for a component by name - applicable only for components synced from the JFrog Global database to Xray.

Parameters

ParameterDescription
Component NameThe name of the component.

Example Output

{
	"component": "<string>",
	"package_type": "<string>",
	"name": "<string>",
	"description": "<string>",
	"website_url": "<string>",
	"vcs_url": "<string>",
	"created": "2024-01-30T00:39:28",
	"modified": "2023-12-08T11:08:49",
	"sources": [
		{
			"name": "<string>",
			"url": "<string>",
			"updated": "2022-01-19T13:17:38"
		}
	],
	"versions": [
		{
			"version": "<string>",
			"released": "2022-08-02T04:07:14",
			"licenses": [
				"<string>"
			],
			"files": [
				{
					"name": "<string>",
					"sha256": "<string>",
					"sha1": "<string>",
					"md5": "<string>"
				}
			],
			"op_risk": {
				"risk": "<string>",
				"risk_reason": "<string>",
				"newer_versions": 533,
				"is_eol": true
			}
		}
	],
	"op_risk": {
		"latest_version": "<string>",
		"cadence": 564
	}
}

Workflow Library Example

Find Component by Name with Jfrog and Send Results Via Email

Preview this Workflow on desktop