Skip to main content

system.kanoa.asset.getAssetAttributes

This function requires KanoaCore module

Description

Gets asset attributes (kanoaCore).

Syntax

getAssetAttributes(paramsDict)
  • Parameters
      paramsDict (Dictionary) - A dictionary of key/value pairs used to filter the returned dataset
  • Returns
      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)