|
Post by shiraez on Aug 22, 2022 10:23:10 GMT
Hi,
What should be the return value if I perform a GET request on the POST-ACTION?
Example:
curl -H 'Content-Type: application/json' -sX GET http://<IP>/redfish/v1/Systems/IPDriveSystem/Actions/ComputerSystem.Reset -d '{"ResetType": "ForceRestart"}'
|
|
|
Post by mraineri on Aug 22, 2022 13:37:14 GMT
I would expect a 405 response since it's not an allowable HTTP method for an action URI.
|
|