Andrew Antes
Results
1
issues of
Andrew Antes
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