|
Post by AMI_Mani on Feb 4, 2019 18:24:41 GMT
Hi All, As per redfish.dmtf.org/schemas/v1/Event.v1_1_0.json, able to see odata.id in Properties, but it was not provided in Redfish specification 1.5/1.6 under section 8.5.1 (https://www.dmtf.org/sites/default/files/standards/documents/DSP0266_1.6.0.pdf) Is odata.id mandatory in events payload to destination? Since there won't be any uri's available to check event instances if provided as response to destination Thanks, Mani
|
|
|
Post by mraineri on Feb 6, 2019 12:55:30 GMT
You're correct in that @odata.id is not valid in this case since the Event payload is simply a message sent to a client, and thus there is no URI to perform operations on. The JSON Schema definition should not contain @odata.id, and this will need to be fixed.
|
|