Redfish-Mockup-Server icon indicating copy to clipboard operation
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.

Results 11 Redfish-Mockup-Server issues
Sort by recently updated
recently updated
newest added

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...

bug

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

enhancement

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.

enhancement

- 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

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...

enhancement

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...

bug

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...