| edition = "2023"; | |
| package milotic_tlbmc; | |
| import "redfish_aggregated_sensor_config.proto"; | |
| message RedfishAggregatedBatchConfig { | |
| // The name of the aggregated batch. | |
| string name = 1; | |
| // The source used to query. | |
| string source = 2; | |
| // The URI used to get the list of telemetries in the aggregated batch. | |
| string redfish_location = 3; | |
| // The telemetries included in the aggregated batch. | |
| repeated RedfishAggregatedSensorConfig telemetry_configs = 4; | |
| } |