fact_evidence
fact_evidence association
Association
fact_evidence
Applicable REST APIs
You can use the
fact_evidence association with the following REST APIs:Syntax
<URL>?columns[]=fact_evidence.<column>&token=<token>
Schema description
To retrieve the list of all columns that are returned by this association together
with their descriptions, use the following
request.
GET api/sam/schemas/associations/fact_evidence.json?token=<token>Available columns
| Property | Description | Type |
|---|---|---|
| prod_inv_id | A unique identifier of the product inventory item. | Integer |
| fact_id | A unique identifier of the fact. | Integer |
| fact_type | Type of the fact. | String |
| is_path_source | Indicates whether the fact is a source of discovery path. | Boolean |
| is_version_source | Indicates whether the fact is a source of discovery version. | Boolean |
| details | Details of the fact evidence, including information related to specific fact type. | String |