1{
2    "$id": "http://redfish.dmtf.org/schemas/v1/Heater.v1_0_2.json",
3    "$ref": "#/definitions/Heater",
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        "Heater": {
35            "additionalProperties": false,
36            "description": "The `Heater` schema describes a heating unit for devices contained within a chassis.",
37            "longDescription": "This resource shall represent the management properties for monitoring and management of heaters for a Redfish implementation.",
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                "@odata.context": {
54                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
55                },
56                "@odata.etag": {
57                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
58                },
59                "@odata.id": {
60                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
61                },
62                "@odata.type": {
63                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
64                },
65                "Actions": {
66                    "$ref": "#/definitions/Actions",
67                    "description": "The available actions for this resource.",
68                    "longDescription": "This property shall contain the available actions for this resource."
69                },
70                "Assembly": {
71                    "$ref": "http://redfish.dmtf.org/schemas/v1/Assembly.json#/definitions/Assembly",
72                    "description": "The link to the assembly associated with this heater.",
73                    "longDescription": "This property shall contain a link to a resource of type `Assembly`.",
74                    "readonly": true
75                },
76                "Description": {
77                    "anyOf": [
78                        {
79                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
80                        },
81                        {
82                            "type": "null"
83                        }
84                    ],
85                    "readonly": true
86                },
87                "HotPluggable": {
88                    "description": "An indication of whether this device can be inserted or removed while the equipment is in operation.",
89                    "longDescription": "This property shall indicate whether the device can be inserted or removed while the underlying equipment otherwise remains in its current operational state.  Hot-pluggable devices can become operable without altering the operational state of the underlying equipment.  Devices that cannot be inserted or removed from equipment in operation, or devices that cannot become operable without affecting the operational state of that equipment, shall not be hot-pluggable.",
90                    "readonly": true,
91                    "type": [
92                        "boolean",
93                        "null"
94                    ]
95                },
96                "Id": {
97                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
98                    "readonly": true
99                },
100                "Links": {
101                    "$ref": "#/definitions/Links",
102                    "description": "The links to other resources that are related to this resource.",
103                    "longDescription": "This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."
104                },
105                "Location": {
106                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Location",
107                    "description": "The location of the heater.",
108                    "longDescription": "This property shall contain the location information of this heater."
109                },
110                "LocationIndicatorActive": {
111                    "description": "An indicator allowing an operator to physically locate this resource.",
112                    "longDescription": "This property shall contain the state of the indicator used to physically identify or locate this resource.",
113                    "readonly": false,
114                    "type": [
115                        "boolean",
116                        "null"
117                    ]
118                },
119                "Manufacturer": {
120                    "description": "The manufacturer of this heater.",
121                    "longDescription": "This property shall contain the name of the organization responsible for producing the heater.  This organization may be the entity from whom the heater is purchased, but this is not necessarily true.",
122                    "readonly": true,
123                    "type": [
124                        "string",
125                        "null"
126                    ]
127                },
128                "Metrics": {
129                    "$ref": "http://redfish.dmtf.org/schemas/v1/HeaterMetrics.json#/definitions/HeaterMetrics",
130                    "description": "The link to the heater metrics resource associated with this heater.",
131                    "longDescription": "This property shall contain a link to a resource of type `HeaterMetrics`.",
132                    "readonly": true
133                },
134                "Model": {
135                    "description": "The model number for this heater.",
136                    "longDescription": "This property shall contain the model information as defined by the manufacturer for this heater.",
137                    "readonly": true,
138                    "type": [
139                        "string",
140                        "null"
141                    ]
142                },
143                "Name": {
144                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
145                    "readonly": true
146                },
147                "Oem": {
148                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
149                    "description": "The OEM extension property.",
150                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
151                },
152                "PartNumber": {
153                    "description": "The part number for this heater.",
154                    "longDescription": "This property shall contain the part number as defined by the manufacturer for this heater.",
155                    "readonly": true,
156                    "type": [
157                        "string",
158                        "null"
159                    ]
160                },
161                "PhysicalContext": {
162                    "$ref": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json#/definitions/PhysicalContext",
163                    "description": "The area or device associated with this heater.",
164                    "longDescription": "This property shall contain a description of the affected device or region within the chassis with which this heater is associated.",
165                    "readonly": true
166                },
167                "SerialNumber": {
168                    "description": "The serial number for this heater.",
169                    "longDescription": "This property shall contain the serial number as defined by the manufacturer for this heater.",
170                    "readonly": true,
171                    "type": [
172                        "string",
173                        "null"
174                    ]
175                },
176                "SparePartNumber": {
177                    "description": "The spare part number for this heater.",
178                    "longDescription": "This property shall contain the spare or replacement part number as defined by the manufacturer for this heater.",
179                    "readonly": true,
180                    "type": [
181                        "string",
182                        "null"
183                    ]
184                },
185                "Status": {
186                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
187                    "description": "The status and health of the resource and its subordinate or dependent resources.",
188                    "longDescription": "This property shall contain any status or health properties of the resource."
189                }
190            },
191            "required": [
192                "@odata.id",
193                "@odata.type",
194                "Id",
195                "Name"
196            ],
197            "type": "object"
198        },
199        "Links": {
200            "additionalProperties": false,
201            "description": "The links to other resources that are related to this resource.",
202            "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.",
203            "patternProperties": {
204                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
205                    "description": "This property shall specify a valid odata or Redfish property.",
206                    "type": [
207                        "array",
208                        "boolean",
209                        "integer",
210                        "number",
211                        "null",
212                        "object",
213                        "string"
214                    ]
215                }
216            },
217            "properties": {
218                "Managers": {
219                    "description": "An array of links to the managers heated by this heater.",
220                    "items": {
221                        "$ref": "http://redfish.dmtf.org/schemas/v1/Manager.json#/definitions/Manager"
222                    },
223                    "longDescription": "This property shall contain an array of links to the managers which this heater heats.",
224                    "readonly": true,
225                    "type": "array"
226                },
227                "Managers@odata.count": {
228                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
229                },
230                "Memory": {
231                    "description": "An array of links to the memory devices heated by this heater.",
232                    "items": {
233                        "$ref": "http://redfish.dmtf.org/schemas/v1/Memory.json#/definitions/Memory"
234                    },
235                    "longDescription": "This property shall contain an array of links to the memory devices which this heater heats.",
236                    "readonly": true,
237                    "type": "array"
238                },
239                "Memory@odata.count": {
240                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
241                },
242                "NetworkAdapters": {
243                    "description": "An array of links to the network adapters heated by this heater.",
244                    "items": {
245                        "$ref": "http://redfish.dmtf.org/schemas/v1/NetworkAdapter.json#/definitions/NetworkAdapter"
246                    },
247                    "longDescription": "This property shall contain an array of links to the network adapters which this heater heats.",
248                    "readonly": true,
249                    "type": "array"
250                },
251                "NetworkAdapters@odata.count": {
252                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
253                },
254                "Oem": {
255                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
256                    "description": "The OEM extension property.",
257                    "longDescription": "This property shall contain the OEM extensions.  All values for properties contained in this object shall conform to the Redfish Specification-described requirements."
258                },
259                "Processors": {
260                    "description": "An array of links to the processors heated by this heater.",
261                    "items": {
262                        "$ref": "http://redfish.dmtf.org/schemas/v1/Processor.json#/definitions/Processor"
263                    },
264                    "longDescription": "This property shall contain an array of links to the processors which this heater heats.",
265                    "readonly": true,
266                    "type": "array"
267                },
268                "Processors@odata.count": {
269                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
270                },
271                "StorageControllers": {
272                    "description": "An array of links to the storage controllers heated by this heater.",
273                    "items": {
274                        "$ref": "http://redfish.dmtf.org/schemas/v1/StorageController.json#/definitions/StorageController"
275                    },
276                    "longDescription": "This property shall contain an array of links to the storage controllers which this heater heats.",
277                    "readonly": true,
278                    "type": "array"
279                },
280                "StorageControllers@odata.count": {
281                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
282                }
283            },
284            "type": "object"
285        },
286        "OemActions": {
287            "additionalProperties": true,
288            "description": "The available OEM-specific actions for this resource.",
289            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
290            "patternProperties": {
291                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
292                    "description": "This property shall specify a valid odata or Redfish property.",
293                    "type": [
294                        "array",
295                        "boolean",
296                        "integer",
297                        "number",
298                        "null",
299                        "object",
300                        "string"
301                    ]
302                }
303            },
304            "properties": {},
305            "type": "object"
306        }
307    },
308    "language": "en",
309    "owningEntity": "DMTF",
310    "release": "2022.3",
311    "title": "#Heater.v1_0_2.Heater"
312}