1{
2    "$id": "http://redfish.dmtf.org/schemas/v1/CoolingUnit.v1_1_2.json",
3    "$ref": "#/definitions/CoolingUnit",
4    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5    "copyright": "Copyright 2014-2024 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": "The available OEM-specific actions for this resource.",
29                    "longDescription": "This property shall contain the available OEM-specific actions for this resource."
30                }
31            },
32            "type": "object"
33        },
34        "CoolingEquipmentType": {
35            "enum": [
36                "CDU",
37                "HeatExchanger",
38                "ImmersionUnit"
39            ],
40            "enumDescriptions": {
41                "CDU": "A coolant distribution unit (CDU).",
42                "HeatExchanger": "A heat exchanger.",
43                "ImmersionUnit": "An immersion cooling unit."
44            },
45            "type": "string"
46        },
47        "CoolingUnit": {
48            "additionalProperties": false,
49            "description": "The `CoolingUnit` schema contains the definition for a cooling system component or unit, such as a coolant distribution unit (CDU) or a heat exchanger.",
50            "longDescription": "This resource shall represent a cooling system component or unit for a Redfish implementation.",
51            "patternProperties": {
52                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
53                    "description": "This property shall specify a valid odata or Redfish property.",
54                    "type": [
55                        "array",
56                        "boolean",
57                        "integer",
58                        "number",
59                        "null",
60                        "object",
61                        "string"
62                    ]
63                }
64            },
65            "properties": {
66                "@odata.context": {
67                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
68                },
69                "@odata.etag": {
70                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
71                },
72                "@odata.id": {
73                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
74                },
75                "@odata.type": {
76                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
77                },
78                "Actions": {
79                    "$ref": "#/definitions/Actions",
80                    "description": "The available actions for this resource.",
81                    "longDescription": "This property shall contain the available actions for this resource."
82                },
83                "Assembly": {
84                    "$ref": "http://redfish.dmtf.org/schemas/v1/Assembly.json#/definitions/Assembly",
85                    "description": "The link to the assembly associated with this cooling unit.",
86                    "longDescription": "This property shall contain a link to a resource of type `Assembly`.",
87                    "readonly": true
88                },
89                "AssetTag": {
90                    "description": "The user-assigned asset tag for this equipment.",
91                    "longDescription": "This property shall contain the user-assigned asset tag, which is an identifying string that tracks the equipment for inventory purposes.",
92                    "readonly": false,
93                    "type": [
94                        "string",
95                        "null"
96                    ]
97                },
98                "Coolant": {
99                    "$ref": "http://redfish.dmtf.org/schemas/v1/CoolingLoop.json#/definitions/Coolant",
100                    "description": "Details about the coolant used in this unit.",
101                    "longDescription": "This property shall contain details regarding the coolant contained or used by this unit."
102                },
103                "CoolantConnectorRedundancy": {
104                    "description": "The redundancy information for the coolant connectors in this cooling unit.",
105                    "items": {
106                        "$ref": "http://redfish.dmtf.org/schemas/v1/Redundancy.json#/definitions/RedundantGroup"
107                    },
108                    "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`.",
109                    "type": "array",
110                    "versionAdded": "v1_1_0"
111                },
112                "CoolingCapacityWatts": {
113                    "description": "The cooling capacity (W) of this equipment.",
114                    "longDescription": "This property shall contain the manufacturer-provided cooling capacity, in watt units, of this equipment.",
115                    "readonly": true,
116                    "type": [
117                        "integer",
118                        "null"
119                    ]
120                },
121                "Description": {
122                    "anyOf": [
123                        {
124                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
125                        },
126                        {
127                            "type": "null"
128                        }
129                    ],
130                    "readonly": true
131                },
132                "EnvironmentMetrics": {
133                    "$ref": "http://redfish.dmtf.org/schemas/v1/EnvironmentMetrics.json#/definitions/EnvironmentMetrics",
134                    "description": "The link to the environment metrics for this equipment.",
135                    "longDescription": "This property shall contain a link to a resource of type `EnvironmentMetrics` that specifies the environment metrics for this equipment.",
136                    "readonly": true
137                },
138                "EquipmentType": {
139                    "$ref": "#/definitions/CoolingEquipmentType",
140                    "description": "The type of equipment this resource represents.",
141                    "longDescription": "This property shall contain the type of equipment this resource represents.",
142                    "readonly": true
143                },
144                "FilterRedundancy": {
145                    "description": "The redundancy information for the groups of filters in this unit.",
146                    "items": {
147                        "$ref": "http://redfish.dmtf.org/schemas/v1/Redundancy.json#/definitions/RedundantGroup"
148                    },
149                    "longDescription": "This property shall contain redundancy information for the groups of filters in this unit.",
150                    "type": "array"
151                },
152                "Filters": {
153                    "$ref": "http://redfish.dmtf.org/schemas/v1/FilterCollection.json#/definitions/FilterCollection",
154                    "description": "A link to the filters for this equipment.",
155                    "longDescription": "This property shall contain a link to a resource collection of type `FilterCollection` that contains the filter information for this equipment.",
156                    "readonly": true
157                },
158                "FirmwareVersion": {
159                    "description": "The firmware version of this equipment.",
160                    "longDescription": "This property shall contain a string describing the firmware version of this equipment as provided by the manufacturer.",
161                    "readonly": true,
162                    "type": "string"
163                },
164                "Id": {
165                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
166                    "readonly": true
167                },
168                "LeakDetection": {
169                    "$ref": "http://redfish.dmtf.org/schemas/v1/LeakDetection.json#/definitions/LeakDetection",
170                    "description": "A link to the leak detection components associated with this equipment.",
171                    "longDescription": "This property shall contain a link to a resource of type `LeakDetection` that contains the leak detection component information for this equipment.",
172                    "readonly": true
173                },
174                "Links": {
175                    "$ref": "#/definitions/Links",
176                    "description": "The links to other resources that are related to this resource.",
177                    "longDescription": "This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."
178                },
179                "Location": {
180                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Location",
181                    "description": "The location of the equipment.",
182                    "longDescription": "This property shall contain the location information of the associated equipment."
183                },
184                "Manufacturer": {
185                    "description": "The manufacturer of this equipment.",
186                    "longDescription": "This property shall contain the name of the organization responsible for producing the equipment.  This organization may be the entity from which the equipment is purchased, but this is not necessarily true.",
187                    "readonly": true,
188                    "type": [
189                        "string",
190                        "null"
191                    ]
192                },
193                "Model": {
194                    "description": "The product model number of this equipment.",
195                    "longDescription": "This property shall contain the manufacturer-provided model information of this equipment.",
196                    "readonly": true,
197                    "type": [
198                        "string",
199                        "null"
200                    ]
201                },
202                "Name": {
203                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
204                    "readonly": true
205                },
206                "Oem": {
207                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
208                    "description": "The OEM extension property.",
209                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
210                },
211                "PartNumber": {
212                    "description": "The part number for this equipment.",
213                    "longDescription": "This property shall contain the manufacturer-provided part number for the equipment.",
214                    "readonly": true,
215                    "type": [
216                        "string",
217                        "null"
218                    ]
219                },
220                "PrimaryCoolantConnectors": {
221                    "$ref": "http://redfish.dmtf.org/schemas/v1/CoolantConnectorCollection.json#/definitions/CoolantConnectorCollection",
222                    "description": "A link to the primary coolant connectors for this equipment.",
223                    "longDescription": "This property shall contain a link to a resource collection of type `CoolantConnectorCollection` that contains the primary coolant connectors for this equipment.",
224                    "readonly": true
225                },
226                "ProductionDate": {
227                    "description": "The production or manufacturing date of this equipment.",
228                    "format": "date-time",
229                    "longDescription": "This property shall contain the date of production or manufacture for this equipment.",
230                    "readonly": true,
231                    "type": [
232                        "string",
233                        "null"
234                    ]
235                },
236                "PumpRedundancy": {
237                    "description": "The redundancy information for the groups of pumps in this unit.",
238                    "items": {
239                        "$ref": "http://redfish.dmtf.org/schemas/v1/Redundancy.json#/definitions/RedundantGroup"
240                    },
241                    "longDescription": "This property shall contain redundancy information for the groups of pumps in this unit.",
242                    "type": "array"
243                },
244                "Pumps": {
245                    "$ref": "http://redfish.dmtf.org/schemas/v1/PumpCollection.json#/definitions/PumpCollection",
246                    "description": "A link to the pumps for this equipment.",
247                    "longDescription": "This property shall contain a link to a resource collection of type `PumpCollection` that contains the pump information for this equipment.",
248                    "readonly": true
249                },
250                "Reservoirs": {
251                    "$ref": "http://redfish.dmtf.org/schemas/v1/ReservoirCollection.json#/definitions/ReservoirCollection",
252                    "description": "A link to the reservoirs for this equipment.",
253                    "longDescription": "This property shall contain a link to a resource collection of type `ReservoirCollection` that contains the reservoir information for this equipment.",
254                    "readonly": true
255                },
256                "SecondaryCoolantConnectors": {
257                    "$ref": "http://redfish.dmtf.org/schemas/v1/CoolantConnectorCollection.json#/definitions/CoolantConnectorCollection",
258                    "description": "A link to the secondary coolant connectors for this equipment.",
259                    "longDescription": "This property shall contain a link to a resource collection of type `CoolantConnectorCollection` that contains the secondary coolant connectors for this equipment.",
260                    "readonly": true
261                },
262                "SerialNumber": {
263                    "description": "The serial number for this equipment.",
264                    "longDescription": "This property shall contain a manufacturer-allocated number that identifies the equipment.",
265                    "readonly": true,
266                    "type": [
267                        "string",
268                        "null"
269                    ]
270                },
271                "Status": {
272                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
273                    "description": "The status and health of the resource and its subordinate or dependent resources.",
274                    "longDescription": "This property shall contain any status or health properties of the resource."
275                },
276                "UserLabel": {
277                    "description": "A user-assigned label.",
278                    "longDescription": "This property shall contain a user-assigned label used to identify this resource.  If a value has not been assigned by a user, the value of this property shall be an empty string.",
279                    "readonly": false,
280                    "type": "string"
281                },
282                "Version": {
283                    "description": "The hardware version of this equipment.",
284                    "longDescription": "This property shall contain the hardware version of this equipment as determined by the vendor or supplier.",
285                    "readonly": true,
286                    "type": [
287                        "string",
288                        "null"
289                    ]
290                }
291            },
292            "required": [
293                "EquipmentType",
294                "@odata.id",
295                "@odata.type",
296                "Id",
297                "Name"
298            ],
299            "type": "object"
300        },
301        "Links": {
302            "additionalProperties": false,
303            "description": "The links to other resources that are related to this resource.",
304            "longDescription": "This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource.",
305            "patternProperties": {
306                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
307                    "description": "This property shall specify a valid odata or Redfish property.",
308                    "type": [
309                        "array",
310                        "boolean",
311                        "integer",
312                        "number",
313                        "null",
314                        "object",
315                        "string"
316                    ]
317                }
318            },
319            "properties": {
320                "Chassis": {
321                    "description": "An array of links to the chassis that contain this equipment.",
322                    "items": {
323                        "$ref": "http://redfish.dmtf.org/schemas/v1/Chassis.json#/definitions/Chassis"
324                    },
325                    "longDescription": "This property shall contain an array of links to resources of type `Chassis` that represent the physical containers that contain this equipment.",
326                    "readonly": true,
327                    "type": "array"
328                },
329                "Chassis@odata.count": {
330                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
331                },
332                "Facility": {
333                    "$ref": "http://redfish.dmtf.org/schemas/v1/Facility.json#/definitions/Facility",
334                    "description": "A link to the facility that contains this equipment.",
335                    "longDescription": "This property shall contain a link to a resource of type `Facility` that represents the facility that contains this equipment.",
336                    "readonly": true
337                },
338                "ManagedBy": {
339                    "description": "An array of links to the managers responsible for managing this equipment.",
340                    "items": {
341                        "$ref": "http://redfish.dmtf.org/schemas/v1/Manager.json#/definitions/Manager"
342                    },
343                    "longDescription": "This property shall contain an array of links to resources of type `Manager` that represent the managers that manage this equipment.",
344                    "readonly": true,
345                    "type": "array"
346                },
347                "ManagedBy@odata.count": {
348                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
349                },
350                "Oem": {
351                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
352                    "description": "The OEM extension property.",
353                    "longDescription": "This property shall contain the OEM extensions.  All values for properties contained in this object shall conform to the Redfish Specification-described requirements."
354                }
355            },
356            "type": "object"
357        },
358        "OemActions": {
359            "additionalProperties": true,
360            "description": "The available OEM-specific actions for this resource.",
361            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
362            "patternProperties": {
363                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
364                    "description": "This property shall specify a valid odata or Redfish property.",
365                    "type": [
366                        "array",
367                        "boolean",
368                        "integer",
369                        "number",
370                        "null",
371                        "object",
372                        "string"
373                    ]
374                }
375            },
376            "properties": {},
377            "type": "object"
378        }
379    },
380    "language": "en",
381    "owningEntity": "DMTF",
382    "release": "2023.2",
383    "title": "#CoolingUnit.v1_1_2.CoolingUnit"
384}