nerdexam
Dell-EMC

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…

PowerEdge MX Management and Troubleshooting

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)
  • A
    3% (1)
  • C
    3% (1)
  • D
    94% (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

#Redfish API#GET#DELETE#REST commands

Community Discussion

No community discussion yet for this question.

Full D-PEMX-DY-23 Practice