{
    "$id": "http://redfish.dmtf.org/schemas/v1/LogService.json",
    "$ref": "#/definitions/LogService",
    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
    "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
    "definitions": {
        "LogService": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/LogService.v1_0_10.json#/definitions/LogService"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/LogService.v1_1_5.json#/definitions/LogService"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/LogService.v1_2_5.json#/definitions/LogService"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/LogService.v1_3_4.json#/definitions/LogService"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/LogService.v1_4_3.json#/definitions/LogService"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/LogService.v1_5_3.json#/definitions/LogService"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/LogService.v1_6_2.json#/definitions/LogService"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/LogService.v1_7_1.json#/definitions/LogService"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/LogService.v1_8_1.json#/definitions/LogService"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/LogService.v1_9_0.json#/definitions/LogService"
                }
            ],
            "deletable": false,
            "description": "The `LogService` schema contains properties for monitoring and configuring a log service.  When the `Id` property contains `DeviceLog`, the log contains device-resident log entries that follow the physical device when moved from system-to-system, and not a replication or subset of a system event log.",
            "insertable": false,
            "longDescription": "This resource shall represent a log service for a Redfish implementation.  When the `Id` property contains `DeviceLog`, the log shall contain log entries that migrate with the device.",
            "updatable": true,
            "uris": [
                "/redfish/v1/Managers/{ManagerId}/LogServices/{LogServiceId}",
                "/redfish/v1/Systems/{ComputerSystemId}/LogServices/{LogServiceId}",
                "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/LogServices/{LogServiceId}",
                "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/LogServices/{LogServiceId}",
                "/redfish/v1/Chassis/{ChassisId}/LogServices/{LogServiceId}",
                "/redfish/v1/JobService/Log",
                "/redfish/v1/TelemetryService/LogService",
                "/redfish/v1/Systems/{ComputerSystemId}/Memory/{MemoryId}/DeviceLog",
                "/redfish/v1/Chassis/{ChassisId}/PCIeDevices/{PCIeDeviceId}/CXLLogicalDevices/{CXLLogicalDeviceId}/DeviceLog"
            ]
        }
    },
    "language": "en",
    "owningEntity": "DMTF",
    "title": "#LogService.LogService"
}