{
    "@Redfish.Copyright": "Copyright 2020-2025 DMTF. All rights reserved.",
    "@odata.type": "#MessageRegistry.v1_7_0.MessageRegistry",
    "Id": "LogService.1.1.0",
    "Name": "Log Service Message Registry",
    "Language": "en",
    "Description": "This registry defines the messages for log service related events.",
    "RegistryPrefix": "LogService",
    "RegistryVersion": "1.1.0",
    "OwningEntity": "DMTF",
    "Release": "2025.4",
    "Messages": {
        "DiagnosticDataCollected": {
            "Description": "Indicates that diagnostic data was collected due to a client invoking the `CollectDiagnosticData` action.",
            "LongDescription": "This message shall indicate that diagnostic data was collected due to a client invoking the `CollectDiagnosticData` action.",
            "Message": "'%1' diagnostic data collected.",
            "Severity": "OK",
            "MessageSeverity": "OK",
            "NumberOfArgs": 1,
            "ParamTypes": [
                "string"
            ],
            "ArgDescriptions": [
                "The value of the `DiagnosticDataType` parameter."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain the value of the `DiagnosticDataType` parameter provided by the client when the `CollectDiagnosticData` action was invoked."
            ],
            "Resolution": "None."
        },
        "LogCleared": {
            "Description": "Indicates that the log was cleared.",
            "LongDescription": "This message shall indicate that the log was cleared.",
            "Message": "Log '%1' was cleared.",
            "Severity": "OK",
            "MessageSeverity": "OK",
            "VersionAdded": "1.1.0",
            "NumberOfArgs": 1,
            "ParamTypes": [
                "string"
            ],
            "ArgDescriptions": [
                "The name or identifier of the log."
            ],
            "ArgLongDescriptions": [
                "This argument shall contain contain a string that identifies or describes the log."
            ],
            "Resolution": "None."
        }
    }
}