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