Bundling
Evidence
bundling_evidence association
Association
bundling_evidence
Applicable REST APIs
You can use the
bundling_evidence association with the following
REST APIs:Syntax
<URL>?columns[]=bundling_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/bundling_evidence.json?token=<token>Available columns
| Property | Description | Type |
|---|---|---|
| prod_inv_id | A unique identifier of the product inventory item. | Integer |
| bundling_rule | Identifier of the rule used to assign the component to a product.
Possible values include: 1. Manual Assignment 2. Single Bundling Option 3. Upgrade Based Inheritance 4. Computer Best Fit 5. Environment Wide Best Fit 6. Final Tie Breaker |
Integer |
| source_computer_id | Identifier of the source computer used by Environment wide best fit (rule 5). | Integer |
| details | Rule-specific details encoded as JSON. Depending on the rule, it can contain keys, such as confirm/share, sourceProdInvId, confirmed/entitled, nameMatching/sortingUsed/defaultProductMetric or noBranches. | String |