port_group_graph
Render a traffic graph for multiple ports by numeric ID, plotting them on shared axes to compare LAG members.
Instructions
Render a traffic graph for one or more ports, by port ID.
Plots every supplied port on the same axes, which makes it useful for comparing members of a LAG. Unlike port_graph this takes numeric port IDs rather than interface names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | Graph width in pixels. | |
| height | No | Graph height in pixels. | |
| legend | No | Whether to render the graph legend. | |
| to_time | No | End of the time range, either a relative offset or a Unix timestamp. Defaults to now. | |
| port_ids | Yes | One or more port IDs to plot on a single graph. Resolve names to IDs with ports_search_field or device_ports. | |
| from_time | No | Start of the time range, either a relative offset such as '-1d', '-6h' or '-1w', or a Unix timestamp. Defaults to the LibreNMS default (-1d). |