DMTF / Redfishtool

A Python34 program that implements a command line tool for accessing the Redfish API.
Other
224 stars 68 forks source link

Systems Processors and Systems Processors list #97

Closed andy1990zx closed 2 months ago

andy1990zx commented 2 years ago

image Hi,

The Systems Processors list command is almost the same as Systems Processors, what's the purpose... shall we remove it to avoid mis-understanding?

Thanks, Sea

mraineri commented 2 years ago

"Processors List" is like "Processors" in that it shows the URIs, but also shows the Id and Socket properties for the processors found (it looks like in your system the second processor is not reporting a "Socket").

At least at the time the tool was written, there was no hardening in Redfish to tie the "Id" property to the last segment of the URI.

I'm not sure if removing it at this time would be beneficial since there may be users relying on that capability "list" exposes.

mraineri commented 2 months ago

Closing; no harm in having both commands.