get_graph_data
Retrieve graph image data for a specified device, datasource, instance, and graph to enable visualization of monitoring metrics. Optionally set start and end times in epoch seconds to focus on a specific period.
Instructions
Get graph image data for visualization
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_time | No | End time in epoch seconds (optional) | |
| graph_id | Yes | Graph ID | |
| device_id | Yes | Device ID | |
| start_time | No | Start time in epoch seconds (optional) | |
| instance_id | Yes | Instance ID | |
| device_datasource_id | Yes | Device-DataSource ID (from get_device_datasources) |