[PATCH 0/2] enhance telemetry list endpoint with device name
Morten Brørup
mb at smartsharesystems.com
Wed May 20 07:40:02 CEST 2026
> From: Chengwen Feng [mailto:fengchengwen at huawei.com]
> Sent: Wednesday, 20 May 2026 05.57
>
> Currently, the /dmadev/list and /ethdev/list telemetry endpoints return
> only integer IDs, making it hard to identify devices. This series
> changes
> both to output strings in "ID NAME" format for better usability.
For machine reading of the JSON output, it would be better returning an object with an integer and a string field, {ID, "NAME"}.
More information about the dev
mailing list