Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1 | { |
Ed Tanous | f263e09 | 2023-05-22 09:56:29 -0700 | [diff] [blame^] | 2 | "$id": "http://redfish.dmtf.org/schemas/v1/Chassis.v1_23_0.json", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 3 | "$ref": "#/definitions/Chassis", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 4 | "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", |
Ed Tanous | f263e09 | 2023-05-22 09:56:29 -0700 | [diff] [blame^] | 5 | "copyright": "Copyright 2014-2023 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 6 | "definitions": { |
| 7 | "Actions": { |
| 8 | "additionalProperties": false, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 9 | "description": "The available actions for this resource.", |
| 10 | "longDescription": "This type shall contain the available actions for this resource.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 11 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 12 | "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 13 | "description": "This property shall specify a valid odata or Redfish property.", |
| 14 | "type": [ |
| 15 | "array", |
| 16 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 17 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 18 | "number", |
| 19 | "null", |
| 20 | "object", |
| 21 | "string" |
| 22 | ] |
| 23 | } |
| 24 | }, |
| 25 | "properties": { |
| 26 | "#Chassis.Reset": { |
| 27 | "$ref": "#/definitions/Reset" |
| 28 | }, |
| 29 | "Oem": { |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 30 | "$ref": "#/definitions/OemActions", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 31 | "description": "The available OEM-specific actions for this resource.", |
| 32 | "longDescription": "This property shall contain the available OEM-specific actions for this resource." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 33 | } |
| 34 | }, |
| 35 | "type": "object" |
| 36 | }, |
| 37 | "Chassis": { |
| 38 | "additionalProperties": false, |
Ed Tanous | f263e09 | 2023-05-22 09:56:29 -0700 | [diff] [blame^] | 39 | "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 Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 41 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 42 | "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 43 | "description": "This property shall specify a valid odata or Redfish property.", |
| 44 | "type": [ |
| 45 | "array", |
| 46 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 47 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 48 | "number", |
| 49 | "null", |
| 50 | "object", |
| 51 | "string" |
| 52 | ] |
| 53 | } |
| 54 | }, |
| 55 | "properties": { |
| 56 | "@odata.context": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 57 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 58 | }, |
| 59 | "@odata.etag": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 60 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 61 | }, |
| 62 | "@odata.id": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 63 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 64 | }, |
| 65 | "@odata.type": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 66 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 67 | }, |
| 68 | "Actions": { |
| 69 | "$ref": "#/definitions/Actions", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 70 | "description": "The available actions for this resource.", |
| 71 | "longDescription": "This property shall contain the available actions for this resource." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 72 | }, |
| 73 | "Assembly": { |
| 74 | "$ref": "http://redfish.dmtf.org/schemas/v1/Assembly.json#/definitions/Assembly", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 75 | "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 Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 77 | "readonly": true, |
| 78 | "versionAdded": "v1_6_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 79 | }, |
| 80 | "AssetTag": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 81 | "description": "The user-assigned asset tag of this chassis.", |
Ed Tanous | f263e09 | 2023-05-22 09:56:29 -0700 | [diff] [blame^] | 82 | "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 Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 83 | "readonly": false, |
| 84 | "type": [ |
| 85 | "string", |
| 86 | "null" |
| 87 | ] |
| 88 | }, |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 89 | "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 Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 96 | "ChassisType": { |
| 97 | "$ref": "#/definitions/ChassisType", |
| 98 | "description": "The type of physical form factor of the chassis.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 99 | "longDescription": "This property shall indicate the physical form factor for the type of chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 100 | "readonly": true |
| 101 | }, |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 102 | "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 Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 109 | "DepthMm": { |
| 110 | "description": "The depth of the chassis.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 111 | "longDescription": "This property shall represent the depth (length) of the chassis, in millimeters, as specified by the manufacturer.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 112 | "minimum": 0, |
| 113 | "readonly": true, |
| 114 | "type": [ |
| 115 | "number", |
| 116 | "null" |
| 117 | ], |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 118 | "units": "mm", |
| 119 | "versionAdded": "v1_4_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 120 | }, |
| 121 | "Description": { |
| 122 | "anyOf": [ |
| 123 | { |
| 124 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" |
| 125 | }, |
| 126 | { |
| 127 | "type": "null" |
| 128 | } |
| 129 | ], |
| 130 | "readonly": true |
| 131 | }, |
Asmitha Karunanithi | c8ccb77 | 2020-09-22 10:56:46 -0500 | [diff] [blame] | 132 | "Drives": { |
| 133 | "$ref": "http://redfish.dmtf.org/schemas/v1/DriveCollection.json#/definitions/DriveCollection", |
| 134 | "description": "The link to the collection of drives within this chassis.", |
| 135 | "longDescription": "This property shall contain a link to a resource collection of type DriveCollection.", |
| 136 | "versionAdded": "v1_14_0" |
| 137 | }, |
Gunnar Mills | 60c922d | 2021-12-01 09:28:53 -0600 | [diff] [blame] | 138 | "ElectricalSourceManagerURIs": { |
| 139 | "description": "The URIs of the management interfaces for the upstream electrical source connections for this chassis.", |
| 140 | "format": "uri-reference", |
| 141 | "items": { |
| 142 | "type": [ |
| 143 | "string", |
| 144 | "null" |
| 145 | ] |
| 146 | }, |
| 147 | "longDescription": "This property shall contain an array of URIs to the management applications or devices that provide monitoring or control of the upstream electrical sources that provide power to this chassis.", |
| 148 | "readonly": false, |
| 149 | "type": "array", |
| 150 | "versionAdded": "v1_18_0" |
| 151 | }, |
| 152 | "ElectricalSourceNames": { |
| 153 | "description": "The names of the upstream electrical sources, such as circuits or outlets, connected to this chassis.", |
| 154 | "items": { |
| 155 | "type": [ |
| 156 | "string", |
| 157 | "null" |
| 158 | ] |
| 159 | }, |
| 160 | "longDescription": "This property shall contain an arrays of strings that identify the upstream electrical sources, such as the names of circuits or outlets, that provide power to this chassis.", |
| 161 | "readonly": false, |
| 162 | "type": "array", |
| 163 | "versionAdded": "v1_18_0" |
| 164 | }, |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 165 | "EnvironmentMetrics": { |
| 166 | "$ref": "http://redfish.dmtf.org/schemas/v1/EnvironmentMetrics.json#/definitions/EnvironmentMetrics", |
| 167 | "description": "The link to the environment metrics for this chassis.", |
| 168 | "longDescription": "This property shall contain a link to a resource of type EnvironmentMetrics that specifies the environment metrics for this chassis.", |
| 169 | "readonly": true, |
| 170 | "versionAdded": "v1_15_0" |
| 171 | }, |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 172 | "EnvironmentalClass": { |
| 173 | "anyOf": [ |
| 174 | { |
| 175 | "$ref": "#/definitions/EnvironmentalClass" |
| 176 | }, |
| 177 | { |
| 178 | "type": "null" |
| 179 | } |
| 180 | ], |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 181 | "description": "The ASHRAE Environmental Class for this chassis.", |
| 182 | "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 Tanous | ed76121 | 2022-09-23 15:03:29 -0700 | [diff] [blame] | 183 | "readonly": false, |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 184 | "versionAdded": "v1_9_0" |
| 185 | }, |
Ed Tanous | ed76121 | 2022-09-23 15:03:29 -0700 | [diff] [blame] | 186 | "FabricAdapters": { |
| 187 | "$ref": "http://redfish.dmtf.org/schemas/v1/FabricAdapterCollection.json#/definitions/FabricAdapterCollection", |
Ed Tanous | a8d8f9d | 2023-01-26 13:57:00 -0800 | [diff] [blame] | 188 | "description": "The link to the collection of fabric adapters located in this chassis that provide access to fabric-related resource pools.", |
| 189 | "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 Tanous | ed76121 | 2022-09-23 15:03:29 -0700 | [diff] [blame] | 190 | "readonly": true, |
| 191 | "versionAdded": "v1_20_0" |
| 192 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 193 | "HeightMm": { |
| 194 | "description": "The height of the chassis.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 195 | "longDescription": "This property shall represent the height of the chassis, in millimeters, as specified by the manufacturer.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 196 | "minimum": 0, |
| 197 | "readonly": true, |
| 198 | "type": [ |
| 199 | "number", |
| 200 | "null" |
| 201 | ], |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 202 | "units": "mm", |
| 203 | "versionAdded": "v1_4_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 204 | }, |
Asmitha Karunanithi | 009c645 | 2022-09-22 01:07:59 -0500 | [diff] [blame] | 205 | "HotPluggable": { |
| 206 | "description": "An indication of whether this component can be inserted or removed while the equipment is in operation.", |
| 207 | "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.", |
| 208 | "readonly": true, |
| 209 | "type": [ |
| 210 | "boolean", |
| 211 | "null" |
| 212 | ], |
| 213 | "versionAdded": "v1_21_0" |
| 214 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 215 | "Id": { |
| 216 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id", |
| 217 | "readonly": true |
| 218 | }, |
| 219 | "IndicatorLED": { |
| 220 | "anyOf": [ |
| 221 | { |
| 222 | "$ref": "#/definitions/IndicatorLED" |
| 223 | }, |
| 224 | { |
| 225 | "type": "null" |
| 226 | } |
| 227 | ], |
Asmitha Karunanithi | c8ccb77 | 2020-09-22 10:56:46 -0500 | [diff] [blame] | 228 | "deprecated": "This property has been deprecated in favor of the LocationIndicatorActive property.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 229 | "description": "The state of the indicator LED, which identifies the chassis.", |
| 230 | "longDescription": "This property shall contain the indicator light state for the indicator light associated with this system.", |
Asmitha Karunanithi | c8ccb77 | 2020-09-22 10:56:46 -0500 | [diff] [blame] | 231 | "readonly": false, |
| 232 | "versionDeprecated": "v1_14_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 233 | }, |
| 234 | "Links": { |
| 235 | "$ref": "#/definitions/Links", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 236 | "description": "The links to other resources that are related to this resource.", |
| 237 | "longDescription": "This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 238 | }, |
| 239 | "Location": { |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 240 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Location", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 241 | "description": "The location of the chassis.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 242 | "longDescription": "This property shall contain location information of the associated chassis.", |
| 243 | "versionAdded": "v1_2_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 244 | }, |
Asmitha Karunanithi | c8ccb77 | 2020-09-22 10:56:46 -0500 | [diff] [blame] | 245 | "LocationIndicatorActive": { |
| 246 | "description": "An indicator allowing an operator to physically locate this resource.", |
Ed Tanous | f263e09 | 2023-05-22 09:56:29 -0700 | [diff] [blame^] | 247 | "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 Karunanithi | c8ccb77 | 2020-09-22 10:56:46 -0500 | [diff] [blame] | 248 | "readonly": false, |
| 249 | "type": [ |
| 250 | "boolean", |
| 251 | "null" |
| 252 | ], |
| 253 | "versionAdded": "v1_14_0" |
| 254 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 255 | "LogServices": { |
| 256 | "$ref": "http://redfish.dmtf.org/schemas/v1/LogServiceCollection.json#/definitions/LogServiceCollection", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 257 | "description": "The link to the logs for this chassis.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 258 | "longDescription": "This property shall contain a link to a resource collection of type LogServiceCollection.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 259 | "readonly": true |
| 260 | }, |
| 261 | "Manufacturer": { |
| 262 | "description": "The manufacturer of this chassis.", |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 263 | "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 Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 264 | "readonly": true, |
| 265 | "type": [ |
| 266 | "string", |
| 267 | "null" |
| 268 | ] |
| 269 | }, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 270 | "MaxPowerWatts": { |
| 271 | "description": "The upper bound of the total power consumed by the chassis.", |
| 272 | "longDescription": "This property shall contain the upper bound of the total power consumed by the chassis.", |
| 273 | "readonly": true, |
| 274 | "type": [ |
| 275 | "number", |
| 276 | "null" |
| 277 | ], |
| 278 | "units": "W", |
| 279 | "versionAdded": "v1_12_0" |
| 280 | }, |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 281 | "Measurements": { |
Sui Chen | 141d943 | 2022-02-03 22:01:27 -0800 | [diff] [blame] | 282 | "deprecated": "This property has been deprecated in favor of the ComponentIntegrity resource.", |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 283 | "description": "An array of DSP0274-defined measurement blocks.", |
| 284 | "items": { |
| 285 | "$ref": "http://redfish.dmtf.org/schemas/v1/SoftwareInventory.json#/definitions/MeasurementBlock" |
| 286 | }, |
| 287 | "longDescription": "This property shall contain an array of DSP0274-defined measurement blocks.", |
| 288 | "type": "array", |
Sui Chen | 141d943 | 2022-02-03 22:01:27 -0800 | [diff] [blame] | 289 | "versionAdded": "v1_15_0", |
| 290 | "versionDeprecated": "v1_19_0" |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 291 | }, |
Gunnar Mills | 09b9d45 | 2020-02-11 13:27:39 -0600 | [diff] [blame] | 292 | "MediaControllers": { |
| 293 | "$ref": "http://redfish.dmtf.org/schemas/v1/MediaControllerCollection.json#/definitions/MediaControllerCollection", |
Ed Tanous | ed76121 | 2022-09-23 15:03:29 -0700 | [diff] [blame] | 294 | "deprecated": "This property has been deprecated in favor of FabricAdapters.", |
Gunnar Mills | 09b9d45 | 2020-02-11 13:27:39 -0600 | [diff] [blame] | 295 | "description": "The link to the collection of media controllers located in this chassis.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 296 | "longDescription": "This property shall contain a link to a resource collection of type MediaControllerCollection.", |
Gunnar Mills | 09b9d45 | 2020-02-11 13:27:39 -0600 | [diff] [blame] | 297 | "readonly": true, |
Ed Tanous | ed76121 | 2022-09-23 15:03:29 -0700 | [diff] [blame] | 298 | "versionAdded": "v1_11_0", |
| 299 | "versionDeprecated": "v1_20_0" |
Gunnar Mills | 09b9d45 | 2020-02-11 13:27:39 -0600 | [diff] [blame] | 300 | }, |
| 301 | "Memory": { |
| 302 | "$ref": "http://redfish.dmtf.org/schemas/v1/MemoryCollection.json#/definitions/MemoryCollection", |
Ed Tanous | a8d8f9d | 2023-01-26 13:57:00 -0800 | [diff] [blame] | 303 | "description": "The link to the collection of memory located in this chassis that belong to fabric-related resource pools.", |
| 304 | "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 Mills | 09b9d45 | 2020-02-11 13:27:39 -0600 | [diff] [blame] | 305 | "readonly": true, |
| 306 | "versionAdded": "v1_11_0" |
| 307 | }, |
| 308 | "MemoryDomains": { |
| 309 | "$ref": "http://redfish.dmtf.org/schemas/v1/MemoryDomainCollection.json#/definitions/MemoryDomainCollection", |
Ed Tanous | a8d8f9d | 2023-01-26 13:57:00 -0800 | [diff] [blame] | 310 | "description": "The link to the collection of memory domains located in this chassis that belong to fabric-related resource pools.", |
| 311 | "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 Mills | 09b9d45 | 2020-02-11 13:27:39 -0600 | [diff] [blame] | 312 | "readonly": true, |
| 313 | "versionAdded": "v1_11_0" |
| 314 | }, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 315 | "MinPowerWatts": { |
| 316 | "description": "The lower bound of the total power consumed by the chassis.", |
| 317 | "longDescription": "This property shall contain the lower bound of the total power consumed by the chassis.", |
| 318 | "readonly": true, |
| 319 | "type": [ |
| 320 | "number", |
| 321 | "null" |
| 322 | ], |
| 323 | "units": "W", |
| 324 | "versionAdded": "v1_12_0" |
| 325 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 326 | "Model": { |
| 327 | "description": "The model number of the chassis.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 328 | "longDescription": "This property shall contain the name by which the manufacturer generally refers to the chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 329 | "readonly": true, |
| 330 | "type": [ |
| 331 | "string", |
| 332 | "null" |
| 333 | ] |
| 334 | }, |
| 335 | "Name": { |
| 336 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", |
| 337 | "readonly": true |
| 338 | }, |
| 339 | "NetworkAdapters": { |
| 340 | "$ref": "http://redfish.dmtf.org/schemas/v1/NetworkAdapterCollection.json#/definitions/NetworkAdapterCollection", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 341 | "description": "The link to the collection of network adapters associated with this chassis.", |
| 342 | "longDescription": "This property shall contain a link to a resource collection of type NetworkAdapterCollection.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 343 | "readonly": true, |
| 344 | "versionAdded": "v1_4_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 345 | }, |
| 346 | "Oem": { |
| 347 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 348 | "description": "The OEM extension property.", |
| 349 | "longDescription": "This property shall contain the OEM extensions. All values for properties that this object contains shall conform to the Redfish Specification-described requirements." |
| 350 | }, |
| 351 | "PCIeDevices": { |
| 352 | "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeDeviceCollection.json#/definitions/PCIeDeviceCollection", |
| 353 | "description": "The link to the collection of PCIe devices located in this chassis.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 354 | "longDescription": "This property shall contain a link to a resource collection of type PCIeDeviceCollection.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 355 | "readonly": true, |
| 356 | "versionAdded": "v1_10_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 357 | }, |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 358 | "PCIeSlots": { |
| 359 | "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeSlots.json#/definitions/PCIeSlots", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 360 | "description": "The link to the PCIe slot properties for this chassis.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 361 | "longDescription": "This property shall contain a link to the resource of type PCIeSlots that represents the PCIe slot information for this chassis.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 362 | "readonly": true, |
| 363 | "versionAdded": "v1_8_0" |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 364 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 365 | "PartNumber": { |
| 366 | "description": "The part number of the chassis.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 367 | "longDescription": "This property shall contain a part number assigned by the organization that is responsible for producing or manufacturing the chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 368 | "readonly": true, |
| 369 | "type": [ |
| 370 | "string", |
| 371 | "null" |
| 372 | ] |
| 373 | }, |
| 374 | "PhysicalSecurity": { |
| 375 | "$ref": "#/definitions/PhysicalSecurity", |
Ed Tanous | a8d8f9d | 2023-01-26 13:57:00 -0800 | [diff] [blame] | 376 | "description": "The physical security state of the chassis.", |
| 377 | "longDescription": "This property shall contain the physical security state of the chassis. Services may construct this state from multiple physical sensors.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 378 | "versionAdded": "v1_1_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 379 | }, |
| 380 | "Power": { |
| 381 | "$ref": "http://redfish.dmtf.org/schemas/v1/Power.json#/definitions/Power", |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 382 | "deprecated": "This link has been deprecated in favor of the PowerSubsystem link property.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 383 | "description": "The link to the power properties, or power supplies, power policies, and sensors, for this chassis.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 384 | "longDescription": "This property shall contain a link to a resource of type Power that represents the power characteristics of this chassis.", |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 385 | "readonly": true, |
| 386 | "versionDeprecated": "v1_15_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 387 | }, |
| 388 | "PowerState": { |
| 389 | "anyOf": [ |
| 390 | { |
Ed Tanous | a8d8f9d | 2023-01-26 13:57:00 -0800 | [diff] [blame] | 391 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/PowerState" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 392 | }, |
| 393 | { |
| 394 | "type": "null" |
| 395 | } |
| 396 | ], |
| 397 | "description": "The current power state of the chassis.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 398 | "longDescription": "This property shall contain the power state of the chassis.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 399 | "readonly": true, |
| 400 | "versionAdded": "v1_0_1" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 401 | }, |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 402 | "PowerSubsystem": { |
| 403 | "$ref": "http://redfish.dmtf.org/schemas/v1/PowerSubsystem.json#/definitions/PowerSubsystem", |
| 404 | "description": "The link to the power subsystem properties for this chassis.", |
| 405 | "longDescription": "This property shall contain a link to a resource of type PowerSubsystem that represents the power subsystem information for this chassis.", |
| 406 | "readonly": true, |
| 407 | "versionAdded": "v1_15_0" |
| 408 | }, |
Ed Tanous | ed76121 | 2022-09-23 15:03:29 -0700 | [diff] [blame] | 409 | "PoweredByParent": { |
| 410 | "description": "Indicates that the chassis receives power from the containing chassis.", |
| 411 | "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.", |
| 412 | "readonly": true, |
| 413 | "type": [ |
| 414 | "boolean", |
| 415 | "null" |
| 416 | ], |
| 417 | "versionAdded": "v1_20_0" |
| 418 | }, |
Ed Tanous | a8d8f9d | 2023-01-26 13:57:00 -0800 | [diff] [blame] | 419 | "Processors": { |
| 420 | "$ref": "http://redfish.dmtf.org/schemas/v1/ProcessorCollection.json#/definitions/ProcessorCollection", |
| 421 | "description": "The link to the collection of processors located in this chassis that belong to fabric-related resource pools.", |
| 422 | "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.", |
| 423 | "readonly": true, |
| 424 | "versionAdded": "v1_22_0" |
| 425 | }, |
Asmitha Karunanithi | 009c645 | 2022-09-22 01:07:59 -0500 | [diff] [blame] | 426 | "Replaceable": { |
| 427 | "description": "An indication of whether this component can be independently replaced as allowed by the vendor's replacement policy.", |
| 428 | "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`.", |
| 429 | "readonly": true, |
| 430 | "type": [ |
| 431 | "boolean", |
| 432 | "null" |
| 433 | ], |
| 434 | "versionAdded": "v1_21_0" |
| 435 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 436 | "SKU": { |
| 437 | "description": "The SKU of the chassis.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 438 | "longDescription": "This property shall contain the stock-keeping unit number for this chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 439 | "readonly": true, |
| 440 | "type": [ |
| 441 | "string", |
| 442 | "null" |
| 443 | ] |
| 444 | }, |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 445 | "Sensors": { |
| 446 | "$ref": "http://redfish.dmtf.org/schemas/v1/SensorCollection.json#/definitions/SensorCollection", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 447 | "description": "The link to the collection of sensors located in the equipment and sub-components.", |
| 448 | "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 Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 449 | "readonly": true, |
| 450 | "versionAdded": "v1_9_0" |
| 451 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 452 | "SerialNumber": { |
| 453 | "description": "The serial number of the chassis.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 454 | "longDescription": "This property shall contain a manufacturer-allocated number that identifies the chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 455 | "readonly": true, |
| 456 | "type": [ |
| 457 | "string", |
| 458 | "null" |
| 459 | ] |
| 460 | }, |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 461 | "SparePartNumber": { |
| 462 | "description": "The spare part number of the chassis.", |
| 463 | "longDescription": "This property shall contain the spare part number of the chassis.", |
| 464 | "readonly": true, |
| 465 | "type": [ |
| 466 | "string", |
| 467 | "null" |
| 468 | ], |
| 469 | "versionAdded": "v1_16_0" |
| 470 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 471 | "Status": { |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 472 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 473 | "description": "The status and health of the resource and its subordinate or dependent resources.", |
| 474 | "longDescription": "This property shall contain any status or health properties of the resource." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 475 | }, |
| 476 | "Thermal": { |
| 477 | "$ref": "http://redfish.dmtf.org/schemas/v1/Thermal.json#/definitions/Thermal", |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 478 | "deprecated": "This link has been deprecated in favor of the ThermalSubsystem link property.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 479 | "description": "The link to the thermal properties, such as fans, cooling, and sensors, for this chassis.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 480 | "longDescription": "This property shall contain a link to a resource of type Thermal that represents the thermal characteristics of this chassis.", |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 481 | "readonly": true, |
| 482 | "versionDeprecated": "v1_15_0" |
| 483 | }, |
Ed Tanous | ed76121 | 2022-09-23 15:03:29 -0700 | [diff] [blame] | 484 | "ThermalDirection": { |
| 485 | "anyOf": [ |
| 486 | { |
| 487 | "$ref": "#/definitions/ThermalDirection" |
| 488 | }, |
| 489 | { |
| 490 | "type": "null" |
| 491 | } |
| 492 | ], |
| 493 | "description": "Indicates the thermal management path through the chassis.", |
| 494 | "longDescription": "This property shall indicate the general direction of the thermal management path through the chassis.", |
| 495 | "readonly": true, |
| 496 | "versionAdded": "v1_20_0" |
| 497 | }, |
| 498 | "ThermalManagedByParent": { |
| 499 | "description": "Indicates that the chassis is thermally managed by the parent chassis.", |
| 500 | "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.", |
| 501 | "readonly": true, |
| 502 | "type": [ |
| 503 | "boolean", |
| 504 | "null" |
| 505 | ], |
| 506 | "versionAdded": "v1_20_0" |
| 507 | }, |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 508 | "ThermalSubsystem": { |
| 509 | "$ref": "http://redfish.dmtf.org/schemas/v1/ThermalSubsystem.json#/definitions/ThermalSubsystem", |
| 510 | "description": "The link to the thermal subsystem properties for this chassis.", |
| 511 | "longDescription": "This property shall contain a link to a resource of type ThermalSubsystem that represents the thermal subsystem information for this chassis.", |
| 512 | "readonly": true, |
| 513 | "versionAdded": "v1_15_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 514 | }, |
Asmitha Karunanithi | 009c645 | 2022-09-22 01:07:59 -0500 | [diff] [blame] | 515 | "TrustedComponents": { |
| 516 | "$ref": "http://redfish.dmtf.org/schemas/v1/TrustedComponentCollection.json#/definitions/TrustedComponentCollection", |
| 517 | "description": "The link to the trusted components in this chassis.", |
| 518 | "longDescription": "This property shall contain a link to a resource collection of type TrustedComponentCollection.", |
| 519 | "readonly": true, |
| 520 | "versionAdded": "v1_21_0" |
| 521 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 522 | "UUID": { |
| 523 | "anyOf": [ |
| 524 | { |
| 525 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/UUID" |
| 526 | }, |
| 527 | { |
| 528 | "type": "null" |
| 529 | } |
| 530 | ], |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 531 | "description": "The UUID for this chassis.", |
| 532 | "longDescription": "This property shall contain the universal unique identifier number for this chassis.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 533 | "readonly": true, |
| 534 | "versionAdded": "v1_7_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 535 | }, |
Asmitha Karunanithi | 009c645 | 2022-09-22 01:07:59 -0500 | [diff] [blame] | 536 | "Version": { |
| 537 | "description": "The hardware version of this chassis.", |
| 538 | "longDescription": "This property shall contain the hardware version of this chassis as determined by the vendor or supplier.", |
| 539 | "readonly": true, |
| 540 | "type": [ |
| 541 | "string", |
| 542 | "null" |
| 543 | ], |
| 544 | "versionAdded": "v1_21_0" |
| 545 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 546 | "WeightKg": { |
| 547 | "description": "The weight of the chassis.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 548 | "longDescription": "This property shall represent the published mass, commonly referred to as weight, of the chassis, in kilograms.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 549 | "minimum": 0, |
| 550 | "readonly": true, |
| 551 | "type": [ |
| 552 | "number", |
| 553 | "null" |
| 554 | ], |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 555 | "units": "kg", |
| 556 | "versionAdded": "v1_4_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 557 | }, |
| 558 | "WidthMm": { |
| 559 | "description": "The width of the chassis.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 560 | "longDescription": "This property shall represent the width of the chassis, in millimeters, as specified by the manufacturer.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 561 | "minimum": 0, |
| 562 | "readonly": true, |
| 563 | "type": [ |
| 564 | "number", |
| 565 | "null" |
| 566 | ], |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 567 | "units": "mm", |
| 568 | "versionAdded": "v1_4_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 569 | } |
| 570 | }, |
| 571 | "required": [ |
| 572 | "ChassisType", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 573 | "@odata.id", |
| 574 | "@odata.type", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 575 | "Id", |
| 576 | "Name" |
| 577 | ], |
| 578 | "type": "object" |
| 579 | }, |
| 580 | "ChassisType": { |
| 581 | "enum": [ |
| 582 | "Rack", |
| 583 | "Blade", |
| 584 | "Enclosure", |
| 585 | "StandAlone", |
| 586 | "RackMount", |
| 587 | "Card", |
| 588 | "Cartridge", |
| 589 | "Row", |
| 590 | "Pod", |
| 591 | "Expansion", |
| 592 | "Sidecar", |
| 593 | "Zone", |
| 594 | "Sled", |
| 595 | "Shelf", |
| 596 | "Drawer", |
| 597 | "Module", |
| 598 | "Component", |
| 599 | "IPBasedDrive", |
| 600 | "RackGroup", |
| 601 | "StorageEnclosure", |
Ed Tanous | f263e09 | 2023-05-22 09:56:29 -0700 | [diff] [blame^] | 602 | "ImmersionTank", |
| 603 | "HeatExchanger", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 604 | "Other" |
| 605 | ], |
| 606 | "enumDescriptions": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 607 | "Blade": "An enclosed or semi-enclosed, typically vertically-oriented, system chassis that must be plugged into a multi-system chassis to function normally.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 608 | "Card": "A loose device or circuit board intended to be installed in a system or other enclosure.", |
| 609 | "Cartridge": "A small self-contained system intended to be plugged into a multi-system chassis.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 610 | "Component": "A small chassis, card, or device that contains devices for a particular subsystem or function.", |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 611 | "Drawer": "An enclosed or semi-enclosed, typically horizontally-oriented, system chassis that can be slid into a multi-system chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 612 | "Enclosure": "A generic term for a chassis that does not fit any other description.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 613 | "Expansion": "A chassis that expands the capabilities or capacity of another chassis.", |
Ed Tanous | f263e09 | 2023-05-22 09:56:29 -0700 | [diff] [blame^] | 614 | "HeatExchanger": "A heat exchanger.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 615 | "IPBasedDrive": "A chassis in a drive form factor with IP-based network connections.", |
Ed Tanous | f263e09 | 2023-05-22 09:56:29 -0700 | [diff] [blame^] | 616 | "ImmersionTank": "An immersion cooling tank.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 617 | "Module": "A small, typically removable, chassis or card that contains devices for a particular subsystem or function.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 618 | "Other": "A chassis that does not fit any of these definitions.", |
| 619 | "Pod": "A collection of equipment racks in a large, likely transportable, container.", |
| 620 | "Rack": "An equipment rack, typically a 19-inch wide freestanding unit.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 621 | "RackGroup": "A group of racks that form a single entity or share infrastructure.", |
| 622 | "RackMount": "A single-system chassis designed specifically for mounting in an equipment rack.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 623 | "Row": "A collection of equipment racks.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 624 | "Shelf": "An enclosed or semi-enclosed, typically horizontally-oriented, system chassis that must be plugged into a multi-system chassis to function normally.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 625 | "Sidecar": "A chassis that mates mechanically with another chassis to expand its capabilities or capacity.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 626 | "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 Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 627 | "StandAlone": "A single, free-standing system, commonly called a tower or desktop chassis.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 628 | "StorageEnclosure": "A chassis that encloses storage.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 629 | "Zone": "A logical division or portion of a physical chassis that contains multiple devices or systems that cannot be physically separated." |
| 630 | }, |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 631 | "enumVersionAdded": { |
Ed Tanous | f263e09 | 2023-05-22 09:56:29 -0700 | [diff] [blame^] | 632 | "HeatExchanger": "v1_23_0", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 633 | "IPBasedDrive": "v1_3_0", |
Ed Tanous | f263e09 | 2023-05-22 09:56:29 -0700 | [diff] [blame^] | 634 | "ImmersionTank": "v1_23_0", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 635 | "RackGroup": "v1_4_0", |
| 636 | "StorageEnclosure": "v1_6_0" |
| 637 | }, |
| 638 | "type": "string" |
| 639 | }, |
| 640 | "EnvironmentalClass": { |
| 641 | "enum": [ |
| 642 | "A1", |
| 643 | "A2", |
| 644 | "A3", |
| 645 | "A4" |
| 646 | ], |
| 647 | "enumDescriptions": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 648 | "A1": "ASHRAE Environmental Class 'A1'.", |
| 649 | "A2": "ASHRAE Environmental Class 'A2'.", |
| 650 | "A3": "ASHRAE Environmental Class 'A3'.", |
| 651 | "A4": "ASHRAE Environmental Class 'A4'." |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 652 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 653 | "type": "string" |
| 654 | }, |
| 655 | "IndicatorLED": { |
| 656 | "enum": [ |
| 657 | "Unknown", |
| 658 | "Lit", |
| 659 | "Blinking", |
| 660 | "Off" |
| 661 | ], |
| 662 | "enumDeprecated": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 663 | "Unknown": "This value has been deprecated in favor of returning null if the state is unknown." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 664 | }, |
| 665 | "enumDescriptions": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 666 | "Blinking": "The indicator LED is blinking.", |
| 667 | "Lit": "The indicator LED is lit.", |
| 668 | "Off": "The indicator LED is off.", |
| 669 | "Unknown": "The state of the indicator LED cannot be determined." |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 670 | }, |
| 671 | "enumLongDescriptions": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 672 | "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.", |
| 673 | "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.", |
| 674 | "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 Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 675 | "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 Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 676 | }, |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 677 | "enumVersionDeprecated": { |
| 678 | "Unknown": "v1_2_0" |
| 679 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 680 | "type": "string" |
| 681 | }, |
| 682 | "IntrusionSensor": { |
| 683 | "enum": [ |
| 684 | "Normal", |
| 685 | "HardwareIntrusion", |
| 686 | "TamperingDetected" |
| 687 | ], |
| 688 | "enumDescriptions": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 689 | "HardwareIntrusion": "A door, lock, or other mechanism protecting the internal system hardware from being accessed is detected to be in an insecure state.", |
Ed Tanous | f263e09 | 2023-05-22 09:56:29 -0700 | [diff] [blame^] | 690 | "Normal": "No physical security condition is detected at this time.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 691 | "TamperingDetected": "Physical tampering of the monitored entity is detected." |
| 692 | }, |
| 693 | "type": "string" |
| 694 | }, |
| 695 | "IntrusionSensorReArm": { |
| 696 | "enum": [ |
| 697 | "Manual", |
| 698 | "Automatic" |
| 699 | ], |
| 700 | "enumDescriptions": { |
Ed Tanous | a8d8f9d | 2023-01-26 13:57:00 -0800 | [diff] [blame] | 701 | "Automatic": "The sensor is automatically restored to the normal state when no security condition is detected.", |
| 702 | "Manual": "A user is required to clear the sensor to restore it to the normal state." |
| 703 | }, |
| 704 | "enumLongDescriptions": { |
| 705 | "Automatic": "This value shall indicate the service sets the IntrusionSensor property to `Normal` when no security condition is detected.", |
| 706 | "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 Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 707 | }, |
| 708 | "type": "string" |
| 709 | }, |
| 710 | "Links": { |
| 711 | "additionalProperties": false, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 712 | "description": "The links to other resources that are related to this resource.", |
| 713 | "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 Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 714 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 715 | "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 716 | "description": "This property shall specify a valid odata or Redfish property.", |
| 717 | "type": [ |
| 718 | "array", |
| 719 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 720 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 721 | "number", |
| 722 | "null", |
| 723 | "object", |
| 724 | "string" |
| 725 | ] |
| 726 | } |
| 727 | }, |
| 728 | "properties": { |
Gunnar Mills | 9d42466 | 2021-09-22 21:56:16 -0500 | [diff] [blame] | 729 | "Cables": { |
| 730 | "description": "An array of links to the cables connected to this chassis.", |
| 731 | "items": { |
| 732 | "$ref": "http://redfish.dmtf.org/schemas/v1/Cable.json#/definitions/Cable" |
| 733 | }, |
| 734 | "longDescription": "This property shall contain an array of links to resources of type Cable that represent the cables connected to this chassis.", |
| 735 | "readonly": true, |
| 736 | "type": "array", |
| 737 | "versionAdded": "v1_17_0" |
| 738 | }, |
| 739 | "Cables@odata.count": { |
| 740 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" |
| 741 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 742 | "ComputerSystems": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 743 | "description": "An array of links to the computer systems that this chassis directly and wholly contains.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 744 | "items": { |
| 745 | "$ref": "http://redfish.dmtf.org/schemas/v1/ComputerSystem.json#/definitions/ComputerSystem" |
| 746 | }, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 747 | "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 Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 748 | "readonly": true, |
| 749 | "type": "array" |
| 750 | }, |
| 751 | "ComputerSystems@odata.count": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 752 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 753 | }, |
Ed Tanous | f263e09 | 2023-05-22 09:56:29 -0700 | [diff] [blame^] | 754 | "ConnectedCoolingLoops": { |
| 755 | "description": "An array of links to cooling loops connected to this chassis.", |
| 756 | "items": { |
| 757 | "$ref": "http://redfish.dmtf.org/schemas/v1/CoolingLoop.json#/definitions/CoolingLoop" |
| 758 | }, |
| 759 | "longDescription": "This property shall contain an array of links to resources of type CoolingLoop that represent the cooling loops connected to this chassis.", |
| 760 | "readonly": false, |
| 761 | "type": "array", |
| 762 | "versionAdded": "v1_23_0" |
| 763 | }, |
| 764 | "ConnectedCoolingLoops@odata.count": { |
| 765 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" |
| 766 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 767 | "ContainedBy": { |
| 768 | "$ref": "http://redfish.dmtf.org/schemas/v1/Chassis.json#/definitions/Chassis", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 769 | "description": "The link to the chassis that contains this chassis.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 770 | "longDescription": "This property shall contain a link to a resource of type Chassis that represents the chassis that contains this chassis.", |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 771 | "readonly": false |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 772 | }, |
| 773 | "Contains": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 774 | "description": "An array of links to any other chassis that this chassis has in it.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 775 | "items": { |
| 776 | "$ref": "http://redfish.dmtf.org/schemas/v1/Chassis.json#/definitions/Chassis" |
| 777 | }, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 778 | "longDescription": "This property shall contain an array of links to resources of type Chassis that represent the chassis instances that this chassis contains.", |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 779 | "readonly": false, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 780 | "type": "array" |
| 781 | }, |
| 782 | "Contains@odata.count": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 783 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 784 | }, |
| 785 | "CooledBy": { |
Ed Tanous | ed76121 | 2022-09-23 15:03:29 -0700 | [diff] [blame] | 786 | "deprecated": "This property has been deprecated in favor of the Fans link property, and details provided in the ThermalSubsystem resource.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 787 | "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 Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 788 | "items": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 789 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 790 | }, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 791 | "longDescription": "This property shall contain an array of links to resources or objects that cool this chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 792 | "readonly": true, |
Ed Tanous | ed76121 | 2022-09-23 15:03:29 -0700 | [diff] [blame] | 793 | "type": "array", |
| 794 | "versionDeprecated": "v1_20_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 795 | }, |
| 796 | "CooledBy@odata.count": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 797 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 798 | }, |
Ed Tanous | f263e09 | 2023-05-22 09:56:29 -0700 | [diff] [blame^] | 799 | "CoolingUnits": { |
| 800 | "description": "An arrays of links to cooling unit functionality contained in this chassis.", |
| 801 | "items": { |
| 802 | "$ref": "http://redfish.dmtf.org/schemas/v1/CoolingUnit.json#/definitions/CoolingUnit" |
| 803 | }, |
| 804 | "longDescription": "This property shall contain an array of links to resources of type CoolingUnit that represent the cooling unit functionality contained within this chassis.", |
| 805 | "readonly": false, |
| 806 | "type": "array", |
| 807 | "versionAdded": "v1_23_0" |
| 808 | }, |
| 809 | "CoolingUnits@odata.count": { |
| 810 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" |
| 811 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 812 | "Drives": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 813 | "description": "An array of links to the drives located in this chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 814 | "items": { |
| 815 | "$ref": "http://redfish.dmtf.org/schemas/v1/Drive.json#/definitions/Drive" |
| 816 | }, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 817 | "longDescription": "This property shall contain an array of links to resources of type Drive that are in this chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 818 | "readonly": true, |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 819 | "type": "array", |
| 820 | "versionAdded": "v1_2_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 821 | }, |
| 822 | "Drives@odata.count": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 823 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 824 | }, |
Gunnar Mills | 09b9d45 | 2020-02-11 13:27:39 -0600 | [diff] [blame] | 825 | "Facility": { |
| 826 | "$ref": "http://redfish.dmtf.org/schemas/v1/Facility.json#/definitions/Facility", |
| 827 | "description": "The link to the facility that contains this chassis.", |
| 828 | "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.", |
| 829 | "readonly": false, |
| 830 | "versionAdded": "v1_11_0" |
| 831 | }, |
Ed Tanous | ed76121 | 2022-09-23 15:03:29 -0700 | [diff] [blame] | 832 | "Fans": { |
| 833 | "description": "An array of links to the fans that cool this chassis.", |
| 834 | "items": { |
| 835 | "$ref": "http://redfish.dmtf.org/schemas/v1/Fan.json#/definitions/Fan" |
| 836 | }, |
| 837 | "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.", |
| 838 | "readonly": true, |
| 839 | "type": "array", |
| 840 | "versionAdded": "v1_20_0" |
| 841 | }, |
| 842 | "Fans@odata.count": { |
| 843 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" |
| 844 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 845 | "ManagedBy": { |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 846 | "description": "An array of links to the managers responsible for managing this chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 847 | "items": { |
| 848 | "$ref": "http://redfish.dmtf.org/schemas/v1/Manager.json#/definitions/Manager" |
| 849 | }, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 850 | "longDescription": "This property shall contain an array of links to resources of type Manager that manage this chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 851 | "readonly": true, |
| 852 | "type": "array" |
| 853 | }, |
| 854 | "ManagedBy@odata.count": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 855 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 856 | }, |
| 857 | "ManagersInChassis": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 858 | "description": "An array of links to the managers located in this chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 859 | "items": { |
| 860 | "$ref": "http://redfish.dmtf.org/schemas/v1/Manager.json#/definitions/Manager" |
| 861 | }, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 862 | "longDescription": "This property shall contain an array of links to resources of type Manager that are in this chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 863 | "readonly": true, |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 864 | "type": "array", |
| 865 | "versionAdded": "v1_2_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 866 | }, |
| 867 | "ManagersInChassis@odata.count": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 868 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 869 | }, |
| 870 | "Oem": { |
| 871 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 872 | "description": "The OEM extension property.", |
| 873 | "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 Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 874 | }, |
| 875 | "PCIeDevices": { |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 876 | "deprecated": "This property has been deprecated in favor of the PCIeDevices resource collection in the root of this resource.", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 877 | "description": "An array of links to the PCIe devices located in this chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 878 | "items": { |
| 879 | "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeDevice.json#/definitions/PCIeDevice" |
| 880 | }, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 881 | "longDescription": "This property shall contain an array of links to resources of type PCIeDevice.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 882 | "readonly": true, |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 883 | "type": "array", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 884 | "versionAdded": "v1_4_0", |
| 885 | "versionDeprecated": "v1_10_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 886 | }, |
| 887 | "PCIeDevices@odata.count": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 888 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 889 | }, |
Ed Tanous | ed76121 | 2022-09-23 15:03:29 -0700 | [diff] [blame] | 890 | "PowerDistribution": { |
| 891 | "anyOf": [ |
| 892 | { |
| 893 | "$ref": "http://redfish.dmtf.org/schemas/v1/PowerDistribution.json#/definitions/PowerDistribution" |
| 894 | }, |
| 895 | { |
| 896 | "type": "null" |
| 897 | } |
| 898 | ], |
| 899 | "description": "A link to power distribution functionality contained in this chassis.", |
| 900 | "longDescription": "This property shall contain a link to a resource of type PowerDistribution that represents the power distribution functionality contained within this chassis.", |
| 901 | "readonly": true, |
| 902 | "versionAdded": "v1_20_0" |
| 903 | }, |
Gunnar Mills | 60c922d | 2021-12-01 09:28:53 -0600 | [diff] [blame] | 904 | "PowerOutlets": { |
| 905 | "description": "An array of links to the outlets that provide power to this chassis.", |
| 906 | "items": { |
| 907 | "$ref": "http://redfish.dmtf.org/schemas/v1/Outlet.json#/definitions/Outlet" |
| 908 | }, |
Ed Tanous | ed76121 | 2022-09-23 15:03:29 -0700 | [diff] [blame] | 909 | "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 Mills | 60c922d | 2021-12-01 09:28:53 -0600 | [diff] [blame] | 910 | "readonly": false, |
| 911 | "type": "array", |
| 912 | "versionAdded": "v1_18_0" |
| 913 | }, |
| 914 | "PowerOutlets@odata.count": { |
| 915 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" |
| 916 | }, |
Ed Tanous | ed76121 | 2022-09-23 15:03:29 -0700 | [diff] [blame] | 917 | "PowerSupplies": { |
| 918 | "description": "An array of links to the power supplies that provide power to this chassis.", |
| 919 | "items": { |
| 920 | "$ref": "http://redfish.dmtf.org/schemas/v1/PowerSupply.json#/definitions/PowerSupply" |
| 921 | }, |
| 922 | "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 the power supplies are contained in the PowerSubsystem resource for this chassis.", |
| 923 | "readonly": true, |
| 924 | "type": "array", |
| 925 | "versionAdded": "v1_20_0" |
| 926 | }, |
| 927 | "PowerSupplies@odata.count": { |
| 928 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" |
| 929 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 930 | "PoweredBy": { |
Ed Tanous | ed76121 | 2022-09-23 15:03:29 -0700 | [diff] [blame] | 931 | "deprecated": "This property has been deprecated in favor of the PowerOutlets and PowerSupplies link properties, and details provided in the PowerSubsystem resource.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 932 | "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 Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 933 | "items": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 934 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 935 | }, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 936 | "longDescription": "This property shall contain an array of links to resources or objects that power this chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 937 | "readonly": true, |
Ed Tanous | ed76121 | 2022-09-23 15:03:29 -0700 | [diff] [blame] | 938 | "type": "array", |
| 939 | "versionDeprecated": "v1_20_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 940 | }, |
| 941 | "PoweredBy@odata.count": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 942 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 943 | }, |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 944 | "Processors": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 945 | "description": "An array of links to the processors located in this chassis.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 946 | "items": { |
| 947 | "$ref": "http://redfish.dmtf.org/schemas/v1/Processor.json#/definitions/Processor" |
| 948 | }, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 949 | "longDescription": "This property shall contain an array of links to resources of type Processor type that this chassis contains.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 950 | "readonly": true, |
| 951 | "type": "array", |
| 952 | "versionAdded": "v1_9_0" |
| 953 | }, |
| 954 | "Processors@odata.count": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 955 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 956 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 957 | "ResourceBlocks": { |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 958 | "description": "An array of links to the resource blocks located in this chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 959 | "items": { |
| 960 | "$ref": "http://redfish.dmtf.org/schemas/v1/ResourceBlock.json#/definitions/ResourceBlock" |
| 961 | }, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 962 | "longDescription": "This property shall contain an array of links of to resources of type ResourceBlock that this chassis contains.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 963 | "readonly": true, |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 964 | "type": "array", |
| 965 | "versionAdded": "v1_5_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 966 | }, |
| 967 | "ResourceBlocks@odata.count": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 968 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 969 | }, |
| 970 | "Storage": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 971 | "description": "An array of links to the storage subsystems connected to or inside this chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 972 | "items": { |
| 973 | "$ref": "http://redfish.dmtf.org/schemas/v1/Storage.json#/definitions/Storage" |
| 974 | }, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 975 | "longDescription": "This property shall contain an array of links to resources of type Storage that are connected to or contained in this chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 976 | "readonly": true, |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 977 | "type": "array", |
| 978 | "versionAdded": "v1_2_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 979 | }, |
| 980 | "Storage@odata.count": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 981 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 982 | }, |
| 983 | "Switches": { |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 984 | "description": "An array of links to the switches located in this chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 985 | "items": { |
| 986 | "$ref": "http://redfish.dmtf.org/schemas/v1/Switch.json#/definitions/Switch" |
| 987 | }, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 988 | "longDescription": "This property shall contain an array of links to resources of type Switch that this chassis contains.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 989 | "readonly": true, |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 990 | "type": "array", |
| 991 | "versionAdded": "v1_7_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 992 | }, |
| 993 | "Switches@odata.count": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 994 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 995 | } |
| 996 | }, |
| 997 | "type": "object" |
| 998 | }, |
| 999 | "OemActions": { |
| 1000 | "additionalProperties": true, |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 1001 | "description": "The available OEM-specific actions for this resource.", |
| 1002 | "longDescription": "This type shall contain the available OEM-specific actions for this resource.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1003 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 1004 | "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1005 | "description": "This property shall specify a valid odata or Redfish property.", |
| 1006 | "type": [ |
| 1007 | "array", |
| 1008 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 1009 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1010 | "number", |
| 1011 | "null", |
| 1012 | "object", |
| 1013 | "string" |
| 1014 | ] |
| 1015 | } |
| 1016 | }, |
| 1017 | "properties": {}, |
| 1018 | "type": "object" |
| 1019 | }, |
| 1020 | "PhysicalSecurity": { |
| 1021 | "additionalProperties": false, |
Ed Tanous | a8d8f9d | 2023-01-26 13:57:00 -0800 | [diff] [blame] | 1022 | "description": "The physical security state of the chassis.", |
| 1023 | "longDescription": "This type shall describe the physical security state of the chassis.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1024 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 1025 | "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1026 | "description": "This property shall specify a valid odata or Redfish property.", |
| 1027 | "type": [ |
| 1028 | "array", |
| 1029 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 1030 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1031 | "number", |
| 1032 | "null", |
| 1033 | "object", |
| 1034 | "string" |
| 1035 | ] |
| 1036 | } |
| 1037 | }, |
| 1038 | "properties": { |
| 1039 | "IntrusionSensor": { |
| 1040 | "anyOf": [ |
| 1041 | { |
| 1042 | "$ref": "#/definitions/IntrusionSensor" |
| 1043 | }, |
| 1044 | { |
| 1045 | "type": "null" |
| 1046 | } |
| 1047 | ], |
Ed Tanous | a8d8f9d | 2023-01-26 13:57:00 -0800 | [diff] [blame] | 1048 | "description": "The physical security state of the chassis, such as if hardware intrusion is detected.", |
| 1049 | "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 Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 1050 | "readonly": false, |
| 1051 | "versionAdded": "v1_1_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1052 | }, |
| 1053 | "IntrusionSensorNumber": { |
Ed Tanous | a8d8f9d | 2023-01-26 13:57:00 -0800 | [diff] [blame] | 1054 | "deprecated": "This property has been deprecated in order to allow for multiple physical sensors to construct this object.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1055 | "description": "A numerical identifier to represent the physical security sensor.", |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 1056 | "longDescription": "This property shall contain a numerical identifier for this physical security sensor that is unique within this resource.", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1057 | "readonly": true, |
| 1058 | "type": [ |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 1059 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1060 | "null" |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 1061 | ], |
Ed Tanous | a8d8f9d | 2023-01-26 13:57:00 -0800 | [diff] [blame] | 1062 | "versionAdded": "v1_1_0", |
| 1063 | "versionDeprecated": "v1_22_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1064 | }, |
| 1065 | "IntrusionSensorReArm": { |
| 1066 | "anyOf": [ |
| 1067 | { |
| 1068 | "$ref": "#/definitions/IntrusionSensorReArm" |
| 1069 | }, |
| 1070 | { |
| 1071 | "type": "null" |
| 1072 | } |
| 1073 | ], |
Ed Tanous | a8d8f9d | 2023-01-26 13:57:00 -0800 | [diff] [blame] | 1074 | "description": "The policy that describes how the physical security state of the chassis returns to a normal state.", |
| 1075 | "longDescription": "This property shall contain the policy that describes how the IntrusionSensor property returns to the `Normal` value.", |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 1076 | "readonly": true, |
| 1077 | "versionAdded": "v1_1_0" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1078 | } |
| 1079 | }, |
| 1080 | "type": "object" |
| 1081 | }, |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1082 | "Reset": { |
| 1083 | "additionalProperties": false, |
Ed Tanous | f263e09 | 2023-05-22 09:56:29 -0700 | [diff] [blame^] | 1084 | "description": "This action resets the chassis. Additionally, it could reset systems or other contained resources depending on the ResetType used to invoke this action.", |
| 1085 | "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 Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1086 | "parameters": { |
| 1087 | "ResetType": { |
| 1088 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/ResetType", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 1089 | "description": "The type of reset.", |
Asmitha Karunanithi | c8ccb77 | 2020-09-22 10:56:46 -0500 | [diff] [blame] | 1090 | "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 Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1091 | } |
| 1092 | }, |
| 1093 | "patternProperties": { |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 1094 | "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1095 | "description": "This property shall specify a valid odata or Redfish property.", |
| 1096 | "type": [ |
| 1097 | "array", |
| 1098 | "boolean", |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 1099 | "integer", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1100 | "number", |
| 1101 | "null", |
| 1102 | "object", |
| 1103 | "string" |
| 1104 | ] |
| 1105 | } |
| 1106 | }, |
| 1107 | "properties": { |
| 1108 | "target": { |
| 1109 | "description": "Link to invoke action", |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 1110 | "format": "uri-reference", |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1111 | "type": "string" |
| 1112 | }, |
| 1113 | "title": { |
| 1114 | "description": "Friendly action name", |
| 1115 | "type": "string" |
| 1116 | } |
| 1117 | }, |
| 1118 | "type": "object" |
Ed Tanous | ed76121 | 2022-09-23 15:03:29 -0700 | [diff] [blame] | 1119 | }, |
| 1120 | "ThermalDirection": { |
| 1121 | "enum": [ |
| 1122 | "FrontToBack", |
| 1123 | "BackToFront", |
| 1124 | "TopExhaust", |
| 1125 | "Sealed" |
| 1126 | ], |
| 1127 | "enumDescriptions": { |
| 1128 | "BackToFront": "A chassis with the air intake in the back and exhaust out the front.", |
| 1129 | "FrontToBack": "A chassis with the air intake in the front and exhaust out the back.", |
| 1130 | "Sealed": "A sealed chassis with no air pathway.", |
| 1131 | "TopExhaust": "A chassis with air exhaust on the top." |
| 1132 | }, |
| 1133 | "enumLongDescriptions": { |
| 1134 | "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.", |
| 1135 | "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.", |
| 1136 | "Sealed": "This value shall indicate a sealed chassis with no air pathway through the chassis.", |
| 1137 | "TopExhaust": "This value shall indicate a chassis with the air exhaust out the top of the chassis." |
| 1138 | }, |
| 1139 | "type": "string" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1140 | } |
| 1141 | }, |
| 1142 | "owningEntity": "DMTF", |
Ed Tanous | f263e09 | 2023-05-22 09:56:29 -0700 | [diff] [blame^] | 1143 | "release": "2023.1", |
| 1144 | "title": "#Chassis.v1_23_0.Chassis" |
Ed Tanous | 118b1c7 | 2018-09-13 13:45:51 -0700 | [diff] [blame] | 1145 | } |