blob: 9f940b597192a308d71ba652e7f2cb35adcaddf4 [file] [log] [blame]
Ed Tanous118b1c72018-09-13 13:45:51 -07001{
Gunnar Mills2ae81db2024-01-31 14:25:11 -06002 "$id": "http://redfish.dmtf.org/schemas/v1/Chassis.v1_25_0.json",
Ed Tanous118b1c72018-09-13 13:45:51 -07003 "$ref": "#/definitions/Chassis",
Ed Tanous530520e2019-01-02 13:41:37 -08004 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
Ed Tanousf263e092023-05-22 09:56:29 -07005 "copyright": "Copyright 2014-2023 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
Ed Tanous118b1c72018-09-13 13:45:51 -07006 "definitions": {
7 "Actions": {
8 "additionalProperties": false,
Gunnar Millsa778c022020-05-12 12:20:36 -05009 "description": "The available actions for this resource.",
10 "longDescription": "This type shall contain the available actions for this resource.",
Ed Tanous118b1c72018-09-13 13:45:51 -070011 "patternProperties": {
Ed Tanouscb103132019-10-08 11:34:22 -070012 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
Ed Tanous118b1c72018-09-13 13:45:51 -070013 "description": "This property shall specify a valid odata or Redfish property.",
14 "type": [
15 "array",
16 "boolean",
Ed Tanous530520e2019-01-02 13:41:37 -080017 "integer",
Ed Tanous118b1c72018-09-13 13:45:51 -070018 "number",
19 "null",
20 "object",
21 "string"
22 ]
23 }
24 },
25 "properties": {
26 "#Chassis.Reset": {
27 "$ref": "#/definitions/Reset"
28 },
29 "Oem": {
Ed Tanous530520e2019-01-02 13:41:37 -080030 "$ref": "#/definitions/OemActions",
Gunnar Millsa778c022020-05-12 12:20:36 -050031 "description": "The available OEM-specific actions for this resource.",
32 "longDescription": "This property shall contain the available OEM-specific actions for this resource."
Ed Tanous118b1c72018-09-13 13:45:51 -070033 }
34 },
35 "type": "object"
36 },
37 "Chassis": {
38 "additionalProperties": false,
Ed Tanousf263e092023-05-22 09:56:29 -070039 "description": "The Chassis schema represents the physical components of a system. This resource represents the sheet-metal confined spaces and logical zones such as racks, enclosures, chassis and all other containers. Subsystems, such as sensors, that operate outside of a system's data plane are linked either directly or indirectly through this resource. A subsystem that operates outside of a system's data plane are not accessible to software that runs on the system. It also describes the location, such as a slot, socket, or bay, where a unit can be installed, by populating a resource instance with an absent state if a unit is not present.",
40 "longDescription": "This resource shall represent a chassis or other physical enclosure for a Redfish implementation. It may also represent a location, such as a slot, socket, or bay, where a unit may be installed, but the State property within the Status property contains `Absent`.",
Ed Tanous118b1c72018-09-13 13:45:51 -070041 "patternProperties": {
Ed Tanouscb103132019-10-08 11:34:22 -070042 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
Ed Tanous118b1c72018-09-13 13:45:51 -070043 "description": "This property shall specify a valid odata or Redfish property.",
44 "type": [
45 "array",
46 "boolean",
Ed Tanous530520e2019-01-02 13:41:37 -080047 "integer",
Ed Tanous118b1c72018-09-13 13:45:51 -070048 "number",
49 "null",
50 "object",
51 "string"
52 ]
53 }
54 },
55 "properties": {
56 "@odata.context": {
Ed Tanouscb103132019-10-08 11:34:22 -070057 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
Ed Tanous118b1c72018-09-13 13:45:51 -070058 },
59 "@odata.etag": {
Ed Tanouscb103132019-10-08 11:34:22 -070060 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
Ed Tanous118b1c72018-09-13 13:45:51 -070061 },
62 "@odata.id": {
Ed Tanouscb103132019-10-08 11:34:22 -070063 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
Ed Tanous118b1c72018-09-13 13:45:51 -070064 },
65 "@odata.type": {
Ed Tanouscb103132019-10-08 11:34:22 -070066 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
Ed Tanous118b1c72018-09-13 13:45:51 -070067 },
68 "Actions": {
69 "$ref": "#/definitions/Actions",
Gunnar Millsa778c022020-05-12 12:20:36 -050070 "description": "The available actions for this resource.",
71 "longDescription": "This property shall contain the available actions for this resource."
Ed Tanous118b1c72018-09-13 13:45:51 -070072 },
73 "Assembly": {
74 "$ref": "http://redfish.dmtf.org/schemas/v1/Assembly.json#/definitions/Assembly",
Gunnar Millsa778c022020-05-12 12:20:36 -050075 "description": "The link to the assembly associated with this chassis.",
76 "longDescription": "This property shall contain a link to a resource of type Assembly.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -060077 "readonly": true,
78 "versionAdded": "v1_6_0"
Ed Tanous118b1c72018-09-13 13:45:51 -070079 },
80 "AssetTag": {
Ed Tanouscb103132019-10-08 11:34:22 -070081 "description": "The user-assigned asset tag of this chassis.",
Ed Tanousf263e092023-05-22 09:56:29 -070082 "longDescription": "This property shall contain an identifying string that tracks the chassis for inventory purposes. Modifying this property may modify the AssetTag in the resource that represents the functional view of this Chassis, such as a ComputerSystem resource.",
Ed Tanous118b1c72018-09-13 13:45:51 -070083 "readonly": false,
84 "type": [
85 "string",
86 "null"
87 ]
88 },
Gunnar Mills262d7d42021-01-20 16:28:41 -060089 "Certificates": {
90 "$ref": "http://redfish.dmtf.org/schemas/v1/CertificateCollection.json#/definitions/CertificateCollection",
91 "description": "The link to a collection of certificates for device identity and attestation.",
92 "longDescription": "This property shall contain a link to a resource collection of type CertificateCollection that contains certificates for device identity and attestation.",
93 "readonly": true,
94 "versionAdded": "v1_15_0"
95 },
Ed Tanous118b1c72018-09-13 13:45:51 -070096 "ChassisType": {
97 "$ref": "#/definitions/ChassisType",
98 "description": "The type of physical form factor of the chassis.",
Gunnar Millsa778c022020-05-12 12:20:36 -050099 "longDescription": "This property shall indicate the physical form factor for the type of chassis.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700100 "readonly": true
101 },
Gunnar Mills9d424662021-09-22 21:56:16 -0500102 "Controls": {
103 "$ref": "http://redfish.dmtf.org/schemas/v1/ControlCollection.json#/definitions/ControlCollection",
104 "description": "The link to the collection of controls located in this chassis.",
105 "longDescription": "This property shall contain a link to a resource collection of type ControlCollection.",
106 "readonly": true,
107 "versionAdded": "v1_17_0"
108 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700109 "DepthMm": {
110 "description": "The depth of the chassis.",
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600111 "longDescription": "This property shall represent the depth (length) of the chassis, in millimeter units, as specified by the manufacturer.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700112 "minimum": 0,
113 "readonly": true,
114 "type": [
115 "number",
116 "null"
117 ],
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600118 "units": "mm",
119 "versionAdded": "v1_4_0"
Ed Tanous118b1c72018-09-13 13:45:51 -0700120 },
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 },
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700132 "Doors": {
133 "$ref": "#/definitions/Doors",
134 "description": "The doors or access panels of the chassis.",
135 "longDescription": "This property shall contain information about the doors or access panels of the chassis.",
136 "versionAdded": "v1_24_0"
137 },
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500138 "Drives": {
139 "$ref": "http://redfish.dmtf.org/schemas/v1/DriveCollection.json#/definitions/DriveCollection",
140 "description": "The link to the collection of drives within this chassis.",
141 "longDescription": "This property shall contain a link to a resource collection of type DriveCollection.",
142 "versionAdded": "v1_14_0"
143 },
Gunnar Mills60c922d2021-12-01 09:28:53 -0600144 "ElectricalSourceManagerURIs": {
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600145 "description": "The URIs of the management interfaces for the external electrical source connections for this chassis.",
Gunnar Mills60c922d2021-12-01 09:28:53 -0600146 "format": "uri-reference",
147 "items": {
148 "type": [
149 "string",
150 "null"
151 ]
152 },
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600153 "longDescription": "This property shall contain an array of URIs to the management applications or devices that provide monitoring or control of the external electrical sources that provide power to this chassis.",
Gunnar Mills60c922d2021-12-01 09:28:53 -0600154 "readonly": false,
155 "type": "array",
156 "versionAdded": "v1_18_0"
157 },
158 "ElectricalSourceNames": {
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600159 "description": "The names of the external electrical sources, such as circuits or outlets, connected to this chassis.",
Gunnar Mills60c922d2021-12-01 09:28:53 -0600160 "items": {
161 "type": [
162 "string",
163 "null"
164 ]
165 },
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600166 "longDescription": "This property shall contain an array of strings that identify the external electrical sources, such as the names of circuits or outlets, that provide power to this chassis.",
Gunnar Mills60c922d2021-12-01 09:28:53 -0600167 "readonly": false,
168 "type": "array",
169 "versionAdded": "v1_18_0"
170 },
Gunnar Mills262d7d42021-01-20 16:28:41 -0600171 "EnvironmentMetrics": {
172 "$ref": "http://redfish.dmtf.org/schemas/v1/EnvironmentMetrics.json#/definitions/EnvironmentMetrics",
173 "description": "The link to the environment metrics for this chassis.",
174 "longDescription": "This property shall contain a link to a resource of type EnvironmentMetrics that specifies the environment metrics for this chassis.",
175 "readonly": true,
176 "versionAdded": "v1_15_0"
177 },
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600178 "EnvironmentalClass": {
179 "anyOf": [
180 {
181 "$ref": "#/definitions/EnvironmentalClass"
182 },
183 {
184 "type": "null"
185 }
186 ],
Ed Tanouscb103132019-10-08 11:34:22 -0700187 "description": "The ASHRAE Environmental Class for this chassis.",
188 "longDescription": "This property shall contain the ASHRAE Environmental Class for this chassis, as defined by ASHRAE Thermal Guidelines for Data Processing Environments. These classes define respective environmental limits that include temperature, relative humidity, dew point, and maximum allowable elevation.",
Ed Tanoused761212022-09-23 15:03:29 -0700189 "readonly": false,
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600190 "versionAdded": "v1_9_0"
191 },
Ed Tanoused761212022-09-23 15:03:29 -0700192 "FabricAdapters": {
193 "$ref": "http://redfish.dmtf.org/schemas/v1/FabricAdapterCollection.json#/definitions/FabricAdapterCollection",
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800194 "description": "The link to the collection of fabric adapters located in this chassis that provide access to fabric-related resource pools.",
195 "longDescription": "This property shall contain a link to a resource collection of type FabricAdapterCollection that represents fabric adapters in this chassis that provide access to fabric-related resource pools.",
Ed Tanoused761212022-09-23 15:03:29 -0700196 "readonly": true,
197 "versionAdded": "v1_20_0"
198 },
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600199 "HeatingCoolingEquipmentNames": {
200 "description": "The names of the external heating or cooling equipment, such as coolant distribution units, connected to this chassis.",
201 "items": {
202 "type": [
203 "string",
204 "null"
205 ]
206 },
207 "longDescription": "This property shall contain an array of strings that identify the external heating or cooling equipment, such as the names of specific coolant distribution units, that provide thermal management for this chassis.",
208 "readonly": false,
209 "type": "array",
210 "versionAdded": "v1_25_0"
211 },
212 "HeatingCoolingManagerURIs": {
213 "description": "The URIs of the management interfaces for the external heating or cooling equipment for this chassis.",
214 "format": "uri-reference",
215 "items": {
216 "type": [
217 "string",
218 "null"
219 ]
220 },
221 "longDescription": "This property shall contain an array of URIs to the management applications or devices that provide monitoring or control of the external heating or cooling equipment that provide thermal management for this chassis.",
222 "readonly": false,
223 "type": "array",
224 "versionAdded": "v1_25_0"
225 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700226 "HeightMm": {
227 "description": "The height of the chassis.",
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600228 "longDescription": "This property shall represent the height of the chassis, in millimeter units, as specified by the manufacturer.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700229 "minimum": 0,
230 "readonly": true,
231 "type": [
232 "number",
233 "null"
234 ],
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600235 "units": "mm",
236 "versionAdded": "v1_4_0"
Ed Tanous118b1c72018-09-13 13:45:51 -0700237 },
Asmitha Karunanithi009c6452022-09-22 01:07:59 -0500238 "HotPluggable": {
239 "description": "An indication of whether this component can be inserted or removed while the equipment is in operation.",
240 "longDescription": "This property shall indicate whether the component can be inserted or removed while the underlying equipment otherwise remains in its current operational state. Components indicated as hot-pluggable shall allow the component to become operable without altering the operational state of the underlying equipment. Components that cannot be inserted or removed from equipment in operation, or components that cannot become operable without affecting the operational state of that equipment, shall be indicated as not hot-pluggable.",
241 "readonly": true,
242 "type": [
243 "boolean",
244 "null"
245 ],
246 "versionAdded": "v1_21_0"
247 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700248 "Id": {
249 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
250 "readonly": true
251 },
252 "IndicatorLED": {
253 "anyOf": [
254 {
255 "$ref": "#/definitions/IndicatorLED"
256 },
257 {
258 "type": "null"
259 }
260 ],
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500261 "deprecated": "This property has been deprecated in favor of the LocationIndicatorActive property.",
Ed Tanouscb103132019-10-08 11:34:22 -0700262 "description": "The state of the indicator LED, which identifies the chassis.",
263 "longDescription": "This property shall contain the indicator light state for the indicator light associated with this system.",
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500264 "readonly": false,
265 "versionDeprecated": "v1_14_0"
Ed Tanous118b1c72018-09-13 13:45:51 -0700266 },
267 "Links": {
268 "$ref": "#/definitions/Links",
Gunnar Millsa778c022020-05-12 12:20:36 -0500269 "description": "The links to other resources that are related to this resource.",
270 "longDescription": "This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."
Ed Tanous118b1c72018-09-13 13:45:51 -0700271 },
272 "Location": {
Ed Tanous530520e2019-01-02 13:41:37 -0800273 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Location",
Ed Tanouscb103132019-10-08 11:34:22 -0700274 "description": "The location of the chassis.",
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600275 "longDescription": "This property shall contain the location information of the associated chassis.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600276 "versionAdded": "v1_2_0"
Ed Tanous118b1c72018-09-13 13:45:51 -0700277 },
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500278 "LocationIndicatorActive": {
279 "description": "An indicator allowing an operator to physically locate this resource.",
Ed Tanousf263e092023-05-22 09:56:29 -0700280 "longDescription": "This property shall contain the state of the indicator used to physically identify or locate this resource. A write to this property shall update the value of IndicatorLED in this resource, if supported, to reflect the implementation of the locating function. Modifying this property may modify the LocationIndicatorActive in the resource that represents the functional view of this Chassis, such as a ComputerSystem resource.",
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500281 "readonly": false,
282 "type": [
283 "boolean",
284 "null"
285 ],
286 "versionAdded": "v1_14_0"
287 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700288 "LogServices": {
289 "$ref": "http://redfish.dmtf.org/schemas/v1/LogServiceCollection.json#/definitions/LogServiceCollection",
Ed Tanouscb103132019-10-08 11:34:22 -0700290 "description": "The link to the logs for this chassis.",
Gunnar Millsa778c022020-05-12 12:20:36 -0500291 "longDescription": "This property shall contain a link to a resource collection of type LogServiceCollection.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700292 "readonly": true
293 },
294 "Manufacturer": {
295 "description": "The manufacturer of this chassis.",
Gunnar Mills10f270b2021-05-19 15:34:06 -0500296 "longDescription": "This property shall contain the name of the organization responsible for producing the chassis. This organization may be the entity from whom the chassis is purchased, but this is not necessarily true.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700297 "readonly": true,
298 "type": [
299 "string",
300 "null"
301 ]
302 },
Gunnar Millsa778c022020-05-12 12:20:36 -0500303 "MaxPowerWatts": {
304 "description": "The upper bound of the total power consumed by the chassis.",
305 "longDescription": "This property shall contain the upper bound of the total power consumed by the chassis.",
306 "readonly": true,
307 "type": [
308 "number",
309 "null"
310 ],
311 "units": "W",
312 "versionAdded": "v1_12_0"
313 },
Gunnar Mills262d7d42021-01-20 16:28:41 -0600314 "Measurements": {
Sui Chen141d9432022-02-03 22:01:27 -0800315 "deprecated": "This property has been deprecated in favor of the ComponentIntegrity resource.",
Gunnar Mills262d7d42021-01-20 16:28:41 -0600316 "description": "An array of DSP0274-defined measurement blocks.",
317 "items": {
318 "$ref": "http://redfish.dmtf.org/schemas/v1/SoftwareInventory.json#/definitions/MeasurementBlock"
319 },
320 "longDescription": "This property shall contain an array of DSP0274-defined measurement blocks.",
321 "type": "array",
Sui Chen141d9432022-02-03 22:01:27 -0800322 "versionAdded": "v1_15_0",
323 "versionDeprecated": "v1_19_0"
Gunnar Mills262d7d42021-01-20 16:28:41 -0600324 },
Gunnar Mills09b9d452020-02-11 13:27:39 -0600325 "MediaControllers": {
326 "$ref": "http://redfish.dmtf.org/schemas/v1/MediaControllerCollection.json#/definitions/MediaControllerCollection",
Ed Tanoused761212022-09-23 15:03:29 -0700327 "deprecated": "This property has been deprecated in favor of FabricAdapters.",
Gunnar Mills09b9d452020-02-11 13:27:39 -0600328 "description": "The link to the collection of media controllers located in this chassis.",
Gunnar Millsa778c022020-05-12 12:20:36 -0500329 "longDescription": "This property shall contain a link to a resource collection of type MediaControllerCollection.",
Gunnar Mills09b9d452020-02-11 13:27:39 -0600330 "readonly": true,
Ed Tanoused761212022-09-23 15:03:29 -0700331 "versionAdded": "v1_11_0",
332 "versionDeprecated": "v1_20_0"
Gunnar Mills09b9d452020-02-11 13:27:39 -0600333 },
334 "Memory": {
335 "$ref": "http://redfish.dmtf.org/schemas/v1/MemoryCollection.json#/definitions/MemoryCollection",
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800336 "description": "The link to the collection of memory located in this chassis that belong to fabric-related resource pools.",
337 "longDescription": "This property shall contain a link to a resource collection of type MemoryCollection that represents memory in this chassis that belong to fabric-related resource pools.",
Gunnar Mills09b9d452020-02-11 13:27:39 -0600338 "readonly": true,
339 "versionAdded": "v1_11_0"
340 },
341 "MemoryDomains": {
342 "$ref": "http://redfish.dmtf.org/schemas/v1/MemoryDomainCollection.json#/definitions/MemoryDomainCollection",
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800343 "description": "The link to the collection of memory domains located in this chassis that belong to fabric-related resource pools.",
344 "longDescription": "This property shall contain a link to a resource collection of type MemoryDomainCollection that represents memory domains in this chassis that belong to fabric-related resource pools.",
Gunnar Mills09b9d452020-02-11 13:27:39 -0600345 "readonly": true,
346 "versionAdded": "v1_11_0"
347 },
Gunnar Millsa778c022020-05-12 12:20:36 -0500348 "MinPowerWatts": {
349 "description": "The lower bound of the total power consumed by the chassis.",
350 "longDescription": "This property shall contain the lower bound of the total power consumed by the chassis.",
351 "readonly": true,
352 "type": [
353 "number",
354 "null"
355 ],
356 "units": "W",
357 "versionAdded": "v1_12_0"
358 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700359 "Model": {
360 "description": "The model number of the chassis.",
Ed Tanouscb103132019-10-08 11:34:22 -0700361 "longDescription": "This property shall contain the name by which the manufacturer generally refers to the chassis.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700362 "readonly": true,
363 "type": [
364 "string",
365 "null"
366 ]
367 },
368 "Name": {
369 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
370 "readonly": true
371 },
372 "NetworkAdapters": {
373 "$ref": "http://redfish.dmtf.org/schemas/v1/NetworkAdapterCollection.json#/definitions/NetworkAdapterCollection",
Gunnar Millsa778c022020-05-12 12:20:36 -0500374 "description": "The link to the collection of network adapters associated with this chassis.",
375 "longDescription": "This property shall contain a link to a resource collection of type NetworkAdapterCollection.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600376 "readonly": true,
377 "versionAdded": "v1_4_0"
Ed Tanous118b1c72018-09-13 13:45:51 -0700378 },
379 "Oem": {
380 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
Ed Tanouscb103132019-10-08 11:34:22 -0700381 "description": "The OEM extension property.",
382 "longDescription": "This property shall contain the OEM extensions. All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
383 },
384 "PCIeDevices": {
385 "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeDeviceCollection.json#/definitions/PCIeDeviceCollection",
386 "description": "The link to the collection of PCIe devices located in this chassis.",
Gunnar Millsa778c022020-05-12 12:20:36 -0500387 "longDescription": "This property shall contain a link to a resource collection of type PCIeDeviceCollection.",
Ed Tanouscb103132019-10-08 11:34:22 -0700388 "readonly": true,
389 "versionAdded": "v1_10_0"
Ed Tanous118b1c72018-09-13 13:45:51 -0700390 },
Ed Tanous530520e2019-01-02 13:41:37 -0800391 "PCIeSlots": {
392 "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeSlots.json#/definitions/PCIeSlots",
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700393 "deprecated": "This property has been deprecated in favor of the PCIeDevices property. The PCIeSlots schema has been deprecated in favor of the PCIeDevice schema. Empty PCIe slots are represented by PCIeDevice resources using the `Absent` value of the State property within Status.",
Ed Tanouscb103132019-10-08 11:34:22 -0700394 "description": "The link to the PCIe slot properties for this chassis.",
Gunnar Millsa778c022020-05-12 12:20:36 -0500395 "longDescription": "This property shall contain a link to the resource of type PCIeSlots that represents the PCIe slot information for this chassis.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600396 "readonly": true,
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700397 "versionAdded": "v1_8_0",
398 "versionDeprecated": "v1_24_0"
Ed Tanous530520e2019-01-02 13:41:37 -0800399 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700400 "PartNumber": {
401 "description": "The part number of the chassis.",
Ed Tanouscb103132019-10-08 11:34:22 -0700402 "longDescription": "This property shall contain a part number assigned by the organization that is responsible for producing or manufacturing the chassis.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700403 "readonly": true,
404 "type": [
405 "string",
406 "null"
407 ]
408 },
409 "PhysicalSecurity": {
410 "$ref": "#/definitions/PhysicalSecurity",
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800411 "description": "The physical security state of the chassis.",
412 "longDescription": "This property shall contain the physical security state of the chassis. Services may construct this state from multiple physical sensors.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600413 "versionAdded": "v1_1_0"
Ed Tanous118b1c72018-09-13 13:45:51 -0700414 },
415 "Power": {
416 "$ref": "http://redfish.dmtf.org/schemas/v1/Power.json#/definitions/Power",
Gunnar Mills262d7d42021-01-20 16:28:41 -0600417 "deprecated": "This link has been deprecated in favor of the PowerSubsystem link property.",
Ed Tanouscb103132019-10-08 11:34:22 -0700418 "description": "The link to the power properties, or power supplies, power policies, and sensors, for this chassis.",
Gunnar Millsa778c022020-05-12 12:20:36 -0500419 "longDescription": "This property shall contain a link to a resource of type Power that represents the power characteristics of this chassis.",
Gunnar Mills262d7d42021-01-20 16:28:41 -0600420 "readonly": true,
421 "versionDeprecated": "v1_15_0"
Ed Tanous118b1c72018-09-13 13:45:51 -0700422 },
423 "PowerState": {
424 "anyOf": [
425 {
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800426 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/PowerState"
Ed Tanous118b1c72018-09-13 13:45:51 -0700427 },
428 {
429 "type": "null"
430 }
431 ],
432 "description": "The current power state of the chassis.",
Ed Tanouscb103132019-10-08 11:34:22 -0700433 "longDescription": "This property shall contain the power state of the chassis.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600434 "readonly": true,
435 "versionAdded": "v1_0_1"
Ed Tanous118b1c72018-09-13 13:45:51 -0700436 },
Gunnar Mills262d7d42021-01-20 16:28:41 -0600437 "PowerSubsystem": {
438 "$ref": "http://redfish.dmtf.org/schemas/v1/PowerSubsystem.json#/definitions/PowerSubsystem",
439 "description": "The link to the power subsystem properties for this chassis.",
440 "longDescription": "This property shall contain a link to a resource of type PowerSubsystem that represents the power subsystem information for this chassis.",
441 "readonly": true,
442 "versionAdded": "v1_15_0"
443 },
Ed Tanoused761212022-09-23 15:03:29 -0700444 "PoweredByParent": {
445 "description": "Indicates that the chassis receives power from the containing chassis.",
446 "longDescription": "This property shall indicate whether the chassis receives power from the chassis that contains it. The value `true` shall indicate that the containing chassis provides power. The value `false` shall indicate the chassis receives power from its own power subsystem, another chassis instance's power supplies, or outlets.",
447 "readonly": true,
448 "type": [
449 "boolean",
450 "null"
451 ],
452 "versionAdded": "v1_20_0"
453 },
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800454 "Processors": {
455 "$ref": "http://redfish.dmtf.org/schemas/v1/ProcessorCollection.json#/definitions/ProcessorCollection",
456 "description": "The link to the collection of processors located in this chassis that belong to fabric-related resource pools.",
457 "longDescription": "This property shall contain a link to a resource collection of type ProcessorCollection that represents processors in this chassis that belong to fabric-related resource pools.",
458 "readonly": true,
459 "versionAdded": "v1_22_0"
460 },
Asmitha Karunanithi009c6452022-09-22 01:07:59 -0500461 "Replaceable": {
462 "description": "An indication of whether this component can be independently replaced as allowed by the vendor's replacement policy.",
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600463 "longDescription": "This property shall indicate whether this component can be independently replaced as allowed by the vendor's replacement policy. A value of `false` indicates the component needs to be replaced by policy as part of another component. If the `LocationType` property of this component contains `Embedded`, this property shall contain `false`.",
Asmitha Karunanithi009c6452022-09-22 01:07:59 -0500464 "readonly": true,
465 "type": [
466 "boolean",
467 "null"
468 ],
469 "versionAdded": "v1_21_0"
470 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700471 "SKU": {
472 "description": "The SKU of the chassis.",
Ed Tanouscb103132019-10-08 11:34:22 -0700473 "longDescription": "This property shall contain the stock-keeping unit number for this chassis.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700474 "readonly": true,
475 "type": [
476 "string",
477 "null"
478 ]
479 },
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600480 "Sensors": {
481 "$ref": "http://redfish.dmtf.org/schemas/v1/SensorCollection.json#/definitions/SensorCollection",
Gunnar Millsa778c022020-05-12 12:20:36 -0500482 "description": "The link to the collection of sensors located in the equipment and sub-components.",
483 "longDescription": "This property shall contain a link to a resource collection of type SensorCollection that contains the sensors located in the chassis and sub-components.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600484 "readonly": true,
485 "versionAdded": "v1_9_0"
486 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700487 "SerialNumber": {
488 "description": "The serial number of the chassis.",
Ed Tanouscb103132019-10-08 11:34:22 -0700489 "longDescription": "This property shall contain a manufacturer-allocated number that identifies the chassis.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700490 "readonly": true,
491 "type": [
492 "string",
493 "null"
494 ]
495 },
Gunnar Mills10f270b2021-05-19 15:34:06 -0500496 "SparePartNumber": {
497 "description": "The spare part number of the chassis.",
498 "longDescription": "This property shall contain the spare part number of the chassis.",
499 "readonly": true,
500 "type": [
501 "string",
502 "null"
503 ],
504 "versionAdded": "v1_16_0"
505 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700506 "Status": {
Ed Tanous530520e2019-01-02 13:41:37 -0800507 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
Gunnar Millsa778c022020-05-12 12:20:36 -0500508 "description": "The status and health of the resource and its subordinate or dependent resources.",
509 "longDescription": "This property shall contain any status or health properties of the resource."
Ed Tanous118b1c72018-09-13 13:45:51 -0700510 },
511 "Thermal": {
512 "$ref": "http://redfish.dmtf.org/schemas/v1/Thermal.json#/definitions/Thermal",
Gunnar Mills262d7d42021-01-20 16:28:41 -0600513 "deprecated": "This link has been deprecated in favor of the ThermalSubsystem link property.",
Ed Tanouscb103132019-10-08 11:34:22 -0700514 "description": "The link to the thermal properties, such as fans, cooling, and sensors, for this chassis.",
Gunnar Millsa778c022020-05-12 12:20:36 -0500515 "longDescription": "This property shall contain a link to a resource of type Thermal that represents the thermal characteristics of this chassis.",
Gunnar Mills262d7d42021-01-20 16:28:41 -0600516 "readonly": true,
517 "versionDeprecated": "v1_15_0"
518 },
Ed Tanoused761212022-09-23 15:03:29 -0700519 "ThermalDirection": {
520 "anyOf": [
521 {
522 "$ref": "#/definitions/ThermalDirection"
523 },
524 {
525 "type": "null"
526 }
527 ],
528 "description": "Indicates the thermal management path through the chassis.",
529 "longDescription": "This property shall indicate the general direction of the thermal management path through the chassis.",
530 "readonly": true,
531 "versionAdded": "v1_20_0"
532 },
533 "ThermalManagedByParent": {
534 "description": "Indicates that the chassis is thermally managed by the parent chassis.",
535 "longDescription": "This property shall indicate whether the chassis relies on the containing chassis to provide thermal management. The value `true` shall indicate that the chassis relies on the containing chassis to provide thermal management. The value `false` shall indicate the chassis provides thermal management, and may provide details in a ThermalSubsystem resource, or by populating the Fans property in Links.",
536 "readonly": true,
537 "type": [
538 "boolean",
539 "null"
540 ],
541 "versionAdded": "v1_20_0"
542 },
Gunnar Mills262d7d42021-01-20 16:28:41 -0600543 "ThermalSubsystem": {
544 "$ref": "http://redfish.dmtf.org/schemas/v1/ThermalSubsystem.json#/definitions/ThermalSubsystem",
545 "description": "The link to the thermal subsystem properties for this chassis.",
546 "longDescription": "This property shall contain a link to a resource of type ThermalSubsystem that represents the thermal subsystem information for this chassis.",
547 "readonly": true,
548 "versionAdded": "v1_15_0"
Ed Tanous118b1c72018-09-13 13:45:51 -0700549 },
Asmitha Karunanithi009c6452022-09-22 01:07:59 -0500550 "TrustedComponents": {
551 "$ref": "http://redfish.dmtf.org/schemas/v1/TrustedComponentCollection.json#/definitions/TrustedComponentCollection",
552 "description": "The link to the trusted components in this chassis.",
553 "longDescription": "This property shall contain a link to a resource collection of type TrustedComponentCollection.",
554 "readonly": true,
555 "versionAdded": "v1_21_0"
556 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700557 "UUID": {
558 "anyOf": [
559 {
560 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/UUID"
561 },
562 {
563 "type": "null"
564 }
565 ],
Gunnar Millsa778c022020-05-12 12:20:36 -0500566 "description": "The UUID for this chassis.",
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600567 "longDescription": "This property shall contain the universally unique identifier number for this chassis.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600568 "readonly": true,
569 "versionAdded": "v1_7_0"
Ed Tanous118b1c72018-09-13 13:45:51 -0700570 },
Asmitha Karunanithi009c6452022-09-22 01:07:59 -0500571 "Version": {
572 "description": "The hardware version of this chassis.",
573 "longDescription": "This property shall contain the hardware version of this chassis as determined by the vendor or supplier.",
574 "readonly": true,
575 "type": [
576 "string",
577 "null"
578 ],
579 "versionAdded": "v1_21_0"
580 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700581 "WeightKg": {
582 "description": "The weight of the chassis.",
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600583 "longDescription": "This property shall represent the published mass, commonly referred to as weight, of the chassis, in kilogram units.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700584 "minimum": 0,
585 "readonly": true,
586 "type": [
587 "number",
588 "null"
589 ],
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600590 "units": "kg",
591 "versionAdded": "v1_4_0"
Ed Tanous118b1c72018-09-13 13:45:51 -0700592 },
593 "WidthMm": {
594 "description": "The width of the chassis.",
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600595 "longDescription": "This property shall represent the width of the chassis, in millimeter units, as specified by the manufacturer.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700596 "minimum": 0,
597 "readonly": true,
598 "type": [
599 "number",
600 "null"
601 ],
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600602 "units": "mm",
603 "versionAdded": "v1_4_0"
Ed Tanous118b1c72018-09-13 13:45:51 -0700604 }
605 },
606 "required": [
607 "ChassisType",
Ed Tanous530520e2019-01-02 13:41:37 -0800608 "@odata.id",
609 "@odata.type",
Ed Tanous118b1c72018-09-13 13:45:51 -0700610 "Id",
611 "Name"
612 ],
613 "type": "object"
614 },
615 "ChassisType": {
616 "enum": [
617 "Rack",
618 "Blade",
619 "Enclosure",
620 "StandAlone",
621 "RackMount",
622 "Card",
623 "Cartridge",
624 "Row",
625 "Pod",
626 "Expansion",
627 "Sidecar",
628 "Zone",
629 "Sled",
630 "Shelf",
631 "Drawer",
632 "Module",
633 "Component",
634 "IPBasedDrive",
635 "RackGroup",
636 "StorageEnclosure",
Ed Tanousf263e092023-05-22 09:56:29 -0700637 "ImmersionTank",
638 "HeatExchanger",
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600639 "PowerStrip",
Ed Tanous118b1c72018-09-13 13:45:51 -0700640 "Other"
641 ],
642 "enumDescriptions": {
Ed Tanouscb103132019-10-08 11:34:22 -0700643 "Blade": "An enclosed or semi-enclosed, typically vertically-oriented, system chassis that must be plugged into a multi-system chassis to function normally.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700644 "Card": "A loose device or circuit board intended to be installed in a system or other enclosure.",
645 "Cartridge": "A small self-contained system intended to be plugged into a multi-system chassis.",
Ed Tanouscb103132019-10-08 11:34:22 -0700646 "Component": "A small chassis, card, or device that contains devices for a particular subsystem or function.",
Gunnar Mills844b4152020-06-22 12:44:09 -0500647 "Drawer": "An enclosed or semi-enclosed, typically horizontally-oriented, system chassis that can be slid into a multi-system chassis.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700648 "Enclosure": "A generic term for a chassis that does not fit any other description.",
Ed Tanouscb103132019-10-08 11:34:22 -0700649 "Expansion": "A chassis that expands the capabilities or capacity of another chassis.",
Ed Tanousf263e092023-05-22 09:56:29 -0700650 "HeatExchanger": "A heat exchanger.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700651 "IPBasedDrive": "A chassis in a drive form factor with IP-based network connections.",
Ed Tanousf263e092023-05-22 09:56:29 -0700652 "ImmersionTank": "An immersion cooling tank.",
Ed Tanouscb103132019-10-08 11:34:22 -0700653 "Module": "A small, typically removable, chassis or card that contains devices for a particular subsystem or function.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700654 "Other": "A chassis that does not fit any of these definitions.",
655 "Pod": "A collection of equipment racks in a large, likely transportable, container.",
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600656 "PowerStrip": "A power strip, typically placed in the zero-U space of a rack.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700657 "Rack": "An equipment rack, typically a 19-inch wide freestanding unit.",
Ed Tanouscb103132019-10-08 11:34:22 -0700658 "RackGroup": "A group of racks that form a single entity or share infrastructure.",
659 "RackMount": "A single-system chassis designed specifically for mounting in an equipment rack.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700660 "Row": "A collection of equipment racks.",
Ed Tanouscb103132019-10-08 11:34:22 -0700661 "Shelf": "An enclosed or semi-enclosed, typically horizontally-oriented, system chassis that must be plugged into a multi-system chassis to function normally.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700662 "Sidecar": "A chassis that mates mechanically with another chassis to expand its capabilities or capacity.",
Ed Tanouscb103132019-10-08 11:34:22 -0700663 "Sled": "An enclosed or semi-enclosed, system chassis that must be plugged into a multi-system chassis to function normally similar to a blade type chassis.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700664 "StandAlone": "A single, free-standing system, commonly called a tower or desktop chassis.",
Ed Tanouscb103132019-10-08 11:34:22 -0700665 "StorageEnclosure": "A chassis that encloses storage.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700666 "Zone": "A logical division or portion of a physical chassis that contains multiple devices or systems that cannot be physically separated."
667 },
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600668 "enumVersionAdded": {
Ed Tanousf263e092023-05-22 09:56:29 -0700669 "HeatExchanger": "v1_23_0",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600670 "IPBasedDrive": "v1_3_0",
Ed Tanousf263e092023-05-22 09:56:29 -0700671 "ImmersionTank": "v1_23_0",
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600672 "PowerStrip": "v1_25_0",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600673 "RackGroup": "v1_4_0",
674 "StorageEnclosure": "v1_6_0"
675 },
676 "type": "string"
677 },
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700678 "Door": {
679 "additionalProperties": false,
680 "description": "A door or access panel on the chassis.",
681 "longDescription": "This type shall describe a door or access panel on the chassis.",
682 "patternProperties": {
683 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
684 "description": "This property shall specify a valid odata or Redfish property.",
685 "type": [
686 "array",
687 "boolean",
688 "integer",
689 "number",
690 "null",
691 "object",
692 "string"
693 ]
694 }
695 },
696 "properties": {
697 "DoorState": {
698 "anyOf": [
699 {
700 "$ref": "#/definitions/DoorState"
701 },
702 {
703 "type": "null"
704 }
705 ],
706 "description": "The state of the door.",
707 "longDescription": "This property shall contain the current state of the door.",
708 "readonly": true,
709 "versionAdded": "v1_24_0"
710 },
711 "Locked": {
712 "description": "Indicates if the door is locked.",
713 "longDescription": "This property shall indicate if the door is locked.",
714 "readonly": false,
715 "type": [
716 "boolean",
717 "null"
718 ],
719 "versionAdded": "v1_24_0"
720 },
721 "UserLabel": {
722 "description": "A user-assigned label.",
723 "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.",
724 "readonly": false,
725 "type": "string",
726 "versionAdded": "v1_24_0"
727 }
728 },
729 "type": "object"
730 },
731 "DoorState": {
732 "enum": [
733 "Locked",
734 "Closed",
735 "LockedAndOpen",
736 "Open"
737 ],
738 "enumDescriptions": {
739 "Closed": "Door is closed.",
740 "Locked": "Door is closed and locked.",
741 "LockedAndOpen": "Door is open and locked.",
742 "Open": "Door is open."
743 },
744 "enumLongDescriptions": {
745 "Closed": "This value shall indicate that the door is closed but unlocked.",
746 "Locked": "This value shall indicate that the door is both closed and locked. In this state, the door cannot be opened unless the value of the Locked property is set to `false`.",
747 "LockedAndOpen": "This value shall indicate that the door is open but the lock has been engaged. It may be possible to close the door while in this state.",
748 "Open": "This value shall indicate that the door is open."
749 },
750 "type": "string"
751 },
752 "Doors": {
753 "additionalProperties": false,
754 "description": "The doors or access panels of the chassis.",
755 "longDescription": "This type shall describe the doors or access panels of the chassis.",
756 "patternProperties": {
757 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
758 "description": "This property shall specify a valid odata or Redfish property.",
759 "type": [
760 "array",
761 "boolean",
762 "integer",
763 "number",
764 "null",
765 "object",
766 "string"
767 ]
768 }
769 },
770 "properties": {
771 "Front": {
772 "anyOf": [
773 {
774 "$ref": "#/definitions/Door"
775 },
776 {
777 "type": "null"
778 }
779 ],
780 "description": "The front door of the chassis.",
781 "longDescription": "This property shall contain information related to the front door, as defined by the manufacturer, of the chassis.",
782 "versionAdded": "v1_24_0"
783 },
784 "Rear": {
785 "anyOf": [
786 {
787 "$ref": "#/definitions/Door"
788 },
789 {
790 "type": "null"
791 }
792 ],
793 "description": "The rear door of the chassis.",
794 "longDescription": "This property shall contain information related to the rear door, as defined by the manufacturer, of the chassis.",
795 "versionAdded": "v1_24_0"
796 }
797 },
798 "type": "object"
799 },
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600800 "EnvironmentalClass": {
801 "enum": [
802 "A1",
803 "A2",
804 "A3",
805 "A4"
806 ],
807 "enumDescriptions": {
Ed Tanouscb103132019-10-08 11:34:22 -0700808 "A1": "ASHRAE Environmental Class 'A1'.",
809 "A2": "ASHRAE Environmental Class 'A2'.",
810 "A3": "ASHRAE Environmental Class 'A3'.",
811 "A4": "ASHRAE Environmental Class 'A4'."
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600812 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700813 "type": "string"
814 },
815 "IndicatorLED": {
816 "enum": [
817 "Unknown",
818 "Lit",
819 "Blinking",
820 "Off"
821 ],
822 "enumDeprecated": {
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600823 "Unknown": "This value has been deprecated in favor of returning `null` if the state is unknown."
Ed Tanous118b1c72018-09-13 13:45:51 -0700824 },
825 "enumDescriptions": {
Ed Tanouscb103132019-10-08 11:34:22 -0700826 "Blinking": "The indicator LED is blinking.",
827 "Lit": "The indicator LED is lit.",
828 "Off": "The indicator LED is off.",
829 "Unknown": "The state of the indicator LED cannot be determined."
Ed Tanous118b1c72018-09-13 13:45:51 -0700830 },
831 "enumLongDescriptions": {
Ed Tanouscb103132019-10-08 11:34:22 -0700832 "Blinking": "This value shall represent the indicator LED is in a blinking state where the LED is being turned on and off in repetition. If the service does not support this value, it shall reject PATCH or PUT requests containing this value by returning the HTTP 400 (Bad Request) status code.",
833 "Lit": "This value shall represent the indicator LED is in a solid on state. If the service does not support this value, it shall return the HTTP 400 (Bad Request) status code to reject PATCH or PUT requests that contain this value.",
834 "Off": "This value shall represent the indicator LED is in a solid off state. If the service does not support this value, it shall reject PATCH or PUT requests containing this value by returning the HTTP 400 (Bad Request) status code.",
Gunnar Millsa778c022020-05-12 12:20:36 -0500835 "Unknown": "This value shall represent the indicator LED is in an unknown state. The service shall reject PATCH or PUT requests containing this value by returning the HTTP 400 (Bad Request) status code."
Ed Tanous118b1c72018-09-13 13:45:51 -0700836 },
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600837 "enumVersionDeprecated": {
838 "Unknown": "v1_2_0"
839 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700840 "type": "string"
841 },
842 "IntrusionSensor": {
843 "enum": [
844 "Normal",
845 "HardwareIntrusion",
846 "TamperingDetected"
847 ],
848 "enumDescriptions": {
Ed Tanouscb103132019-10-08 11:34:22 -0700849 "HardwareIntrusion": "A door, lock, or other mechanism protecting the internal system hardware from being accessed is detected to be in an insecure state.",
Ed Tanousf263e092023-05-22 09:56:29 -0700850 "Normal": "No physical security condition is detected at this time.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700851 "TamperingDetected": "Physical tampering of the monitored entity is detected."
852 },
853 "type": "string"
854 },
855 "IntrusionSensorReArm": {
856 "enum": [
857 "Manual",
858 "Automatic"
859 ],
860 "enumDescriptions": {
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800861 "Automatic": "The sensor is automatically restored to the normal state when no security condition is detected.",
862 "Manual": "A user is required to clear the sensor to restore it to the normal state."
863 },
864 "enumLongDescriptions": {
865 "Automatic": "This value shall indicate the service sets the IntrusionSensor property to `Normal` when no security condition is detected.",
866 "Manual": "This value shall indicate a user is required to set the IntrusionSensor property to `Normal` to restore the sensor to its normal state."
Ed Tanous118b1c72018-09-13 13:45:51 -0700867 },
868 "type": "string"
869 },
870 "Links": {
871 "additionalProperties": false,
Gunnar Millsa778c022020-05-12 12:20:36 -0500872 "description": "The links to other resources that are related to this resource.",
873 "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.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700874 "patternProperties": {
Ed Tanouscb103132019-10-08 11:34:22 -0700875 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
Ed Tanous118b1c72018-09-13 13:45:51 -0700876 "description": "This property shall specify a valid odata or Redfish property.",
877 "type": [
878 "array",
879 "boolean",
Ed Tanous530520e2019-01-02 13:41:37 -0800880 "integer",
Ed Tanous118b1c72018-09-13 13:45:51 -0700881 "number",
882 "null",
883 "object",
884 "string"
885 ]
886 }
887 },
888 "properties": {
Gunnar Mills9d424662021-09-22 21:56:16 -0500889 "Cables": {
890 "description": "An array of links to the cables connected to this chassis.",
891 "items": {
892 "$ref": "http://redfish.dmtf.org/schemas/v1/Cable.json#/definitions/Cable"
893 },
894 "longDescription": "This property shall contain an array of links to resources of type Cable that represent the cables connected to this chassis.",
895 "readonly": true,
896 "type": "array",
897 "versionAdded": "v1_17_0"
898 },
899 "Cables@odata.count": {
900 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
901 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700902 "ComputerSystems": {
Ed Tanouscb103132019-10-08 11:34:22 -0700903 "description": "An array of links to the computer systems that this chassis directly and wholly contains.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700904 "items": {
905 "$ref": "http://redfish.dmtf.org/schemas/v1/ComputerSystem.json#/definitions/ComputerSystem"
906 },
Gunnar Millsa778c022020-05-12 12:20:36 -0500907 "longDescription": "This property shall contain an array of links to resources of type ComputerSystem with which this physical container is associated. If a chassis also links to a computer system to which this resource also links, this chassis shall not link to that computer system.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700908 "readonly": true,
909 "type": "array"
910 },
911 "ComputerSystems@odata.count": {
Ed Tanouscb103132019-10-08 11:34:22 -0700912 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
Ed Tanous118b1c72018-09-13 13:45:51 -0700913 },
Ed Tanousf263e092023-05-22 09:56:29 -0700914 "ConnectedCoolingLoops": {
915 "description": "An array of links to cooling loops connected to this chassis.",
916 "items": {
917 "$ref": "http://redfish.dmtf.org/schemas/v1/CoolingLoop.json#/definitions/CoolingLoop"
918 },
919 "longDescription": "This property shall contain an array of links to resources of type CoolingLoop that represent the cooling loops connected to this chassis.",
920 "readonly": false,
921 "type": "array",
922 "versionAdded": "v1_23_0"
923 },
924 "ConnectedCoolingLoops@odata.count": {
925 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
926 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700927 "ContainedBy": {
928 "$ref": "http://redfish.dmtf.org/schemas/v1/Chassis.json#/definitions/Chassis",
Ed Tanouscb103132019-10-08 11:34:22 -0700929 "description": "The link to the chassis that contains this chassis.",
Gunnar Millsa778c022020-05-12 12:20:36 -0500930 "longDescription": "This property shall contain a link to a resource of type Chassis that represents the chassis that contains this chassis.",
Gunnar Mills844b4152020-06-22 12:44:09 -0500931 "readonly": false
Ed Tanous118b1c72018-09-13 13:45:51 -0700932 },
933 "Contains": {
Ed Tanouscb103132019-10-08 11:34:22 -0700934 "description": "An array of links to any other chassis that this chassis has in it.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700935 "items": {
936 "$ref": "http://redfish.dmtf.org/schemas/v1/Chassis.json#/definitions/Chassis"
937 },
Gunnar Millsa778c022020-05-12 12:20:36 -0500938 "longDescription": "This property shall contain an array of links to resources of type Chassis that represent the chassis instances that this chassis contains.",
Gunnar Mills844b4152020-06-22 12:44:09 -0500939 "readonly": false,
Ed Tanous118b1c72018-09-13 13:45:51 -0700940 "type": "array"
941 },
942 "Contains@odata.count": {
Ed Tanouscb103132019-10-08 11:34:22 -0700943 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
Ed Tanous118b1c72018-09-13 13:45:51 -0700944 },
945 "CooledBy": {
Ed Tanoused761212022-09-23 15:03:29 -0700946 "deprecated": "This property has been deprecated in favor of the Fans link property, and details provided in the ThermalSubsystem resource.",
Gunnar Millsa778c022020-05-12 12:20:36 -0500947 "description": "An array of links to resources or objects that cool this chassis. Normally, the link is for either a chassis or a specific set of fans.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700948 "items": {
Ed Tanouscb103132019-10-08 11:34:22 -0700949 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
Ed Tanous118b1c72018-09-13 13:45:51 -0700950 },
Gunnar Millsa778c022020-05-12 12:20:36 -0500951 "longDescription": "This property shall contain an array of links to resources or objects that cool this chassis.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700952 "readonly": true,
Ed Tanoused761212022-09-23 15:03:29 -0700953 "type": "array",
954 "versionDeprecated": "v1_20_0"
Ed Tanous118b1c72018-09-13 13:45:51 -0700955 },
956 "CooledBy@odata.count": {
Ed Tanouscb103132019-10-08 11:34:22 -0700957 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
Ed Tanous118b1c72018-09-13 13:45:51 -0700958 },
Ed Tanousf263e092023-05-22 09:56:29 -0700959 "CoolingUnits": {
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600960 "description": "An array of links to cooling unit functionality contained in this chassis.",
Ed Tanousf263e092023-05-22 09:56:29 -0700961 "items": {
962 "$ref": "http://redfish.dmtf.org/schemas/v1/CoolingUnit.json#/definitions/CoolingUnit"
963 },
964 "longDescription": "This property shall contain an array of links to resources of type CoolingUnit that represent the cooling unit functionality contained within this chassis.",
965 "readonly": false,
966 "type": "array",
967 "versionAdded": "v1_23_0"
968 },
969 "CoolingUnits@odata.count": {
970 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
971 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700972 "Drives": {
Ed Tanouscb103132019-10-08 11:34:22 -0700973 "description": "An array of links to the drives located in this chassis.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700974 "items": {
975 "$ref": "http://redfish.dmtf.org/schemas/v1/Drive.json#/definitions/Drive"
976 },
Gunnar Millsa778c022020-05-12 12:20:36 -0500977 "longDescription": "This property shall contain an array of links to resources of type Drive that are in this chassis.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700978 "readonly": true,
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600979 "type": "array",
980 "versionAdded": "v1_2_0"
Ed Tanous118b1c72018-09-13 13:45:51 -0700981 },
982 "Drives@odata.count": {
Ed Tanouscb103132019-10-08 11:34:22 -0700983 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
Ed Tanous118b1c72018-09-13 13:45:51 -0700984 },
Gunnar Mills09b9d452020-02-11 13:27:39 -0600985 "Facility": {
986 "$ref": "http://redfish.dmtf.org/schemas/v1/Facility.json#/definitions/Facility",
987 "description": "The link to the facility that contains this chassis.",
988 "longDescription": "This property shall contain a link to the resource of type Facility and shall represent the smallest facility that contains this chassis. This property shall not appear in resources that include a ContainedBy property within the Links property.",
989 "readonly": false,
990 "versionAdded": "v1_11_0"
991 },
Ed Tanoused761212022-09-23 15:03:29 -0700992 "Fans": {
993 "description": "An array of links to the fans that cool this chassis.",
994 "items": {
995 "$ref": "http://redfish.dmtf.org/schemas/v1/Fan.json#/definitions/Fan"
996 },
997 "longDescription": "This property shall contain an array of links to resources of type Fan that represent the fans that provide cooling to this chassis. This property shall not be present if the ThermalManagedByParent property contains `true` or if the fans are contained in the ThermalSubsystem resource for this chassis.",
998 "readonly": true,
999 "type": "array",
1000 "versionAdded": "v1_20_0"
1001 },
1002 "Fans@odata.count": {
1003 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
1004 },
Ed Tanous118b1c72018-09-13 13:45:51 -07001005 "ManagedBy": {
Gunnar Millsa778c022020-05-12 12:20:36 -05001006 "description": "An array of links to the managers responsible for managing this chassis.",
Ed Tanous118b1c72018-09-13 13:45:51 -07001007 "items": {
1008 "$ref": "http://redfish.dmtf.org/schemas/v1/Manager.json#/definitions/Manager"
1009 },
Gunnar Millsa778c022020-05-12 12:20:36 -05001010 "longDescription": "This property shall contain an array of links to resources of type Manager that manage this chassis.",
Ed Tanous118b1c72018-09-13 13:45:51 -07001011 "readonly": true,
1012 "type": "array"
1013 },
1014 "ManagedBy@odata.count": {
Ed Tanouscb103132019-10-08 11:34:22 -07001015 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
Ed Tanous118b1c72018-09-13 13:45:51 -07001016 },
1017 "ManagersInChassis": {
Ed Tanouscb103132019-10-08 11:34:22 -07001018 "description": "An array of links to the managers located in this chassis.",
Ed Tanous118b1c72018-09-13 13:45:51 -07001019 "items": {
1020 "$ref": "http://redfish.dmtf.org/schemas/v1/Manager.json#/definitions/Manager"
1021 },
Gunnar Millsa778c022020-05-12 12:20:36 -05001022 "longDescription": "This property shall contain an array of links to resources of type Manager that are in this chassis.",
Ed Tanous118b1c72018-09-13 13:45:51 -07001023 "readonly": true,
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001024 "type": "array",
1025 "versionAdded": "v1_2_0"
Ed Tanous118b1c72018-09-13 13:45:51 -07001026 },
1027 "ManagersInChassis@odata.count": {
Ed Tanouscb103132019-10-08 11:34:22 -07001028 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
Ed Tanous118b1c72018-09-13 13:45:51 -07001029 },
1030 "Oem": {
1031 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
Ed Tanouscb103132019-10-08 11:34:22 -07001032 "description": "The OEM extension property.",
1033 "longDescription": "This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements."
Ed Tanous118b1c72018-09-13 13:45:51 -07001034 },
1035 "PCIeDevices": {
Gunnar Millsa778c022020-05-12 12:20:36 -05001036 "deprecated": "This property has been deprecated in favor of the PCIeDevices resource collection in the root of this resource.",
Ed Tanouscb103132019-10-08 11:34:22 -07001037 "description": "An array of links to the PCIe devices located in this chassis.",
Ed Tanous118b1c72018-09-13 13:45:51 -07001038 "items": {
1039 "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeDevice.json#/definitions/PCIeDevice"
1040 },
Gunnar Millsa778c022020-05-12 12:20:36 -05001041 "longDescription": "This property shall contain an array of links to resources of type PCIeDevice.",
Ed Tanous118b1c72018-09-13 13:45:51 -07001042 "readonly": true,
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001043 "type": "array",
Ed Tanouscb103132019-10-08 11:34:22 -07001044 "versionAdded": "v1_4_0",
1045 "versionDeprecated": "v1_10_0"
Ed Tanous118b1c72018-09-13 13:45:51 -07001046 },
1047 "PCIeDevices@odata.count": {
Ed Tanouscb103132019-10-08 11:34:22 -07001048 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
Ed Tanous118b1c72018-09-13 13:45:51 -07001049 },
Ed Tanoused761212022-09-23 15:03:29 -07001050 "PowerDistribution": {
1051 "anyOf": [
1052 {
1053 "$ref": "http://redfish.dmtf.org/schemas/v1/PowerDistribution.json#/definitions/PowerDistribution"
1054 },
1055 {
1056 "type": "null"
1057 }
1058 ],
1059 "description": "A link to power distribution functionality contained in this chassis.",
1060 "longDescription": "This property shall contain a link to a resource of type PowerDistribution that represents the power distribution functionality contained within this chassis.",
1061 "readonly": true,
1062 "versionAdded": "v1_20_0"
1063 },
Gunnar Mills60c922d2021-12-01 09:28:53 -06001064 "PowerOutlets": {
1065 "description": "An array of links to the outlets that provide power to this chassis.",
1066 "items": {
1067 "$ref": "http://redfish.dmtf.org/schemas/v1/Outlet.json#/definitions/Outlet"
1068 },
Ed Tanoused761212022-09-23 15:03:29 -07001069 "longDescription": "This property shall contain an array of links to resources of type Outlet that represent the outlets that provide power to this chassis. This property shall not be present if the PoweredByParent property contains `true`.",
Gunnar Mills60c922d2021-12-01 09:28:53 -06001070 "readonly": false,
1071 "type": "array",
1072 "versionAdded": "v1_18_0"
1073 },
1074 "PowerOutlets@odata.count": {
1075 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
1076 },
Ed Tanoused761212022-09-23 15:03:29 -07001077 "PowerSupplies": {
1078 "description": "An array of links to the power supplies that provide power to this chassis.",
1079 "items": {
1080 "$ref": "http://redfish.dmtf.org/schemas/v1/PowerSupply.json#/definitions/PowerSupply"
1081 },
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001082 "longDescription": "This property shall contain an array of links to resources of type PowerSupply that represent the power supplies that provide power to this chassis. This property shall not be present if the PoweredByParent property contains `true` or if the power supplies are contained in the PowerSubsystem resource for this chassis.",
Ed Tanoused761212022-09-23 15:03:29 -07001083 "readonly": true,
1084 "type": "array",
1085 "versionAdded": "v1_20_0"
1086 },
1087 "PowerSupplies@odata.count": {
1088 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
1089 },
Ed Tanous118b1c72018-09-13 13:45:51 -07001090 "PoweredBy": {
Ed Tanoused761212022-09-23 15:03:29 -07001091 "deprecated": "This property has been deprecated in favor of the PowerOutlets and PowerSupplies link properties, and details provided in the PowerSubsystem resource.",
Gunnar Millsa778c022020-05-12 12:20:36 -05001092 "description": "An array of links to resources or objects that power this chassis. Normally, the link is for either a chassis or a specific set of power supplies.",
Ed Tanous118b1c72018-09-13 13:45:51 -07001093 "items": {
Ed Tanouscb103132019-10-08 11:34:22 -07001094 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
Ed Tanous118b1c72018-09-13 13:45:51 -07001095 },
Gunnar Millsa778c022020-05-12 12:20:36 -05001096 "longDescription": "This property shall contain an array of links to resources or objects that power this chassis.",
Ed Tanous118b1c72018-09-13 13:45:51 -07001097 "readonly": true,
Ed Tanoused761212022-09-23 15:03:29 -07001098 "type": "array",
1099 "versionDeprecated": "v1_20_0"
Ed Tanous118b1c72018-09-13 13:45:51 -07001100 },
1101 "PoweredBy@odata.count": {
Ed Tanouscb103132019-10-08 11:34:22 -07001102 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
Ed Tanous118b1c72018-09-13 13:45:51 -07001103 },
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001104 "Processors": {
Ed Tanouscb103132019-10-08 11:34:22 -07001105 "description": "An array of links to the processors located in this chassis.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001106 "items": {
1107 "$ref": "http://redfish.dmtf.org/schemas/v1/Processor.json#/definitions/Processor"
1108 },
Gunnar Millsa778c022020-05-12 12:20:36 -05001109 "longDescription": "This property shall contain an array of links to resources of type Processor type that this chassis contains.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001110 "readonly": true,
1111 "type": "array",
1112 "versionAdded": "v1_9_0"
1113 },
1114 "Processors@odata.count": {
Ed Tanouscb103132019-10-08 11:34:22 -07001115 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001116 },
Ed Tanous118b1c72018-09-13 13:45:51 -07001117 "ResourceBlocks": {
Gunnar Millsa778c022020-05-12 12:20:36 -05001118 "description": "An array of links to the resource blocks located in this chassis.",
Ed Tanous118b1c72018-09-13 13:45:51 -07001119 "items": {
1120 "$ref": "http://redfish.dmtf.org/schemas/v1/ResourceBlock.json#/definitions/ResourceBlock"
1121 },
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001122 "longDescription": "This property shall contain an array of links to resources of type ResourceBlock that this chassis contains.",
Ed Tanous118b1c72018-09-13 13:45:51 -07001123 "readonly": true,
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001124 "type": "array",
1125 "versionAdded": "v1_5_0"
Ed Tanous118b1c72018-09-13 13:45:51 -07001126 },
1127 "ResourceBlocks@odata.count": {
Ed Tanouscb103132019-10-08 11:34:22 -07001128 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
Ed Tanous118b1c72018-09-13 13:45:51 -07001129 },
1130 "Storage": {
Ed Tanouscb103132019-10-08 11:34:22 -07001131 "description": "An array of links to the storage subsystems connected to or inside this chassis.",
Ed Tanous118b1c72018-09-13 13:45:51 -07001132 "items": {
1133 "$ref": "http://redfish.dmtf.org/schemas/v1/Storage.json#/definitions/Storage"
1134 },
Gunnar Millsa778c022020-05-12 12:20:36 -05001135 "longDescription": "This property shall contain an array of links to resources of type Storage that are connected to or contained in this chassis.",
Ed Tanous118b1c72018-09-13 13:45:51 -07001136 "readonly": true,
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001137 "type": "array",
1138 "versionAdded": "v1_2_0"
Ed Tanous118b1c72018-09-13 13:45:51 -07001139 },
1140 "Storage@odata.count": {
Ed Tanouscb103132019-10-08 11:34:22 -07001141 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
Ed Tanous118b1c72018-09-13 13:45:51 -07001142 },
1143 "Switches": {
Gunnar Millsa778c022020-05-12 12:20:36 -05001144 "description": "An array of links to the switches located in this chassis.",
Ed Tanous118b1c72018-09-13 13:45:51 -07001145 "items": {
1146 "$ref": "http://redfish.dmtf.org/schemas/v1/Switch.json#/definitions/Switch"
1147 },
Gunnar Millsa778c022020-05-12 12:20:36 -05001148 "longDescription": "This property shall contain an array of links to resources of type Switch that this chassis contains.",
Ed Tanous118b1c72018-09-13 13:45:51 -07001149 "readonly": true,
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001150 "type": "array",
1151 "versionAdded": "v1_7_0"
Ed Tanous118b1c72018-09-13 13:45:51 -07001152 },
1153 "Switches@odata.count": {
Ed Tanouscb103132019-10-08 11:34:22 -07001154 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
Ed Tanous118b1c72018-09-13 13:45:51 -07001155 }
1156 },
1157 "type": "object"
1158 },
1159 "OemActions": {
1160 "additionalProperties": true,
Gunnar Millsa778c022020-05-12 12:20:36 -05001161 "description": "The available OEM-specific actions for this resource.",
1162 "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
Ed Tanous118b1c72018-09-13 13:45:51 -07001163 "patternProperties": {
Ed Tanouscb103132019-10-08 11:34:22 -07001164 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
Ed Tanous118b1c72018-09-13 13:45:51 -07001165 "description": "This property shall specify a valid odata or Redfish property.",
1166 "type": [
1167 "array",
1168 "boolean",
Ed Tanous530520e2019-01-02 13:41:37 -08001169 "integer",
Ed Tanous118b1c72018-09-13 13:45:51 -07001170 "number",
1171 "null",
1172 "object",
1173 "string"
1174 ]
1175 }
1176 },
1177 "properties": {},
1178 "type": "object"
1179 },
1180 "PhysicalSecurity": {
1181 "additionalProperties": false,
Ed Tanousa8d8f9d2023-01-26 13:57:00 -08001182 "description": "The physical security state of the chassis.",
1183 "longDescription": "This type shall describe the physical security state of the chassis.",
Ed Tanous118b1c72018-09-13 13:45:51 -07001184 "patternProperties": {
Ed Tanouscb103132019-10-08 11:34:22 -07001185 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
Ed Tanous118b1c72018-09-13 13:45:51 -07001186 "description": "This property shall specify a valid odata or Redfish property.",
1187 "type": [
1188 "array",
1189 "boolean",
Ed Tanous530520e2019-01-02 13:41:37 -08001190 "integer",
Ed Tanous118b1c72018-09-13 13:45:51 -07001191 "number",
1192 "null",
1193 "object",
1194 "string"
1195 ]
1196 }
1197 },
1198 "properties": {
1199 "IntrusionSensor": {
1200 "anyOf": [
1201 {
1202 "$ref": "#/definitions/IntrusionSensor"
1203 },
1204 {
1205 "type": "null"
1206 }
1207 ],
Ed Tanousa8d8f9d2023-01-26 13:57:00 -08001208 "description": "The physical security state of the chassis, such as if hardware intrusion is detected.",
1209 "longDescription": "This property shall contain the physical security state of the chassis. If the IntrusionSensorReArm property contains `Manual`, a client may set this property to `Normal` to reset the physical security state.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001210 "readonly": false,
1211 "versionAdded": "v1_1_0"
Ed Tanous118b1c72018-09-13 13:45:51 -07001212 },
1213 "IntrusionSensorNumber": {
Ed Tanousa8d8f9d2023-01-26 13:57:00 -08001214 "deprecated": "This property has been deprecated in order to allow for multiple physical sensors to construct this object.",
Ed Tanous118b1c72018-09-13 13:45:51 -07001215 "description": "A numerical identifier to represent the physical security sensor.",
Gunnar Millsa778c022020-05-12 12:20:36 -05001216 "longDescription": "This property shall contain a numerical identifier for this physical security sensor that is unique within this resource.",
Ed Tanous118b1c72018-09-13 13:45:51 -07001217 "readonly": true,
1218 "type": [
Ed Tanous530520e2019-01-02 13:41:37 -08001219 "integer",
Ed Tanous118b1c72018-09-13 13:45:51 -07001220 "null"
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001221 ],
Ed Tanousa8d8f9d2023-01-26 13:57:00 -08001222 "versionAdded": "v1_1_0",
1223 "versionDeprecated": "v1_22_0"
Ed Tanous118b1c72018-09-13 13:45:51 -07001224 },
1225 "IntrusionSensorReArm": {
1226 "anyOf": [
1227 {
1228 "$ref": "#/definitions/IntrusionSensorReArm"
1229 },
1230 {
1231 "type": "null"
1232 }
1233 ],
Ed Tanousa8d8f9d2023-01-26 13:57:00 -08001234 "description": "The policy that describes how the physical security state of the chassis returns to a normal state.",
1235 "longDescription": "This property shall contain the policy that describes how the IntrusionSensor property returns to the `Normal` value.",
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001236 "readonly": false,
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001237 "versionAdded": "v1_1_0"
Ed Tanous118b1c72018-09-13 13:45:51 -07001238 }
1239 },
1240 "type": "object"
1241 },
Ed Tanous118b1c72018-09-13 13:45:51 -07001242 "Reset": {
1243 "additionalProperties": false,
Ed Tanousf263e092023-05-22 09:56:29 -07001244 "description": "This action resets the chassis. Additionally, it could reset systems or other contained resources depending on the ResetType used to invoke this action.",
1245 "longDescription": "This action shall reset the chassis. Additionally, it may reset systems or other contained resources depending on the ResetType used to invoke this action.",
Ed Tanous118b1c72018-09-13 13:45:51 -07001246 "parameters": {
1247 "ResetType": {
1248 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/ResetType",
Ed Tanouscb103132019-10-08 11:34:22 -07001249 "description": "The type of reset.",
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001250 "longDescription": "This parameter shall contain the type of reset. The service can accept a request without the parameter and complete an implementation-specific default reset. Services should include the @Redfish.AllowableValues annotation for this parameter to ensure compatibility with clients, even when ActionInfo has been implemented."
Ed Tanous118b1c72018-09-13 13:45:51 -07001251 }
1252 },
1253 "patternProperties": {
Ed Tanouscb103132019-10-08 11:34:22 -07001254 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
Ed Tanous118b1c72018-09-13 13:45:51 -07001255 "description": "This property shall specify a valid odata or Redfish property.",
1256 "type": [
1257 "array",
1258 "boolean",
Ed Tanous530520e2019-01-02 13:41:37 -08001259 "integer",
Ed Tanous118b1c72018-09-13 13:45:51 -07001260 "number",
1261 "null",
1262 "object",
1263 "string"
1264 ]
1265 }
1266 },
1267 "properties": {
1268 "target": {
1269 "description": "Link to invoke action",
Ed Tanouscb103132019-10-08 11:34:22 -07001270 "format": "uri-reference",
Ed Tanous118b1c72018-09-13 13:45:51 -07001271 "type": "string"
1272 },
1273 "title": {
1274 "description": "Friendly action name",
1275 "type": "string"
1276 }
1277 },
1278 "type": "object"
Ed Tanoused761212022-09-23 15:03:29 -07001279 },
1280 "ThermalDirection": {
1281 "enum": [
1282 "FrontToBack",
1283 "BackToFront",
1284 "TopExhaust",
1285 "Sealed"
1286 ],
1287 "enumDescriptions": {
1288 "BackToFront": "A chassis with the air intake in the back and exhaust out the front.",
1289 "FrontToBack": "A chassis with the air intake in the front and exhaust out the back.",
1290 "Sealed": "A sealed chassis with no air pathway.",
1291 "TopExhaust": "A chassis with air exhaust on the top."
1292 },
1293 "enumLongDescriptions": {
1294 "BackToFront": "This value shall indicate a chassis with the air intake generally from the back of the chassis and the air exhaust out the front of the chassis.",
1295 "FrontToBack": "This value shall indicate a chassis with the air intake generally from the front of the chassis and the air exhaust out the back of the chassis.",
1296 "Sealed": "This value shall indicate a sealed chassis with no air pathway through the chassis.",
1297 "TopExhaust": "This value shall indicate a chassis with the air exhaust out the top of the chassis."
1298 },
1299 "type": "string"
Ed Tanous118b1c72018-09-13 13:45:51 -07001300 }
1301 },
1302 "owningEntity": "DMTF",
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001303 "release": "2023.3",
1304 "title": "#Chassis.v1_25_0.Chassis"
Ed Tanous118b1c72018-09-13 13:45:51 -07001305}