list-charts
Retrieve and filter charts within the PI Dashboard using customizable criteria and pagination options. Access specific charts by applying operators like eq, ne, gt, lt, like, and more for precise data management.
Instructions
List all charts with filtering support
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filter | No | Filter criteria in the format 'fieldName(operator)=value'. Multiple filters can be combined with & (e.g., 'description(like)=revenue&categoryId(eq)=5'). Available operators: eq, ne, gt, lt, ge, le, like, nlike. Use get-filterable-attributes tool to see available fields. | |
page | No | Page number for pagination | |
pageSize | No | Number of items per page |