get_device_config_version
Fetch a specific device configuration version with complete content and diffs. Supply device, datasource, instance, and config IDs to inspect changes, optionally comparing against an epoch for previous version.
Instructions
Get a specific config version with full content and diffs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config_id | Yes | Config version ID (from get_device_config) | |
| device_id | Yes | Device ID | |
| instance_id | Yes | Instance ID | |
| start_epoch | No | Epoch to compare against. Use 0 to compare with previous version. | |
| device_datasource_id | Yes | Device-DataSource ID for the ConfigSource |