|
Post by ratagupt on Jul 3, 2020 3:01:58 GMT
I see in events.json(https://redfish.dmtf.org/schemas/v1/Event.v1_5_0.json), EventType is required property, however it has been deprecated,
Is it intentional? Should make the change in the required property in the aboev JSON?
|
|
|
Post by mraineri on Jul 6, 2020 12:56:40 GMT
Yes, that was intentional since clients that predate the migration to the newer event subscription format would still be following the old semantics of the deprecated "EventType" property.
|
|
|
Post by ratagupt on Jul 9, 2020 5:33:04 GMT
Thanks, Mike for the response, Does that mean the redfish service should include the eventType even if they are supporting the newer event subscription model?
|
|
|
Post by mraineri on Jul 9, 2020 14:24:34 GMT
Yes, that way we preserve backwards compatibility with older clients. Once we hit a point where we can drop support for older clients, that can be removed from the schema, but that is likely going to be a long way out.
|
|