Redfish-Mockup-Server
Redfish-Mockup-Server copied to clipboard
A simple Python 3.4 program that can be copied into a folder at the top of any Redfish mockup and can serve Redfish requests on the specified IP/port.
I'm attempting to use Node to send a POST request to `/redfish/v1/EventService/Subscriptions` with the following body: ```body: { EventDestination: { EventFormatType: "MetricReport", SubscriptionType: "RedfishEvent", Destination: "http://localhost:8080/api/event_in" } } ``` I'm...
PR #71 implemented only basic expand query functionality it doesn't handle LEVELS and LINKS yet This issue is tracking future work to add those capabilities
Redfish-Mockup-Server supports Redfish Eventing subscription mechanism. Request that support for SSE GET mechanism at EventService.ServerSentEventURI be supported for Redfish EventService and Redfish TelemetryService.
- parse content type - extract boundary - extract 3 redfish spec parts (UpdateParameters, UpdateFile, OemXXX) - save data to temp file - return success Signed-off-by: Boris Glimcher
Signed-off-by: Boris Glimcher
fixed by #126
Mockup Server does not support the Multipart HTTP Push firmware update process. It would be beneficial to have this implemented, along with task monitoring support, to be able to test...
We would really really appreciate it if you could please publish the redfish server image for Windows as well, maybe under a different docker tag (e.g. `-windows`). Because we use...
I use the Redfish-Mockup-Server to simulate an server for Management SW. This SW tries to create a "Session" to Bmc/iLO. For real Server an HTTP will be created and commited...
More servers added