system.kanoa.performanceState.getPerformanceStates(paramsDict)
Returns performance state info for given parameters. paramsDict keys are optional.
Parameters
paramsDict Dictionary
| - counterTypeId | Integer | |
| - counterTypeName | String | |
| - enabled | Boolean | |
| - performanceStateClassId | Integer | |
| - performanceStateClassPath | String | |
| - performanceStateId | Integer | |
| - performanceStateIdList | List of Integers | |
| - performanceStateName | String | |
| - performanceStatePath | String |
Returns
performanceStateData pyDataset
Example
data = system.kanoa.performanceState.getPerformanceStates({'enabled': True})