system.kanoa.performanceState.getPerformanceStateLinks(paramsDict)
Gets performance state links. paramsDict keys are optional.
Parameters
paramsDict Dictionary
| - assetId | Integer | |
| - assetPath | String | |
| - enabled | Boolean | |
| - itemClassId | Integer | |
| - itemClassName | String | |
| - itemClassPath | String | |
| - itemId | Integer | |
| - itemName | String | |
| - itemPath | String | |
| - performanceStateClassId | Integer | |
| - performanceStateClassName | String | |
| - performanceStateClassPath | String | |
| - performanceStateId | Integer | |
| - performanceStateIdList | List of Integers | |
| - performanceStateName | String | |
| - performanceStatePath | String |
Returns
performanceStateLinkData pyDataset
Example
data = system.kanoa.performanceState.getPerformanceStateLinks({})
>>>