getIntfAtAGlanceReportDetails
Retrieve interface at-a-glance report details, including performance data, for a specified interface and time period from OpManager.
Instructions
getIntfAtAGlanceReportDetails
Key parameters:
InterfaceName*: Name of the interface - Managed Entity name as seen in the U
period*: Period for which the interface data is required. [Example: t
startDate: From Date. This parameter is applicable only if 'custom' tim
endDate: To Date. This parameter is applicable only if 'custom' time
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 | |
| period | Yes | Period for which the interface data is required. [Example: twelvehours,Today,twfourhours,Yesterday,thisweek,Last_7_Days,lastweek,thismonth,Last_30_Days,Last_Month,custom] | |
| endDate | No | To Date. This parameter is applicable only if 'custom' time is opted in period param value | |
| startDate | No | From Date. This parameter is applicable only if 'custom' time is opted in period param value | |
| InterfaceName | Yes | Name of the interface - Managed Entity name as seen in the URL of interface snapshot page OR 'interfaceName' property value in the listInterfaces API response. |