{
    "$id": "http://redfish.dmtf.org/schemas/v1/DriveMetrics.json",
    "$ref": "#/definitions/DriveMetrics",
    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
    "copyright": "Copyright 2014-2026 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
    "definitions": {
        "DriveMetrics": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/DriveMetrics.v1_0_2.json#/definitions/DriveMetrics"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/DriveMetrics.v1_1_2.json#/definitions/DriveMetrics"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/DriveMetrics.v1_2_1.json#/definitions/DriveMetrics"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/DriveMetrics.v1_3_0.json#/definitions/DriveMetrics"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/DriveMetrics.v1_4_0.json#/definitions/DriveMetrics"
                }
            ],
            "deletable": false,
            "description": "The usage and health statistics for a drive.",
            "insertable": false,
            "longDescription": "The `DriveMetrics` schema shall contain the usage and health statistics for a drive in a Redfish implementation.",
            "updatable": false,
            "uris": [
                "/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}/Metrics",
                "/redfish/v1/Chassis/{ChassisId}/Drives/{DriveId}/Metrics",
                "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Drives/{DriveId}/Metrics",
                "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Drives/{DriveId}/Metrics",
                "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}/Metrics",
                "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Drives/{DriveId}/Metrics",
                "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Drives/{DriveId}/Metrics",
                "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}/Metrics"
            ],
            "urisDeprecated": [
                "/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}/Metrics",
                "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Drives/{DriveId}/Metrics",
                "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}/Metrics",
                "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Drives/{DriveId}/Metrics",
                "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}/Metrics"
            ]
        }
    },
    "language": "en",
    "owningEntity": "DMTF",
    "title": "#DriveMetrics.DriveMetrics"
}