getReportsData
Retrieves OpManager report data by report ID, time period, and optional filters such as excluded days, business hours, and custom time windows for analysis.
Instructions
getReportsData
Key parameters:
reportID: Unique ID for individual reports.
viewAs: Format to view the resultant report data.
time: The time period to fetch the report data.
isExcludeDays: Boolean value to exclude days or not.
excludedDays: The day to be excluded in report data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | To show the top of the reports data. | |
| host | Yes | OpManager host address (e.g., 'opmanager.example.com' or 'opmanager.example.com:8061'). Default port is 8061 (HTTPS). | |
| time | No | The time period to fetch the report data. | |
| bview | No | The business view to view the report data. | |
| apiKey | Yes | OpManager API key for authentication | |
| viewAs | No | Format to view the resultant report data. | |
| endHour | No | End hour of custom time period. | |
| endTime | No | End time of custom time period. | |
| category | No | The category to view the report data. | |
| reportID | No | Unique ID for individual reports. | |
| showType | No | To show the top or bottom contents of report data. | |
| startHour | No | Start hour of custom time period. | |
| startTime | No | Start time of custom time period. | |
| toEmailid | No | To mail id for report to be sent. | |
| customerId | No | Probe Id to be filtered. | |
| timeWindow | No | The time window to fetch the report data. | |
| fromEmailid | No | From mail id for report to be sent. | |
| customerName | No | Probe name to be filtered. | |
| emailSubject | No | Mail Subject | |
| excludedDays | No | The day to be excluded in report data. | |
| logicalGroup | No | The logical group to view the report data. | |
| isExcludeDays | No | Boolean value to exclude days or not. | |
| businessRuleID | No | ID of the business rule created previously. | |
| isBusinessHour | No | Boolean value to show business hour data or not. |