1*c6d7a45dSGunnar Mills{ 2*c6d7a45dSGunnar Mills "$id": "http://redfish.dmtf.org/schemas/v1/ThermalSubsystem.v1_4_0.json", 3*c6d7a45dSGunnar Mills "$ref": "#/definitions/ThermalSubsystem", 4*c6d7a45dSGunnar Mills "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 5*c6d7a45dSGunnar Mills "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright", 6*c6d7a45dSGunnar Mills "definitions": { 7*c6d7a45dSGunnar Mills "Actions": { 8*c6d7a45dSGunnar Mills "additionalProperties": false, 9*c6d7a45dSGunnar Mills "description": "The available actions for this resource.", 10*c6d7a45dSGunnar Mills "longDescription": "This type shall contain the available actions for this resource.", 11*c6d7a45dSGunnar Mills "patternProperties": { 12*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 13*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 14*c6d7a45dSGunnar Mills "type": [ 15*c6d7a45dSGunnar Mills "array", 16*c6d7a45dSGunnar Mills "boolean", 17*c6d7a45dSGunnar Mills "integer", 18*c6d7a45dSGunnar Mills "number", 19*c6d7a45dSGunnar Mills "null", 20*c6d7a45dSGunnar Mills "object", 21*c6d7a45dSGunnar Mills "string" 22*c6d7a45dSGunnar Mills ] 23*c6d7a45dSGunnar Mills } 24*c6d7a45dSGunnar Mills }, 25*c6d7a45dSGunnar Mills "properties": { 26*c6d7a45dSGunnar Mills "Oem": { 27*c6d7a45dSGunnar Mills "$ref": "#/definitions/OemActions", 28*c6d7a45dSGunnar Mills "description": "This property contains the available OEM-specific actions for this resource.", 29*c6d7a45dSGunnar Mills "longDescription": "This property shall contain any additional OEM actions for this resource." 30*c6d7a45dSGunnar Mills } 31*c6d7a45dSGunnar Mills }, 32*c6d7a45dSGunnar Mills "type": "object" 33*c6d7a45dSGunnar Mills }, 34*c6d7a45dSGunnar Mills "OemActions": { 35*c6d7a45dSGunnar Mills "additionalProperties": true, 36*c6d7a45dSGunnar Mills "description": "The available OEM-specific actions for this resource.", 37*c6d7a45dSGunnar Mills "longDescription": "This type shall contain any additional OEM actions for this resource.", 38*c6d7a45dSGunnar Mills "patternProperties": { 39*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 40*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 41*c6d7a45dSGunnar Mills "type": [ 42*c6d7a45dSGunnar Mills "array", 43*c6d7a45dSGunnar Mills "boolean", 44*c6d7a45dSGunnar Mills "integer", 45*c6d7a45dSGunnar Mills "number", 46*c6d7a45dSGunnar Mills "null", 47*c6d7a45dSGunnar Mills "object", 48*c6d7a45dSGunnar Mills "string" 49*c6d7a45dSGunnar Mills ] 50*c6d7a45dSGunnar Mills } 51*c6d7a45dSGunnar Mills }, 52*c6d7a45dSGunnar Mills "properties": {}, 53*c6d7a45dSGunnar Mills "type": "object" 54*c6d7a45dSGunnar Mills }, 55*c6d7a45dSGunnar Mills "ThermalSubsystem": { 56*c6d7a45dSGunnar Mills "additionalProperties": false, 57*c6d7a45dSGunnar Mills "description": "The `ThermalSubsystem` schema contains the definition for the thermal subsystem of a chassis.", 58*c6d7a45dSGunnar Mills "longDescription": "This resource shall represent a thermal subsystem for a Redfish implementation.", 59*c6d7a45dSGunnar Mills "patternProperties": { 60*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 61*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 62*c6d7a45dSGunnar Mills "type": [ 63*c6d7a45dSGunnar Mills "array", 64*c6d7a45dSGunnar Mills "boolean", 65*c6d7a45dSGunnar Mills "integer", 66*c6d7a45dSGunnar Mills "number", 67*c6d7a45dSGunnar Mills "null", 68*c6d7a45dSGunnar Mills "object", 69*c6d7a45dSGunnar Mills "string" 70*c6d7a45dSGunnar Mills ] 71*c6d7a45dSGunnar Mills } 72*c6d7a45dSGunnar Mills }, 73*c6d7a45dSGunnar Mills "properties": { 74*c6d7a45dSGunnar Mills "@odata.context": { 75*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" 76*c6d7a45dSGunnar Mills }, 77*c6d7a45dSGunnar Mills "@odata.etag": { 78*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" 79*c6d7a45dSGunnar Mills }, 80*c6d7a45dSGunnar Mills "@odata.id": { 81*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" 82*c6d7a45dSGunnar Mills }, 83*c6d7a45dSGunnar Mills "@odata.type": { 84*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type" 85*c6d7a45dSGunnar Mills }, 86*c6d7a45dSGunnar Mills "Actions": { 87*c6d7a45dSGunnar Mills "$ref": "#/definitions/Actions", 88*c6d7a45dSGunnar Mills "description": "The available actions for this resource.", 89*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the available actions for this resource." 90*c6d7a45dSGunnar Mills }, 91*c6d7a45dSGunnar Mills "CoolantConnectorRedundancy": { 92*c6d7a45dSGunnar Mills "description": "The redundancy information for the coolant connectors in this subsystem.", 93*c6d7a45dSGunnar Mills "items": { 94*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Redundancy.json#/definitions/RedundantGroup" 95*c6d7a45dSGunnar Mills }, 96*c6d7a45dSGunnar Mills "longDescription": "This property shall contain redundancy information for the set of coolant connectors attached to this equipment. The values of the `RedundancyGroup` array shall reference resources of type `CoolantConnector`.", 97*c6d7a45dSGunnar Mills "type": "array", 98*c6d7a45dSGunnar Mills "versionAdded": "v1_3_0" 99*c6d7a45dSGunnar Mills }, 100*c6d7a45dSGunnar Mills "CoolantConnectors": { 101*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/CoolantConnectorCollection.json#/definitions/CoolantConnectorCollection", 102*c6d7a45dSGunnar Mills "description": "A link to the coolant connectors for this equipment.", 103*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `CoolantConnectorCollection` that contains the coolant connectors for this equipment.", 104*c6d7a45dSGunnar Mills "readonly": true, 105*c6d7a45dSGunnar Mills "versionAdded": "v1_2_0" 106*c6d7a45dSGunnar Mills }, 107*c6d7a45dSGunnar Mills "Description": { 108*c6d7a45dSGunnar Mills "anyOf": [ 109*c6d7a45dSGunnar Mills { 110*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" 111*c6d7a45dSGunnar Mills }, 112*c6d7a45dSGunnar Mills { 113*c6d7a45dSGunnar Mills "type": "null" 114*c6d7a45dSGunnar Mills } 115*c6d7a45dSGunnar Mills ], 116*c6d7a45dSGunnar Mills "readonly": true 117*c6d7a45dSGunnar Mills }, 118*c6d7a45dSGunnar Mills "FanRedundancy": { 119*c6d7a45dSGunnar Mills "description": "The redundancy information for the groups of fans in this subsystem.", 120*c6d7a45dSGunnar Mills "items": { 121*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Redundancy.json#/definitions/RedundantGroup" 122*c6d7a45dSGunnar Mills }, 123*c6d7a45dSGunnar Mills "longDescription": "This property shall contain redundancy information for the groups of fans in this subsystem.", 124*c6d7a45dSGunnar Mills "type": "array" 125*c6d7a45dSGunnar Mills }, 126*c6d7a45dSGunnar Mills "Fans": { 127*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/FanCollection.json#/definitions/FanCollection", 128*c6d7a45dSGunnar Mills "description": "The link to the collection of fans within this subsystem.", 129*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `FanCollection`.", 130*c6d7a45dSGunnar Mills "readonly": true 131*c6d7a45dSGunnar Mills }, 132*c6d7a45dSGunnar Mills "Filters": { 133*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/FilterCollection.json#/definitions/FilterCollection", 134*c6d7a45dSGunnar Mills "description": "A link to the filters for this equipment.", 135*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `FilterCollection` that contains the filters for this equipment.", 136*c6d7a45dSGunnar Mills "readonly": true, 137*c6d7a45dSGunnar Mills "versionAdded": "v1_4_0" 138*c6d7a45dSGunnar Mills }, 139*c6d7a45dSGunnar Mills "Heaters": { 140*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/HeaterCollection.json#/definitions/HeaterCollection", 141*c6d7a45dSGunnar Mills "description": "The link to the collection of heaters within this subsystem.", 142*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `HeaterCollection`.", 143*c6d7a45dSGunnar Mills "readonly": true, 144*c6d7a45dSGunnar Mills "versionAdded": "v1_1_0" 145*c6d7a45dSGunnar Mills }, 146*c6d7a45dSGunnar Mills "Id": { 147*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id", 148*c6d7a45dSGunnar Mills "readonly": true 149*c6d7a45dSGunnar Mills }, 150*c6d7a45dSGunnar Mills "LeakDetection": { 151*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/LeakDetection.json#/definitions/LeakDetection", 152*c6d7a45dSGunnar Mills "description": "The link to the leak detection system within this chassis.", 153*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource of type `LeakDetection`. This link should be used when the leak detection capabilities are tied to, or are internal to, a particular `Chassis`. For detection capabilities that are tied to a `CoolingUnit` resource, which may span multiple `Chassis` resources, populating the `LeakDetection` resource under `CoolingUnit` for the relevant equipment is the preferred approach.", 154*c6d7a45dSGunnar Mills "readonly": true, 155*c6d7a45dSGunnar Mills "versionAdded": "v1_3_0" 156*c6d7a45dSGunnar Mills }, 157*c6d7a45dSGunnar Mills "Name": { 158*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", 159*c6d7a45dSGunnar Mills "readonly": true 160*c6d7a45dSGunnar Mills }, 161*c6d7a45dSGunnar Mills "Oem": { 162*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 163*c6d7a45dSGunnar Mills "description": "The OEM extension property.", 164*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the OEM extensions. All values for properties that this object contains shall conform to the Redfish Specification-described requirements." 165*c6d7a45dSGunnar Mills }, 166*c6d7a45dSGunnar Mills "Pumps": { 167*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/PumpCollection.json#/definitions/PumpCollection", 168*c6d7a45dSGunnar Mills "description": "A link to the pumps for this equipment.", 169*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `PumpCollection` that contains details for the pumps included in this equipment.", 170*c6d7a45dSGunnar Mills "readonly": true, 171*c6d7a45dSGunnar Mills "versionAdded": "v1_3_0" 172*c6d7a45dSGunnar Mills }, 173*c6d7a45dSGunnar Mills "Status": { 174*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status", 175*c6d7a45dSGunnar Mills "description": "The status and health of the resource and its subordinate or dependent resources.", 176*c6d7a45dSGunnar Mills "longDescription": "This property shall contain any status or health properties of the resource." 177*c6d7a45dSGunnar Mills }, 178*c6d7a45dSGunnar Mills "ThermalMetrics": { 179*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/ThermalMetrics.json#/definitions/ThermalMetrics", 180*c6d7a45dSGunnar Mills "description": "The link to the summary of thermal metrics for this subsystem.", 181*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource of type `ThermalMetrics`.", 182*c6d7a45dSGunnar Mills "readonly": true 183*c6d7a45dSGunnar Mills } 184*c6d7a45dSGunnar Mills }, 185*c6d7a45dSGunnar Mills "required": [ 186*c6d7a45dSGunnar Mills "@odata.id", 187*c6d7a45dSGunnar Mills "@odata.type", 188*c6d7a45dSGunnar Mills "Id", 189*c6d7a45dSGunnar Mills "Name" 190*c6d7a45dSGunnar Mills ], 191*c6d7a45dSGunnar Mills "type": "object" 192*c6d7a45dSGunnar Mills } 193*c6d7a45dSGunnar Mills }, 194*c6d7a45dSGunnar Mills "language": "en", 195*c6d7a45dSGunnar Mills "owningEntity": "DMTF", 196*c6d7a45dSGunnar Mills "release": "2025.2", 197*c6d7a45dSGunnar Mills "title": "#ThermalSubsystem.v1_4_0.ThermalSubsystem" 198*c6d7a45dSGunnar Mills}