Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consume DMTF property "GeneratedBy" for the dump entries #3390

Closed
sunharis opened this issue Nov 12, 2021 · 4 comments
Closed

Consume DMTF property "GeneratedBy" for the dump entries #3390

sunharis opened this issue Nov 12, 2021 · 4 comments
Assignees
Milestone

Comments

@sunharis
Copy link

This is a story to work on moving the OEM "GeneratedBy" property to the DMTF standard property - after we get the standard published.
Originated from ibm-openbmc/bmcweb#136

@sunharis
Copy link
Author

Need to implement the below properties https://redfish.dmtf.org/schemas/v1/LogEntry.v1_11_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"
            },

@sunharis
Copy link
Author

sunharis commented Nov 3, 2022

Migrate-Yes

@rfrandse
Copy link

tracking in jira

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants