system.kanoa.asset.getAssetAttributes
Description
Gets asset attributes (kanoaCore).Syntax
getAssetAttributes(paramsDict)- paramsDict (Dictionary) - A dictionary of key/value pairs used to filter the returned dataset
- data (pyDataset) - A pyDataset containing asset attributes filtered by the provided parameters
Code Examples
# Example Usage:
params = {'enabled': True, 'assetPath': 'Kanoa Industries%', 'assetId': 1}
asset_attributes = system.kanoa.asset.getAssetAttributes(params)