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
| - assetAttrId | Integer | |
| - assetAttrName | String | |
| - assetAttrValue | String | |
| - assetGroupName | String | |
| - assetId | Integer | |
| - assetName | String | |
| - assetPath | String | |
| - assetTypeName | String | |
| - enabled | Boolean |
Returns
assetAttributeData pyDataset
Example
paramsDict = {'enabled': True, 'assetPath': 'Kanoa Industries%'}
assetAttributes = system.kanoa.asset.getAssetAttributes(paramsDict)