getInterfaceGraphs
Retrieve interface performance graphs from OpManager for network devices, supporting customizable time periods and graph types like traffic, utilization, and errors.
Instructions
getInterfaceGraphs
Category: Manage and query network devices
Key parameters:
interfaceName*: Name of the interface - Managed Entity name as seen in the U
graphName: Name of the interface graph [Example: totalPackets|traffic|u
isFluidic: Set as 'true' by default (for internal purpose)
period: Period for which the interface graph is required. [Example:
startDate: From Date. This parameter is applicable only if 'custom' tim
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 | No | Period for which the interface graph is required. [Example: twelvehours(16),Today(6),twfourhours(3),Yesterday(7),thisweek(8),Last_7_Days(4),lastweek(9),thismonth(10),Last_30_Days(5),Last_Month(11),custom(23)] | |
| endDate | No | To Date. This parameter is applicable only if 'custom' time is opted in period param value | |
| graphName | No | Name of the interface graph [Example: totalPackets|traffic|utilization|errors|discardRate|packets|errorRate] | |
| isFluidic | No | Set as 'true' by default (for internal purpose) | |
| 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 |