getReportsList
Retrieve OpManager reports with filters for favourites, integrated, and hardware reports.
Instructions
getReportsList
Key parameters:
isFavouriteNeeded: Boolean value to show favourites reports or not.
hideintegratedReports: Boolean value to show integrated reports or not.
hideHardwareReport: Boolean value to show hardware report or not.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | OpManager host address (e.g., 'opmanager.example.com' or 'opmanager.example.com:8061'). Default port is 8061 (HTTPS). | |
| apiKey | Yes | OpManager API key for authentication | |
| isFavouriteNeeded | No | Boolean value to show favourites reports or not. | |
| hideHardwareReport | No | Boolean value to show hardware report or not. | |
| hideintegratedReports | No | Boolean value to show integrated reports or not. |