system.kanoa.inventory.getAssetBom(paramsDict)
Returns the fully flattened BOM for an asset.
Parameters
paramsDict Dictionary
| - assetId | Integer |
Returns
data pyDataset
Example
# Full flattened BOM for an asset
bom = system.kanoa.inventory.getAssetBom({'assetId': assetId})
# Full flattened BOM for a model
bom = system.kanoa.inventory.getModelBom(modelId)