list-charts
Retrieve and filter all available charts with pagination support using criteria like field operators (eq, ne, like, etc.) to manage and access PI Dashboard resources efficiently.
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 |