system.kanoa.asset.getOperationalAssets(paramsDict)
Returns assets that have production data. Used to filter out assets that have been created but are not in use. paramsDict keys are optional.
Parameters
paramsDict Dictionary
| - assetGroupIdList | List of Integers | |
| - assetId | Integer | |
| - assetPath | String | |
| - assetTypeIdList | List of Integers | |
| - enabled | Boolean | |
| - oeeTypeList | List of Integers | |
| - userFunction | String | |
| - userId | Integer |
Returns
assetData pyDataset
Example
paramsDict = {}
operationalAssets = system.kanoa.asset.getOperationalAssets(paramsDict)