ibm-openbmc / dev

Product Development Project Mgmt and Tracking
16 stars 2 forks source link

Redfish: OEM: Move to standard Originator #3607

Closed gtmills closed 2 years ago

gtmills commented 2 years ago

Today we use OEM GeneratorId https://github.com/ibm-openbmc/bmcweb/commit/c45a7339059d8fd31bfc4e2f76f5e2e24ae034bc

We should move to the standard Redfish property

https://redfish.dmtf.org/schemas/LogEntry.v1_12_0.json

                "Originator": {
                    "description": "The source of the log entry.",
                    "longDescription": "This property shall contain the source of the log entry.",
                    "readonly": true,
                    "type": "string",
                    "versionAdded": "v1_11_0"
                },
                "OriginatorType": {
                    "$ref": "#/definitions/OriginatorTypes",
                    "description": "The type of originator data.",
                    "longDescription": "This property shall contain the type of originator data.",
                    "readonly": true,
                    "versionAdded": "v1_11_0"
                },
            "Originator": "/redfish/v1/AccountService/Accounts/1@1E:C3:DE:6F:1E:24",
            "OriginatorType": "Client", 

@asmithakarun @sunharis FYI

sunharis commented 2 years ago

https://github.com/ibm-openbmc/dev/issues/3390 is in flight to work on this