D-PEMX-DY-23 · Question #12
Which command(s) is supported in the current PowerEdge MX Redfish implementation?
The correct answer is D. GET and DELETE. In the PowerEdge MX Redfish implementation, GET (used to retrieve/query resource data) and DELETE (used to remove resources) are the supported HTTP methods, making D correct. The implementation is intentionally limited compared to the full Redfish specification, focusing on…
Question
Which command(s) is supported in the current PowerEdge MX Redfish implementation?
Options
- APUT and DELETE
- BPUT only
- CHEAD and PUT
- DGET and DELETE
How the community answered
(33 responses)- A3% (1)
- C3% (1)
- D94% (31)
Explanation
In the PowerEdge MX Redfish implementation, GET (used to retrieve/query resource data) and DELETE (used to remove resources) are the supported HTTP methods, making D correct. The implementation is intentionally limited compared to the full Redfish specification, focusing on read and delete operations rather than full CRUD support.
Why the distractors fail:
- A (PUT and DELETE): PUT - used to create or fully replace resources - is not supported in the MX implementation, disqualifying this option.
- B (PUT only): PUT is unsupported, and this option also ignores the valid DELETE command entirely.
- C (HEAD and PUT): HEAD (which retrieves response headers without a body) and PUT are both absent from the MX Redfish support list.
Memory tip: Think "Get Rid of it" - GET the data, DELETE the resource. The MX Redfish keeps it simple: read and remove, nothing else.
Topics
Community Discussion
No community discussion yet for this question.