Skip to main content

system.kanoa.asset.getAssetAttributes

Requires kanoaCore license

Description

Gets asset attributes.

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)