Stats response has "Id"
field instead of "id"
#17869
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Issue Description
The stats API JSON response is inconsistent with Docker, because it incorrectly capitalises the
"id"
field. I discovered this when using the Rust crate Bollard, which reported that the"id"
field was missing.Steps to reproduce the issue
Describe the results you received
JSON response contains
"Id"
field, but no"id"
.Describe the results you expected
JSON response should contain
"id"
field.podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: