getReportData
Retrieve report data from OpManager for specified devices and monitors over a given time period, viewable in table or graph format.
Instructions
getReportData
Key parameters:
deviceList: Device list to fetch the report data.
monitorList: Monitor list to fetch the report data.
timePeriod: Time period to fetch the report data.
view: Viewing report in table/graph format.
tableView: To show the report data in instance/Monitor wise.
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). | |
| view | No | Viewing report in table/graph format. | |
| apiKey | Yes | OpManager API key for authentication | |
| endDate | No | End date of the report data. | |
| endHour | No | End hour of the report data. | |
| startDate | No | Start date of the report data. | |
| startHour | No | Start hour of the report data. | |
| tableView | No | To show the report data in instance/Monitor wise. | |
| deviceList | No | Device list to fetch the report data. | |
| timePeriod | No | Time period to fetch the report data. | |
| timeWindow | No | The time window to fetch the report data. | |
| monitorList | No | Monitor list to fetch the report data. | |
| combinedTable | No | Boolean value to show combined table results. |