Hi - I have a problem with some actions at ODIM
ODIM is sending payload as invalid JSON with "null" as a string
When I am sending empty payload with DELETE at specifici volume:
ubuntu@ubuntu:~$ curl -X DELETE -k -u 'admin:Od!m12$4' https://10.91.209.202:45000/redfish/v1/Systems/27d60766-4e91-4ce9-9f33-cff0cad63e22:1/Storage/BMCStorage/Volumes/1 | jq
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 69 100 69 0 0 104 0 --:--:-- --:--:-- --:--:-- 104
{
"error": {
"code": "Base.1.0.InvalidPayload",
"message": "Invalid Json"
}
}
in debug mode I found that the request payload is "null" as a string - not empty payload.
Hi - I have a problem with some actions at ODIM
ODIM is sending payload as invalid JSON with "null" as a string
When I am sending empty payload with DELETE at specifici volume:
in debug mode I found that the request payload is "null" as a string - not empty payload.