{
    "$id": "http://redfish.dmtf.org/schemas/v1/StorageControllerMetrics.json",
    "$ref": "#/definitions/StorageControllerMetrics",
    "$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": {
        "NVMeSMARTMetrics": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/StorageControllerMetrics.v1_0_3.json#/definitions/NVMeSMARTMetrics"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/StorageControllerMetrics.v1_1_0.json#/definitions/NVMeSMARTMetrics"
                }
            ],
            "description": "The NVMe SMART metrics.",
            "longDescription": "This object shall contain the NVMe SMART metrics as defined by the NVMe SMART/Health Information log page."
        },
        "StorageControllerMetrics": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/StorageControllerMetrics.v1_0_3.json#/definitions/StorageControllerMetrics"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/StorageControllerMetrics.v1_1_0.json#/definitions/StorageControllerMetrics"
                }
            ],
            "deletable": false,
            "description": "The usage and health statistics for a storage controller.",
            "insertable": false,
            "longDescription": "The `StorageControllerMetrics` schema shall contain the usage and health statistics for a storage controller in a Redfish implementation.",
            "updatable": false,
            "uris": [
                "/redfish/v1/Storage/{StorageId}/Controllers/{StorageControllerId}/Metrics",
                "/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Metrics",
                "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Metrics",
                "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Metrics",
                "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Metrics",
                "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Metrics"
            ]
        }
    },
    "language": "en",
    "owningEntity": "DMTF",
    "title": "#StorageControllerMetrics.StorageControllerMetrics"
}