Skip to main content

system.kanoa.asset.getAssetAttributes(paramsDict)

Returns asset attributes filtered by the provided parameters. The Dictionary keys are optional unless stated as being required.


Parameters

paramsDict Dictionary

- assetAttrIdInteger
- assetAttrNameString
- assetAttrValueString
- assetGroupNameString
- assetIdInteger
- assetNameString
- assetPathString
- assetTypeNameString
- enabledBoolean

Returns

assetAttributeData pyDataset


Example

paramsDict = {'enabled': True, 'assetPath': 'Kanoa Industries%'}
assetAttributes = system.kanoa.asset.getAssetAttributes(paramsDict)