summaryrefslogtreecommitdiff
path: root/redfish-core/include/event_service_manager.hpp
diff options
context:
space:
mode:
authorJagpal Singh Gill <paligill@gmail.com>2024-06-03 09:43:56 +0300
committerEd Tanous <ed@tanous.net>2024-06-28 03:02:08 +0300
commit9dae4deed587e8c4a1ed6fa7eed91917f2c8d404 (patch)
treee0f5a60e0c952aee6e10df4aa25aad554cab3a0d /redfish-core/include/event_service_manager.hpp
parent1e4fcdb9a5e3486668d99f52591d32b7eeb6901b (diff)
downloadbmcweb-master.tar.xz
add D-Bus interface for unstructured HTTP pushHEADmaster
Add the D-Bus interface for unstructured HTTP push update. Unstructured HTTP push updates are discouraged in favor of Multipart-form based updates, hence D-Bus interface has been added only for BMC updates for backward compatibility. Fore more details refer to [1]. Tested: ``` > curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/octet-stream" -X POST -T obmc-phosphor-image-romulus-20240529184214.static.mtd.tar https://${bmc}/redfish/v1/UpdateService/update { "@odata.id": "/redfish/v1/TaskService/Tasks/0", "@odata.type": "#Task.v1_4_3.Task", "Id": "0", "TaskState": "Running", "TaskStatus": "OK" } ``` [1]: https://www.dmtf.org/sites/default/files/standards/documents/DSP2062_1.0.1.pdf Change-Id: I365c0c188190032cb191940072399d9abd8a87b3 Signed-off-by: Jagpal Singh Gill <paligill@gmail.com>
Diffstat (limited to 'redfish-core/include/event_service_manager.hpp')
0 files changed, 0 insertions, 0 deletions