1*5ecf7b4eSGunnar Mills{ 2*5ecf7b4eSGunnar Mills "$id": "http://redfish.dmtf.org/schemas/v1/Chassis.v1_28_0.json", 3*5ecf7b4eSGunnar Mills "$ref": "#/definitions/Chassis", 4*5ecf7b4eSGunnar Mills "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 5*5ecf7b4eSGunnar Mills "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright", 6*5ecf7b4eSGunnar Mills "definitions": { 7*5ecf7b4eSGunnar Mills "Actions": { 8*5ecf7b4eSGunnar Mills "additionalProperties": false, 9*5ecf7b4eSGunnar Mills "description": "The available actions for this resource.", 10*5ecf7b4eSGunnar Mills "longDescription": "This type shall contain the available actions for this resource.", 11*5ecf7b4eSGunnar Mills "patternProperties": { 12*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 13*5ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 14*5ecf7b4eSGunnar Mills "type": [ 15*5ecf7b4eSGunnar Mills "array", 16*5ecf7b4eSGunnar Mills "boolean", 17*5ecf7b4eSGunnar Mills "integer", 18*5ecf7b4eSGunnar Mills "number", 19*5ecf7b4eSGunnar Mills "null", 20*5ecf7b4eSGunnar Mills "object", 21*5ecf7b4eSGunnar Mills "string" 22*5ecf7b4eSGunnar Mills ] 23*5ecf7b4eSGunnar Mills } 24*5ecf7b4eSGunnar Mills }, 25*5ecf7b4eSGunnar Mills "properties": { 26*5ecf7b4eSGunnar Mills "#Chassis.Reset": { 27*5ecf7b4eSGunnar Mills "$ref": "#/definitions/Reset" 28*5ecf7b4eSGunnar Mills }, 29*5ecf7b4eSGunnar Mills "Oem": { 30*5ecf7b4eSGunnar Mills "$ref": "#/definitions/OemActions", 31*5ecf7b4eSGunnar Mills "description": "The available OEM-specific actions for this resource.", 32*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the available OEM-specific actions for this resource." 33*5ecf7b4eSGunnar Mills } 34*5ecf7b4eSGunnar Mills }, 35*5ecf7b4eSGunnar Mills "type": "object" 36*5ecf7b4eSGunnar Mills }, 37*5ecf7b4eSGunnar Mills "Chassis": { 38*5ecf7b4eSGunnar Mills "additionalProperties": false, 39*5ecf7b4eSGunnar Mills "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*5ecf7b4eSGunnar Mills "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`.", 41*5ecf7b4eSGunnar Mills "patternProperties": { 42*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 43*5ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 44*5ecf7b4eSGunnar Mills "type": [ 45*5ecf7b4eSGunnar Mills "array", 46*5ecf7b4eSGunnar Mills "boolean", 47*5ecf7b4eSGunnar Mills "integer", 48*5ecf7b4eSGunnar Mills "number", 49*5ecf7b4eSGunnar Mills "null", 50*5ecf7b4eSGunnar Mills "object", 51*5ecf7b4eSGunnar Mills "string" 52*5ecf7b4eSGunnar Mills ] 53*5ecf7b4eSGunnar Mills } 54*5ecf7b4eSGunnar Mills }, 55*5ecf7b4eSGunnar Mills "properties": { 56*5ecf7b4eSGunnar Mills "@odata.context": { 57*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" 58*5ecf7b4eSGunnar Mills }, 59*5ecf7b4eSGunnar Mills "@odata.etag": { 60*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" 61*5ecf7b4eSGunnar Mills }, 62*5ecf7b4eSGunnar Mills "@odata.id": { 63*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" 64*5ecf7b4eSGunnar Mills }, 65*5ecf7b4eSGunnar Mills "@odata.type": { 66*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type" 67*5ecf7b4eSGunnar Mills }, 68*5ecf7b4eSGunnar Mills "Actions": { 69*5ecf7b4eSGunnar Mills "$ref": "#/definitions/Actions", 70*5ecf7b4eSGunnar Mills "description": "The available actions for this resource.", 71*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the available actions for this resource." 72*5ecf7b4eSGunnar Mills }, 73*5ecf7b4eSGunnar Mills "Assembly": { 74*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Assembly.json#/definitions/Assembly", 75*5ecf7b4eSGunnar Mills "description": "The link to the assembly associated with this chassis.", 76*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a link to a resource of type `Assembly`.", 77*5ecf7b4eSGunnar Mills "readonly": true, 78*5ecf7b4eSGunnar Mills "versionAdded": "v1_6_0" 79*5ecf7b4eSGunnar Mills }, 80*5ecf7b4eSGunnar Mills "AssetTag": { 81*5ecf7b4eSGunnar Mills "description": "The user-assigned asset tag of this chassis.", 82*5ecf7b4eSGunnar Mills "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.", 83*5ecf7b4eSGunnar Mills "readonly": false, 84*5ecf7b4eSGunnar Mills "type": [ 85*5ecf7b4eSGunnar Mills "string", 86*5ecf7b4eSGunnar Mills "null" 87*5ecf7b4eSGunnar Mills ] 88*5ecf7b4eSGunnar Mills }, 89*5ecf7b4eSGunnar Mills "Certificates": { 90*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/CertificateCollection.json#/definitions/CertificateCollection", 91*5ecf7b4eSGunnar Mills "description": "The link to a collection of certificates for device identity and attestation.", 92*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `CertificateCollection` that contains certificates for device identity and attestation.", 93*5ecf7b4eSGunnar Mills "readonly": true, 94*5ecf7b4eSGunnar Mills "versionAdded": "v1_15_0" 95*5ecf7b4eSGunnar Mills }, 96*5ecf7b4eSGunnar Mills "ChassisType": { 97*5ecf7b4eSGunnar Mills "$ref": "#/definitions/ChassisType", 98*5ecf7b4eSGunnar Mills "description": "The type of physical form factor of the chassis.", 99*5ecf7b4eSGunnar Mills "longDescription": "This property shall indicate the physical form factor for the type of chassis.", 100*5ecf7b4eSGunnar Mills "readonly": true 101*5ecf7b4eSGunnar Mills }, 102*5ecf7b4eSGunnar Mills "Controls": { 103*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/ControlCollection.json#/definitions/ControlCollection", 104*5ecf7b4eSGunnar Mills "description": "The link to the collection of controls located in this chassis.", 105*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `ControlCollection`.", 106*5ecf7b4eSGunnar Mills "readonly": true, 107*5ecf7b4eSGunnar Mills "versionAdded": "v1_17_0" 108*5ecf7b4eSGunnar Mills }, 109*5ecf7b4eSGunnar Mills "DepthMm": { 110*5ecf7b4eSGunnar Mills "description": "The depth of the chassis.", 111*5ecf7b4eSGunnar Mills "longDescription": "This property shall represent the depth (length) of the chassis, in millimeter units, as specified by the manufacturer.", 112*5ecf7b4eSGunnar Mills "minimum": 0, 113*5ecf7b4eSGunnar Mills "readonly": true, 114*5ecf7b4eSGunnar Mills "type": [ 115*5ecf7b4eSGunnar Mills "number", 116*5ecf7b4eSGunnar Mills "null" 117*5ecf7b4eSGunnar Mills ], 118*5ecf7b4eSGunnar Mills "units": "mm", 119*5ecf7b4eSGunnar Mills "versionAdded": "v1_4_0" 120*5ecf7b4eSGunnar Mills }, 121*5ecf7b4eSGunnar Mills "Description": { 122*5ecf7b4eSGunnar Mills "anyOf": [ 123*5ecf7b4eSGunnar Mills { 124*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" 125*5ecf7b4eSGunnar Mills }, 126*5ecf7b4eSGunnar Mills { 127*5ecf7b4eSGunnar Mills "type": "null" 128*5ecf7b4eSGunnar Mills } 129*5ecf7b4eSGunnar Mills ], 130*5ecf7b4eSGunnar Mills "readonly": true 131*5ecf7b4eSGunnar Mills }, 132*5ecf7b4eSGunnar Mills "Doors": { 133*5ecf7b4eSGunnar Mills "$ref": "#/definitions/Doors", 134*5ecf7b4eSGunnar Mills "description": "The doors or access panels of the chassis.", 135*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain information about the doors or access panels of the chassis.", 136*5ecf7b4eSGunnar Mills "versionAdded": "v1_24_0" 137*5ecf7b4eSGunnar Mills }, 138*5ecf7b4eSGunnar Mills "Drives": { 139*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/DriveCollection.json#/definitions/DriveCollection", 140*5ecf7b4eSGunnar Mills "description": "The link to the collection of drives within this chassis.", 141*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `DriveCollection`.", 142*5ecf7b4eSGunnar Mills "versionAdded": "v1_14_0" 143*5ecf7b4eSGunnar Mills }, 144*5ecf7b4eSGunnar Mills "ElectricalSourceManagerURIs": { 145*5ecf7b4eSGunnar Mills "description": "The URIs of the management interfaces for the external electrical source connections for this chassis.", 146*5ecf7b4eSGunnar Mills "format": "uri-reference", 147*5ecf7b4eSGunnar Mills "items": { 148*5ecf7b4eSGunnar Mills "type": [ 149*5ecf7b4eSGunnar Mills "string", 150*5ecf7b4eSGunnar Mills "null" 151*5ecf7b4eSGunnar Mills ] 152*5ecf7b4eSGunnar Mills }, 153*5ecf7b4eSGunnar Mills "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.", 154*5ecf7b4eSGunnar Mills "readonly": false, 155*5ecf7b4eSGunnar Mills "type": "array", 156*5ecf7b4eSGunnar Mills "versionAdded": "v1_18_0" 157*5ecf7b4eSGunnar Mills }, 158*5ecf7b4eSGunnar Mills "ElectricalSourceNames": { 159*5ecf7b4eSGunnar Mills "description": "The names of the external electrical sources, such as circuits or outlets, connected to this chassis.", 160*5ecf7b4eSGunnar Mills "items": { 161*5ecf7b4eSGunnar Mills "type": [ 162*5ecf7b4eSGunnar Mills "string", 163*5ecf7b4eSGunnar Mills "null" 164*5ecf7b4eSGunnar Mills ] 165*5ecf7b4eSGunnar Mills }, 166*5ecf7b4eSGunnar Mills "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.", 167*5ecf7b4eSGunnar Mills "readonly": false, 168*5ecf7b4eSGunnar Mills "type": "array", 169*5ecf7b4eSGunnar Mills "versionAdded": "v1_18_0" 170*5ecf7b4eSGunnar Mills }, 171*5ecf7b4eSGunnar Mills "EnvironmentMetrics": { 172*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/EnvironmentMetrics.json#/definitions/EnvironmentMetrics", 173*5ecf7b4eSGunnar Mills "description": "The link to the environment metrics for this chassis.", 174*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a link to a resource of type `EnvironmentMetrics` that specifies the environment metrics for this chassis, all containing chassis, and devices contained by any of these chassis instances. When determining power and energy readings, care should be taken to ensure any reported values do not overlap or result in double-counting.", 175*5ecf7b4eSGunnar Mills "readonly": true, 176*5ecf7b4eSGunnar Mills "versionAdded": "v1_15_0" 177*5ecf7b4eSGunnar Mills }, 178*5ecf7b4eSGunnar Mills "EnvironmentalClass": { 179*5ecf7b4eSGunnar Mills "anyOf": [ 180*5ecf7b4eSGunnar Mills { 181*5ecf7b4eSGunnar Mills "$ref": "#/definitions/EnvironmentalClass" 182*5ecf7b4eSGunnar Mills }, 183*5ecf7b4eSGunnar Mills { 184*5ecf7b4eSGunnar Mills "type": "null" 185*5ecf7b4eSGunnar Mills } 186*5ecf7b4eSGunnar Mills ], 187*5ecf7b4eSGunnar Mills "description": "The ASHRAE Environmental Class for this chassis.", 188*5ecf7b4eSGunnar Mills "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.", 189*5ecf7b4eSGunnar Mills "readonly": false, 190*5ecf7b4eSGunnar Mills "versionAdded": "v1_9_0" 191*5ecf7b4eSGunnar Mills }, 192*5ecf7b4eSGunnar Mills "FabricAdapters": { 193*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/FabricAdapterCollection.json#/definitions/FabricAdapterCollection", 194*5ecf7b4eSGunnar Mills "description": "The link to the collection of fabric adapters located in this chassis that provide access to fabric-related resource pools.", 195*5ecf7b4eSGunnar Mills "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.", 196*5ecf7b4eSGunnar Mills "readonly": true, 197*5ecf7b4eSGunnar Mills "versionAdded": "v1_20_0" 198*5ecf7b4eSGunnar Mills }, 199*5ecf7b4eSGunnar Mills "HeatingCoolingEquipmentNames": { 200*5ecf7b4eSGunnar Mills "description": "The names of the external heating or cooling equipment, such as coolant distribution units, connected to this chassis.", 201*5ecf7b4eSGunnar Mills "items": { 202*5ecf7b4eSGunnar Mills "type": [ 203*5ecf7b4eSGunnar Mills "string", 204*5ecf7b4eSGunnar Mills "null" 205*5ecf7b4eSGunnar Mills ] 206*5ecf7b4eSGunnar Mills }, 207*5ecf7b4eSGunnar Mills "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*5ecf7b4eSGunnar Mills "readonly": false, 209*5ecf7b4eSGunnar Mills "type": "array", 210*5ecf7b4eSGunnar Mills "versionAdded": "v1_25_0" 211*5ecf7b4eSGunnar Mills }, 212*5ecf7b4eSGunnar Mills "HeatingCoolingManagerURIs": { 213*5ecf7b4eSGunnar Mills "description": "The URIs of the management interfaces for the external heating or cooling equipment for this chassis.", 214*5ecf7b4eSGunnar Mills "format": "uri-reference", 215*5ecf7b4eSGunnar Mills "items": { 216*5ecf7b4eSGunnar Mills "type": [ 217*5ecf7b4eSGunnar Mills "string", 218*5ecf7b4eSGunnar Mills "null" 219*5ecf7b4eSGunnar Mills ] 220*5ecf7b4eSGunnar Mills }, 221*5ecf7b4eSGunnar Mills "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*5ecf7b4eSGunnar Mills "readonly": false, 223*5ecf7b4eSGunnar Mills "type": "array", 224*5ecf7b4eSGunnar Mills "versionAdded": "v1_25_0" 225*5ecf7b4eSGunnar Mills }, 226*5ecf7b4eSGunnar Mills "HeightMm": { 227*5ecf7b4eSGunnar Mills "description": "The height of the chassis.", 228*5ecf7b4eSGunnar Mills "longDescription": "This property shall represent the height of the chassis, in millimeter units, as specified by the manufacturer.", 229*5ecf7b4eSGunnar Mills "minimum": 0, 230*5ecf7b4eSGunnar Mills "readonly": true, 231*5ecf7b4eSGunnar Mills "type": [ 232*5ecf7b4eSGunnar Mills "number", 233*5ecf7b4eSGunnar Mills "null" 234*5ecf7b4eSGunnar Mills ], 235*5ecf7b4eSGunnar Mills "units": "mm", 236*5ecf7b4eSGunnar Mills "versionAdded": "v1_4_0" 237*5ecf7b4eSGunnar Mills }, 238*5ecf7b4eSGunnar Mills "HeightRackUnits": { 239*5ecf7b4eSGunnar Mills "description": "The height of the rack-mountable chassis in rack units.", 240*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the height of the rack-mountable chassis, in rack units specified by the value of `RackUnits`.", 241*5ecf7b4eSGunnar Mills "readonly": true, 242*5ecf7b4eSGunnar Mills "type": [ 243*5ecf7b4eSGunnar Mills "number", 244*5ecf7b4eSGunnar Mills "null" 245*5ecf7b4eSGunnar Mills ], 246*5ecf7b4eSGunnar Mills "versionAdded": "v1_28_0" 247*5ecf7b4eSGunnar Mills }, 248*5ecf7b4eSGunnar Mills "HotPluggable": { 249*5ecf7b4eSGunnar Mills "description": "An indication of whether this component can be inserted or removed while the equipment is in operation.", 250*5ecf7b4eSGunnar Mills "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.", 251*5ecf7b4eSGunnar Mills "readonly": true, 252*5ecf7b4eSGunnar Mills "type": [ 253*5ecf7b4eSGunnar Mills "boolean", 254*5ecf7b4eSGunnar Mills "null" 255*5ecf7b4eSGunnar Mills ], 256*5ecf7b4eSGunnar Mills "versionAdded": "v1_21_0" 257*5ecf7b4eSGunnar Mills }, 258*5ecf7b4eSGunnar Mills "Id": { 259*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id", 260*5ecf7b4eSGunnar Mills "readonly": true 261*5ecf7b4eSGunnar Mills }, 262*5ecf7b4eSGunnar Mills "IndicatorLED": { 263*5ecf7b4eSGunnar Mills "anyOf": [ 264*5ecf7b4eSGunnar Mills { 265*5ecf7b4eSGunnar Mills "$ref": "#/definitions/IndicatorLED" 266*5ecf7b4eSGunnar Mills }, 267*5ecf7b4eSGunnar Mills { 268*5ecf7b4eSGunnar Mills "type": "null" 269*5ecf7b4eSGunnar Mills } 270*5ecf7b4eSGunnar Mills ], 271*5ecf7b4eSGunnar Mills "deprecated": "This property has been deprecated in favor of the `LocationIndicatorActive` property.", 272*5ecf7b4eSGunnar Mills "description": "The state of the indicator LED, which identifies the chassis.", 273*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the indicator light state for the indicator light associated with this system.", 274*5ecf7b4eSGunnar Mills "readonly": false, 275*5ecf7b4eSGunnar Mills "versionDeprecated": "v1_14_0" 276*5ecf7b4eSGunnar Mills }, 277*5ecf7b4eSGunnar Mills "LeakDetectors": { 278*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/LeakDetectorCollection.json#/definitions/LeakDetectorCollection", 279*5ecf7b4eSGunnar Mills "description": "The link to the collection of leak detectors located in this chassis.", 280*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `LeakDetectorCollection`.", 281*5ecf7b4eSGunnar Mills "readonly": true, 282*5ecf7b4eSGunnar Mills "versionAdded": "v1_26_0" 283*5ecf7b4eSGunnar Mills }, 284*5ecf7b4eSGunnar Mills "Links": { 285*5ecf7b4eSGunnar Mills "$ref": "#/definitions/Links", 286*5ecf7b4eSGunnar Mills "description": "The links to other resources that are related to this resource.", 287*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource." 288*5ecf7b4eSGunnar Mills }, 289*5ecf7b4eSGunnar Mills "Location": { 290*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Location", 291*5ecf7b4eSGunnar Mills "description": "The location of the chassis.", 292*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the location information of the associated chassis.", 293*5ecf7b4eSGunnar Mills "versionAdded": "v1_2_0" 294*5ecf7b4eSGunnar Mills }, 295*5ecf7b4eSGunnar Mills "LocationIndicatorActive": { 296*5ecf7b4eSGunnar Mills "description": "An indicator allowing an operator to physically locate this resource.", 297*5ecf7b4eSGunnar Mills "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.", 298*5ecf7b4eSGunnar Mills "readonly": false, 299*5ecf7b4eSGunnar Mills "type": [ 300*5ecf7b4eSGunnar Mills "boolean", 301*5ecf7b4eSGunnar Mills "null" 302*5ecf7b4eSGunnar Mills ], 303*5ecf7b4eSGunnar Mills "versionAdded": "v1_14_0" 304*5ecf7b4eSGunnar Mills }, 305*5ecf7b4eSGunnar Mills "LogServices": { 306*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/LogServiceCollection.json#/definitions/LogServiceCollection", 307*5ecf7b4eSGunnar Mills "description": "The link to the logs for this chassis.", 308*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `LogServiceCollection`.", 309*5ecf7b4eSGunnar Mills "readonly": true 310*5ecf7b4eSGunnar Mills }, 311*5ecf7b4eSGunnar Mills "Manufacturer": { 312*5ecf7b4eSGunnar Mills "description": "The manufacturer of this chassis.", 313*5ecf7b4eSGunnar Mills "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.", 314*5ecf7b4eSGunnar Mills "readonly": true, 315*5ecf7b4eSGunnar Mills "type": [ 316*5ecf7b4eSGunnar Mills "string", 317*5ecf7b4eSGunnar Mills "null" 318*5ecf7b4eSGunnar Mills ] 319*5ecf7b4eSGunnar Mills }, 320*5ecf7b4eSGunnar Mills "MaxPowerWatts": { 321*5ecf7b4eSGunnar Mills "description": "The upper bound of the total power consumed by the chassis.", 322*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the upper bound of the total power consumed by the chassis.", 323*5ecf7b4eSGunnar Mills "readonly": true, 324*5ecf7b4eSGunnar Mills "type": [ 325*5ecf7b4eSGunnar Mills "number", 326*5ecf7b4eSGunnar Mills "null" 327*5ecf7b4eSGunnar Mills ], 328*5ecf7b4eSGunnar Mills "units": "W", 329*5ecf7b4eSGunnar Mills "versionAdded": "v1_12_0" 330*5ecf7b4eSGunnar Mills }, 331*5ecf7b4eSGunnar Mills "Measurements": { 332*5ecf7b4eSGunnar Mills "deprecated": "This property has been deprecated in favor of the `ComponentIntegrity` resource.", 333*5ecf7b4eSGunnar Mills "description": "An array of DSP0274-defined measurement blocks.", 334*5ecf7b4eSGunnar Mills "items": { 335*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/SoftwareInventory.json#/definitions/MeasurementBlock" 336*5ecf7b4eSGunnar Mills }, 337*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain an array of DSP0274-defined measurement blocks.", 338*5ecf7b4eSGunnar Mills "type": "array", 339*5ecf7b4eSGunnar Mills "versionAdded": "v1_15_0", 340*5ecf7b4eSGunnar Mills "versionDeprecated": "v1_19_0" 341*5ecf7b4eSGunnar Mills }, 342*5ecf7b4eSGunnar Mills "MediaControllers": { 343*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/MediaControllerCollection.json#/definitions/MediaControllerCollection", 344*5ecf7b4eSGunnar Mills "deprecated": "This property has been deprecated in favor of `FabricAdapters`.", 345*5ecf7b4eSGunnar Mills "description": "The link to the collection of media controllers located in this chassis.", 346*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `MediaControllerCollection`.", 347*5ecf7b4eSGunnar Mills "readonly": true, 348*5ecf7b4eSGunnar Mills "versionAdded": "v1_11_0", 349*5ecf7b4eSGunnar Mills "versionDeprecated": "v1_20_0" 350*5ecf7b4eSGunnar Mills }, 351*5ecf7b4eSGunnar Mills "Memory": { 352*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/MemoryCollection.json#/definitions/MemoryCollection", 353*5ecf7b4eSGunnar Mills "description": "The link to the collection of memory located in this chassis that belong to fabric-related resource pools.", 354*5ecf7b4eSGunnar Mills "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.", 355*5ecf7b4eSGunnar Mills "readonly": true, 356*5ecf7b4eSGunnar Mills "versionAdded": "v1_11_0" 357*5ecf7b4eSGunnar Mills }, 358*5ecf7b4eSGunnar Mills "MemoryDomains": { 359*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/MemoryDomainCollection.json#/definitions/MemoryDomainCollection", 360*5ecf7b4eSGunnar Mills "description": "The link to the collection of memory domains located in this chassis that belong to fabric-related resource pools.", 361*5ecf7b4eSGunnar Mills "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.", 362*5ecf7b4eSGunnar Mills "readonly": true, 363*5ecf7b4eSGunnar Mills "versionAdded": "v1_11_0" 364*5ecf7b4eSGunnar Mills }, 365*5ecf7b4eSGunnar Mills "MinPowerWatts": { 366*5ecf7b4eSGunnar Mills "description": "The lower bound of the total power consumed by the chassis.", 367*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the lower bound of the total power consumed by the chassis.", 368*5ecf7b4eSGunnar Mills "readonly": true, 369*5ecf7b4eSGunnar Mills "type": [ 370*5ecf7b4eSGunnar Mills "number", 371*5ecf7b4eSGunnar Mills "null" 372*5ecf7b4eSGunnar Mills ], 373*5ecf7b4eSGunnar Mills "units": "W", 374*5ecf7b4eSGunnar Mills "versionAdded": "v1_12_0" 375*5ecf7b4eSGunnar Mills }, 376*5ecf7b4eSGunnar Mills "Model": { 377*5ecf7b4eSGunnar Mills "description": "The model number of the chassis.", 378*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the name by which the manufacturer generally refers to the chassis.", 379*5ecf7b4eSGunnar Mills "readonly": true, 380*5ecf7b4eSGunnar Mills "type": [ 381*5ecf7b4eSGunnar Mills "string", 382*5ecf7b4eSGunnar Mills "null" 383*5ecf7b4eSGunnar Mills ] 384*5ecf7b4eSGunnar Mills }, 385*5ecf7b4eSGunnar Mills "Name": { 386*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", 387*5ecf7b4eSGunnar Mills "readonly": true 388*5ecf7b4eSGunnar Mills }, 389*5ecf7b4eSGunnar Mills "NetworkAdapters": { 390*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/NetworkAdapterCollection.json#/definitions/NetworkAdapterCollection", 391*5ecf7b4eSGunnar Mills "description": "The link to the collection of network adapters associated with this chassis.", 392*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `NetworkAdapterCollection`.", 393*5ecf7b4eSGunnar Mills "readonly": true, 394*5ecf7b4eSGunnar Mills "versionAdded": "v1_4_0" 395*5ecf7b4eSGunnar Mills }, 396*5ecf7b4eSGunnar Mills "Oem": { 397*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 398*5ecf7b4eSGunnar Mills "description": "The OEM extension property.", 399*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the OEM extensions. All values for properties that this object contains shall conform to the Redfish Specification-described requirements." 400*5ecf7b4eSGunnar Mills }, 401*5ecf7b4eSGunnar Mills "PCIeDevices": { 402*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeDeviceCollection.json#/definitions/PCIeDeviceCollection", 403*5ecf7b4eSGunnar Mills "description": "The link to the collection of PCIe devices located in this chassis.", 404*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `PCIeDeviceCollection`.", 405*5ecf7b4eSGunnar Mills "readonly": true, 406*5ecf7b4eSGunnar Mills "versionAdded": "v1_10_0" 407*5ecf7b4eSGunnar Mills }, 408*5ecf7b4eSGunnar Mills "PCIeSlots": { 409*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeSlots.json#/definitions/PCIeSlots", 410*5ecf7b4eSGunnar Mills "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`.", 411*5ecf7b4eSGunnar Mills "description": "The link to the PCIe slot properties for this chassis.", 412*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a link to the resource of type `PCIeSlots` that represents the PCIe slot information for this chassis.", 413*5ecf7b4eSGunnar Mills "readonly": true, 414*5ecf7b4eSGunnar Mills "versionAdded": "v1_8_0", 415*5ecf7b4eSGunnar Mills "versionDeprecated": "v1_24_0" 416*5ecf7b4eSGunnar Mills }, 417*5ecf7b4eSGunnar Mills "PartNumber": { 418*5ecf7b4eSGunnar Mills "description": "The part number of the chassis.", 419*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a part number assigned by the organization that is responsible for producing or manufacturing the chassis.", 420*5ecf7b4eSGunnar Mills "readonly": true, 421*5ecf7b4eSGunnar Mills "type": [ 422*5ecf7b4eSGunnar Mills "string", 423*5ecf7b4eSGunnar Mills "null" 424*5ecf7b4eSGunnar Mills ] 425*5ecf7b4eSGunnar Mills }, 426*5ecf7b4eSGunnar Mills "PhysicalSecurity": { 427*5ecf7b4eSGunnar Mills "$ref": "#/definitions/PhysicalSecurity", 428*5ecf7b4eSGunnar Mills "description": "The physical security state of the chassis.", 429*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the physical security state of the chassis. Services may construct this state from multiple physical sensors.", 430*5ecf7b4eSGunnar Mills "versionAdded": "v1_1_0" 431*5ecf7b4eSGunnar Mills }, 432*5ecf7b4eSGunnar Mills "Power": { 433*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Power.json#/definitions/Power", 434*5ecf7b4eSGunnar Mills "deprecated": "This link has been deprecated in favor of the `PowerSubsystem` link property.", 435*5ecf7b4eSGunnar Mills "description": "The link to the power properties, or power supplies, power policies, and sensors, for this chassis.", 436*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a link to a resource of type `Power` that represents the power characteristics of this chassis.", 437*5ecf7b4eSGunnar Mills "readonly": true, 438*5ecf7b4eSGunnar Mills "versionDeprecated": "v1_15_0" 439*5ecf7b4eSGunnar Mills }, 440*5ecf7b4eSGunnar Mills "PowerState": { 441*5ecf7b4eSGunnar Mills "anyOf": [ 442*5ecf7b4eSGunnar Mills { 443*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/PowerState" 444*5ecf7b4eSGunnar Mills }, 445*5ecf7b4eSGunnar Mills { 446*5ecf7b4eSGunnar Mills "type": "null" 447*5ecf7b4eSGunnar Mills } 448*5ecf7b4eSGunnar Mills ], 449*5ecf7b4eSGunnar Mills "description": "The current power state of the chassis.", 450*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the power state of the chassis.", 451*5ecf7b4eSGunnar Mills "readonly": true, 452*5ecf7b4eSGunnar Mills "versionAdded": "v1_0_1" 453*5ecf7b4eSGunnar Mills }, 454*5ecf7b4eSGunnar Mills "PowerSubsystem": { 455*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/PowerSubsystem.json#/definitions/PowerSubsystem", 456*5ecf7b4eSGunnar Mills "description": "The link to the power subsystem properties for this chassis.", 457*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a link to a resource of type `PowerSubsystem` that represents the power subsystem information for this chassis.", 458*5ecf7b4eSGunnar Mills "readonly": true, 459*5ecf7b4eSGunnar Mills "versionAdded": "v1_15_0" 460*5ecf7b4eSGunnar Mills }, 461*5ecf7b4eSGunnar Mills "PoweredByParent": { 462*5ecf7b4eSGunnar Mills "description": "Indicates that the chassis receives power from the containing chassis.", 463*5ecf7b4eSGunnar Mills "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.", 464*5ecf7b4eSGunnar Mills "readonly": true, 465*5ecf7b4eSGunnar Mills "type": [ 466*5ecf7b4eSGunnar Mills "boolean", 467*5ecf7b4eSGunnar Mills "null" 468*5ecf7b4eSGunnar Mills ], 469*5ecf7b4eSGunnar Mills "versionAdded": "v1_20_0" 470*5ecf7b4eSGunnar Mills }, 471*5ecf7b4eSGunnar Mills "Processors": { 472*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/ProcessorCollection.json#/definitions/ProcessorCollection", 473*5ecf7b4eSGunnar Mills "description": "The link to the collection of processors located in this chassis that belong to fabric-related resource pools.", 474*5ecf7b4eSGunnar Mills "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.", 475*5ecf7b4eSGunnar Mills "readonly": true, 476*5ecf7b4eSGunnar Mills "versionAdded": "v1_22_0" 477*5ecf7b4eSGunnar Mills }, 478*5ecf7b4eSGunnar Mills "RackMountCapacityUnits": { 479*5ecf7b4eSGunnar Mills "description": "The usable capacity of rack units provided by this chassis.", 480*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the amount of space, in `RackUnits` and including fractional units, contained within this chassis that are usable to hold rack-mountable equipment. This property shall not be present if `ChassisType` does not contain `Rack`.", 481*5ecf7b4eSGunnar Mills "readonly": false, 482*5ecf7b4eSGunnar Mills "type": [ 483*5ecf7b4eSGunnar Mills "number", 484*5ecf7b4eSGunnar Mills "null" 485*5ecf7b4eSGunnar Mills ], 486*5ecf7b4eSGunnar Mills "versionAdded": "v1_28_0" 487*5ecf7b4eSGunnar Mills }, 488*5ecf7b4eSGunnar Mills "RackMountDepthMm": { 489*5ecf7b4eSGunnar Mills "description": "The usable depth of the rack-mountable area of the chassis.", 490*5ecf7b4eSGunnar Mills "longDescription": "This property shall represent the depth (length) of the chassis, in millimeter units, that is available to contain rack-mounted equipment.", 491*5ecf7b4eSGunnar Mills "minimum": 0, 492*5ecf7b4eSGunnar Mills "readonly": false, 493*5ecf7b4eSGunnar Mills "type": [ 494*5ecf7b4eSGunnar Mills "number", 495*5ecf7b4eSGunnar Mills "null" 496*5ecf7b4eSGunnar Mills ], 497*5ecf7b4eSGunnar Mills "units": "mm", 498*5ecf7b4eSGunnar Mills "versionAdded": "v1_28_0" 499*5ecf7b4eSGunnar Mills }, 500*5ecf7b4eSGunnar Mills "RackMountWidth": { 501*5ecf7b4eSGunnar Mills "anyOf": [ 502*5ecf7b4eSGunnar Mills { 503*5ecf7b4eSGunnar Mills "$ref": "#/definitions/RackMountWidth" 504*5ecf7b4eSGunnar Mills }, 505*5ecf7b4eSGunnar Mills { 506*5ecf7b4eSGunnar Mills "type": "null" 507*5ecf7b4eSGunnar Mills } 508*5ecf7b4eSGunnar Mills ], 509*5ecf7b4eSGunnar Mills "description": "The width of the rack-mountable chassis or rack-mounting space.", 510*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the type of width that describes the rack-mountable equipment space.", 511*5ecf7b4eSGunnar Mills "readonly": false, 512*5ecf7b4eSGunnar Mills "versionAdded": "v1_28_0" 513*5ecf7b4eSGunnar Mills }, 514*5ecf7b4eSGunnar Mills "RackUnits": { 515*5ecf7b4eSGunnar Mills "anyOf": [ 516*5ecf7b4eSGunnar Mills { 517*5ecf7b4eSGunnar Mills "$ref": "#/definitions/RackUnits" 518*5ecf7b4eSGunnar Mills }, 519*5ecf7b4eSGunnar Mills { 520*5ecf7b4eSGunnar Mills "type": "null" 521*5ecf7b4eSGunnar Mills } 522*5ecf7b4eSGunnar Mills ], 523*5ecf7b4eSGunnar Mills "description": "The type of rack-mount units.", 524*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the type of units used to describe rack-mountable equipment.", 525*5ecf7b4eSGunnar Mills "readonly": false, 526*5ecf7b4eSGunnar Mills "versionAdded": "v1_28_0" 527*5ecf7b4eSGunnar Mills }, 528*5ecf7b4eSGunnar Mills "ReadyToRemove": { 529*5ecf7b4eSGunnar Mills "description": "An indication of whether the chassis is prepared by the system for removal.", 530*5ecf7b4eSGunnar Mills "longDescription": "This property shall indicate whether the chassis is ready for removal. Setting the value to `true` shall cause the service to perform appropriate actions to quiesce the device. A task may spawn while the device is quiescing.", 531*5ecf7b4eSGunnar Mills "readonly": false, 532*5ecf7b4eSGunnar Mills "type": [ 533*5ecf7b4eSGunnar Mills "boolean", 534*5ecf7b4eSGunnar Mills "null" 535*5ecf7b4eSGunnar Mills ], 536*5ecf7b4eSGunnar Mills "versionAdded": "v1_28_0" 537*5ecf7b4eSGunnar Mills }, 538*5ecf7b4eSGunnar Mills "Replaceable": { 539*5ecf7b4eSGunnar Mills "description": "An indication of whether this component can be independently replaced as allowed by the vendor's replacement policy.", 540*5ecf7b4eSGunnar Mills "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`.", 541*5ecf7b4eSGunnar Mills "readonly": true, 542*5ecf7b4eSGunnar Mills "type": [ 543*5ecf7b4eSGunnar Mills "boolean", 544*5ecf7b4eSGunnar Mills "null" 545*5ecf7b4eSGunnar Mills ], 546*5ecf7b4eSGunnar Mills "versionAdded": "v1_21_0" 547*5ecf7b4eSGunnar Mills }, 548*5ecf7b4eSGunnar Mills "SKU": { 549*5ecf7b4eSGunnar Mills "description": "The SKU of the chassis.", 550*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the stock-keeping unit number for this chassis.", 551*5ecf7b4eSGunnar Mills "readonly": true, 552*5ecf7b4eSGunnar Mills "type": [ 553*5ecf7b4eSGunnar Mills "string", 554*5ecf7b4eSGunnar Mills "null" 555*5ecf7b4eSGunnar Mills ] 556*5ecf7b4eSGunnar Mills }, 557*5ecf7b4eSGunnar Mills "Sensors": { 558*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/SensorCollection.json#/definitions/SensorCollection", 559*5ecf7b4eSGunnar Mills "description": "The link to the collection of sensors located in the equipment and sub-components.", 560*5ecf7b4eSGunnar Mills "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.", 561*5ecf7b4eSGunnar Mills "readonly": true, 562*5ecf7b4eSGunnar Mills "versionAdded": "v1_9_0" 563*5ecf7b4eSGunnar Mills }, 564*5ecf7b4eSGunnar Mills "SerialNumber": { 565*5ecf7b4eSGunnar Mills "description": "The serial number of the chassis.", 566*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a manufacturer-allocated number that identifies the chassis.", 567*5ecf7b4eSGunnar Mills "readonly": true, 568*5ecf7b4eSGunnar Mills "type": [ 569*5ecf7b4eSGunnar Mills "string", 570*5ecf7b4eSGunnar Mills "null" 571*5ecf7b4eSGunnar Mills ] 572*5ecf7b4eSGunnar Mills }, 573*5ecf7b4eSGunnar Mills "SparePartNumber": { 574*5ecf7b4eSGunnar Mills "description": "The spare part number of the chassis.", 575*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the spare part number of the chassis.", 576*5ecf7b4eSGunnar Mills "readonly": true, 577*5ecf7b4eSGunnar Mills "type": [ 578*5ecf7b4eSGunnar Mills "string", 579*5ecf7b4eSGunnar Mills "null" 580*5ecf7b4eSGunnar Mills ], 581*5ecf7b4eSGunnar Mills "versionAdded": "v1_16_0" 582*5ecf7b4eSGunnar Mills }, 583*5ecf7b4eSGunnar Mills "Status": { 584*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status", 585*5ecf7b4eSGunnar Mills "description": "The status and health of the resource and its subordinate or dependent resources.", 586*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain any status or health properties of the resource." 587*5ecf7b4eSGunnar Mills }, 588*5ecf7b4eSGunnar Mills "Thermal": { 589*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Thermal.json#/definitions/Thermal", 590*5ecf7b4eSGunnar Mills "deprecated": "This link has been deprecated in favor of the `ThermalSubsystem` link property.", 591*5ecf7b4eSGunnar Mills "description": "The link to the thermal properties, such as fans, cooling, and sensors, for this chassis.", 592*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a link to a resource of type `Thermal` that represents the thermal characteristics of this chassis.", 593*5ecf7b4eSGunnar Mills "readonly": true, 594*5ecf7b4eSGunnar Mills "versionDeprecated": "v1_15_0" 595*5ecf7b4eSGunnar Mills }, 596*5ecf7b4eSGunnar Mills "ThermalDirection": { 597*5ecf7b4eSGunnar Mills "anyOf": [ 598*5ecf7b4eSGunnar Mills { 599*5ecf7b4eSGunnar Mills "$ref": "#/definitions/ThermalDirection" 600*5ecf7b4eSGunnar Mills }, 601*5ecf7b4eSGunnar Mills { 602*5ecf7b4eSGunnar Mills "type": "null" 603*5ecf7b4eSGunnar Mills } 604*5ecf7b4eSGunnar Mills ], 605*5ecf7b4eSGunnar Mills "description": "Indicates the thermal management path through the chassis.", 606*5ecf7b4eSGunnar Mills "longDescription": "This property shall indicate the general direction of the thermal management path through the chassis.", 607*5ecf7b4eSGunnar Mills "readonly": true, 608*5ecf7b4eSGunnar Mills "versionAdded": "v1_20_0" 609*5ecf7b4eSGunnar Mills }, 610*5ecf7b4eSGunnar Mills "ThermalManagedByParent": { 611*5ecf7b4eSGunnar Mills "description": "Indicates that the chassis is thermally managed by the parent chassis.", 612*5ecf7b4eSGunnar Mills "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.", 613*5ecf7b4eSGunnar Mills "readonly": true, 614*5ecf7b4eSGunnar Mills "type": [ 615*5ecf7b4eSGunnar Mills "boolean", 616*5ecf7b4eSGunnar Mills "null" 617*5ecf7b4eSGunnar Mills ], 618*5ecf7b4eSGunnar Mills "versionAdded": "v1_20_0" 619*5ecf7b4eSGunnar Mills }, 620*5ecf7b4eSGunnar Mills "ThermalSubsystem": { 621*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/ThermalSubsystem.json#/definitions/ThermalSubsystem", 622*5ecf7b4eSGunnar Mills "description": "The link to the thermal subsystem properties for this chassis.", 623*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a link to a resource of type `ThermalSubsystem` that represents the thermal subsystem information for this chassis.", 624*5ecf7b4eSGunnar Mills "readonly": true, 625*5ecf7b4eSGunnar Mills "versionAdded": "v1_15_0" 626*5ecf7b4eSGunnar Mills }, 627*5ecf7b4eSGunnar Mills "TrustedComponents": { 628*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/TrustedComponentCollection.json#/definitions/TrustedComponentCollection", 629*5ecf7b4eSGunnar Mills "description": "The link to the trusted components in this chassis.", 630*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `TrustedComponentCollection`.", 631*5ecf7b4eSGunnar Mills "readonly": true, 632*5ecf7b4eSGunnar Mills "versionAdded": "v1_21_0" 633*5ecf7b4eSGunnar Mills }, 634*5ecf7b4eSGunnar Mills "UUID": { 635*5ecf7b4eSGunnar Mills "anyOf": [ 636*5ecf7b4eSGunnar Mills { 637*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/UUID" 638*5ecf7b4eSGunnar Mills }, 639*5ecf7b4eSGunnar Mills { 640*5ecf7b4eSGunnar Mills "type": "null" 641*5ecf7b4eSGunnar Mills } 642*5ecf7b4eSGunnar Mills ], 643*5ecf7b4eSGunnar Mills "description": "The UUID for this chassis.", 644*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the universally unique identifier number for this chassis.", 645*5ecf7b4eSGunnar Mills "readonly": true, 646*5ecf7b4eSGunnar Mills "versionAdded": "v1_7_0" 647*5ecf7b4eSGunnar Mills }, 648*5ecf7b4eSGunnar Mills "Version": { 649*5ecf7b4eSGunnar Mills "description": "The hardware version of this chassis.", 650*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the hardware version of this chassis as determined by the vendor or supplier.", 651*5ecf7b4eSGunnar Mills "readonly": true, 652*5ecf7b4eSGunnar Mills "type": [ 653*5ecf7b4eSGunnar Mills "string", 654*5ecf7b4eSGunnar Mills "null" 655*5ecf7b4eSGunnar Mills ], 656*5ecf7b4eSGunnar Mills "versionAdded": "v1_21_0" 657*5ecf7b4eSGunnar Mills }, 658*5ecf7b4eSGunnar Mills "WeightKg": { 659*5ecf7b4eSGunnar Mills "description": "The weight of the chassis.", 660*5ecf7b4eSGunnar Mills "longDescription": "This property shall represent the published mass, commonly referred to as weight, of the chassis, in kilogram units.", 661*5ecf7b4eSGunnar Mills "minimum": 0, 662*5ecf7b4eSGunnar Mills "readonly": true, 663*5ecf7b4eSGunnar Mills "type": [ 664*5ecf7b4eSGunnar Mills "number", 665*5ecf7b4eSGunnar Mills "null" 666*5ecf7b4eSGunnar Mills ], 667*5ecf7b4eSGunnar Mills "units": "kg", 668*5ecf7b4eSGunnar Mills "versionAdded": "v1_4_0" 669*5ecf7b4eSGunnar Mills }, 670*5ecf7b4eSGunnar Mills "WidthMm": { 671*5ecf7b4eSGunnar Mills "description": "The width of the chassis.", 672*5ecf7b4eSGunnar Mills "longDescription": "This property shall represent the width of the chassis, in millimeter units, as specified by the manufacturer.", 673*5ecf7b4eSGunnar Mills "minimum": 0, 674*5ecf7b4eSGunnar Mills "readonly": true, 675*5ecf7b4eSGunnar Mills "type": [ 676*5ecf7b4eSGunnar Mills "number", 677*5ecf7b4eSGunnar Mills "null" 678*5ecf7b4eSGunnar Mills ], 679*5ecf7b4eSGunnar Mills "units": "mm", 680*5ecf7b4eSGunnar Mills "versionAdded": "v1_4_0" 681*5ecf7b4eSGunnar Mills } 682*5ecf7b4eSGunnar Mills }, 683*5ecf7b4eSGunnar Mills "required": [ 684*5ecf7b4eSGunnar Mills "ChassisType", 685*5ecf7b4eSGunnar Mills "@odata.id", 686*5ecf7b4eSGunnar Mills "@odata.type", 687*5ecf7b4eSGunnar Mills "Id", 688*5ecf7b4eSGunnar Mills "Name" 689*5ecf7b4eSGunnar Mills ], 690*5ecf7b4eSGunnar Mills "type": "object" 691*5ecf7b4eSGunnar Mills }, 692*5ecf7b4eSGunnar Mills "ChassisType": { 693*5ecf7b4eSGunnar Mills "enum": [ 694*5ecf7b4eSGunnar Mills "Rack", 695*5ecf7b4eSGunnar Mills "Blade", 696*5ecf7b4eSGunnar Mills "Enclosure", 697*5ecf7b4eSGunnar Mills "StandAlone", 698*5ecf7b4eSGunnar Mills "RackMount", 699*5ecf7b4eSGunnar Mills "Card", 700*5ecf7b4eSGunnar Mills "Cartridge", 701*5ecf7b4eSGunnar Mills "Row", 702*5ecf7b4eSGunnar Mills "Pod", 703*5ecf7b4eSGunnar Mills "Expansion", 704*5ecf7b4eSGunnar Mills "Sidecar", 705*5ecf7b4eSGunnar Mills "Zone", 706*5ecf7b4eSGunnar Mills "Sled", 707*5ecf7b4eSGunnar Mills "Shelf", 708*5ecf7b4eSGunnar Mills "Drawer", 709*5ecf7b4eSGunnar Mills "Module", 710*5ecf7b4eSGunnar Mills "Component", 711*5ecf7b4eSGunnar Mills "IPBasedDrive", 712*5ecf7b4eSGunnar Mills "RackGroup", 713*5ecf7b4eSGunnar Mills "StorageEnclosure", 714*5ecf7b4eSGunnar Mills "ImmersionTank", 715*5ecf7b4eSGunnar Mills "HeatExchanger", 716*5ecf7b4eSGunnar Mills "PowerStrip", 717*5ecf7b4eSGunnar Mills "Other" 718*5ecf7b4eSGunnar Mills ], 719*5ecf7b4eSGunnar Mills "enumDescriptions": { 720*5ecf7b4eSGunnar Mills "Blade": "An enclosed or semi-enclosed, typically vertically-oriented, system chassis that must be plugged into a multi-system chassis to function normally.", 721*5ecf7b4eSGunnar Mills "Card": "A loose device or circuit board intended to be installed in a system or other enclosure.", 722*5ecf7b4eSGunnar Mills "Cartridge": "A small self-contained system intended to be plugged into a multi-system chassis.", 723*5ecf7b4eSGunnar Mills "Component": "A small chassis, card, or device that contains devices for a particular subsystem or function.", 724*5ecf7b4eSGunnar Mills "Drawer": "An enclosed or semi-enclosed, typically horizontally-oriented, system chassis that can be slid into a multi-system chassis.", 725*5ecf7b4eSGunnar Mills "Enclosure": "A generic term for a chassis that does not fit any other description.", 726*5ecf7b4eSGunnar Mills "Expansion": "A chassis that expands the capabilities or capacity of another chassis.", 727*5ecf7b4eSGunnar Mills "HeatExchanger": "A heat exchanger.", 728*5ecf7b4eSGunnar Mills "IPBasedDrive": "A chassis in a drive form factor with IP-based network connections.", 729*5ecf7b4eSGunnar Mills "ImmersionTank": "An immersion cooling tank.", 730*5ecf7b4eSGunnar Mills "Module": "A small, typically removable, chassis or card that contains devices for a particular subsystem or function.", 731*5ecf7b4eSGunnar Mills "Other": "A chassis that does not fit any of these definitions.", 732*5ecf7b4eSGunnar Mills "Pod": "A collection of equipment racks in a large, likely transportable, container.", 733*5ecf7b4eSGunnar Mills "PowerStrip": "A power strip, typically placed in the zero-U space of a rack.", 734*5ecf7b4eSGunnar Mills "Rack": "An equipment rack, typically a 19-inch wide freestanding unit.", 735*5ecf7b4eSGunnar Mills "RackGroup": "A group of racks that form a single entity or share infrastructure.", 736*5ecf7b4eSGunnar Mills "RackMount": "A single-system chassis designed specifically for mounting in an equipment rack.", 737*5ecf7b4eSGunnar Mills "Row": "A collection of equipment racks.", 738*5ecf7b4eSGunnar Mills "Shelf": "An enclosed or semi-enclosed, typically horizontally-oriented, system chassis that must be plugged into a multi-system chassis to function normally.", 739*5ecf7b4eSGunnar Mills "Sidecar": "A chassis that mates mechanically with another chassis to expand its capabilities or capacity.", 740*5ecf7b4eSGunnar Mills "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.", 741*5ecf7b4eSGunnar Mills "StandAlone": "A single, free-standing system, commonly called a tower or desktop chassis.", 742*5ecf7b4eSGunnar Mills "StorageEnclosure": "A chassis that encloses storage.", 743*5ecf7b4eSGunnar Mills "Zone": "A logical division or portion of a physical chassis that contains multiple devices or systems that cannot be physically separated." 744*5ecf7b4eSGunnar Mills }, 745*5ecf7b4eSGunnar Mills "enumVersionAdded": { 746*5ecf7b4eSGunnar Mills "HeatExchanger": "v1_23_0", 747*5ecf7b4eSGunnar Mills "IPBasedDrive": "v1_3_0", 748*5ecf7b4eSGunnar Mills "ImmersionTank": "v1_23_0", 749*5ecf7b4eSGunnar Mills "PowerStrip": "v1_25_0", 750*5ecf7b4eSGunnar Mills "RackGroup": "v1_4_0", 751*5ecf7b4eSGunnar Mills "StorageEnclosure": "v1_6_0" 752*5ecf7b4eSGunnar Mills }, 753*5ecf7b4eSGunnar Mills "type": "string" 754*5ecf7b4eSGunnar Mills }, 755*5ecf7b4eSGunnar Mills "Door": { 756*5ecf7b4eSGunnar Mills "additionalProperties": false, 757*5ecf7b4eSGunnar Mills "description": "A door or access panel on the chassis.", 758*5ecf7b4eSGunnar Mills "longDescription": "This type shall describe a door or access panel on the chassis.", 759*5ecf7b4eSGunnar Mills "patternProperties": { 760*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 761*5ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 762*5ecf7b4eSGunnar Mills "type": [ 763*5ecf7b4eSGunnar Mills "array", 764*5ecf7b4eSGunnar Mills "boolean", 765*5ecf7b4eSGunnar Mills "integer", 766*5ecf7b4eSGunnar Mills "number", 767*5ecf7b4eSGunnar Mills "null", 768*5ecf7b4eSGunnar Mills "object", 769*5ecf7b4eSGunnar Mills "string" 770*5ecf7b4eSGunnar Mills ] 771*5ecf7b4eSGunnar Mills } 772*5ecf7b4eSGunnar Mills }, 773*5ecf7b4eSGunnar Mills "properties": { 774*5ecf7b4eSGunnar Mills "DoorState": { 775*5ecf7b4eSGunnar Mills "anyOf": [ 776*5ecf7b4eSGunnar Mills { 777*5ecf7b4eSGunnar Mills "$ref": "#/definitions/DoorState" 778*5ecf7b4eSGunnar Mills }, 779*5ecf7b4eSGunnar Mills { 780*5ecf7b4eSGunnar Mills "type": "null" 781*5ecf7b4eSGunnar Mills } 782*5ecf7b4eSGunnar Mills ], 783*5ecf7b4eSGunnar Mills "description": "The state of the door.", 784*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the current state of the door.", 785*5ecf7b4eSGunnar Mills "readonly": true, 786*5ecf7b4eSGunnar Mills "versionAdded": "v1_24_0" 787*5ecf7b4eSGunnar Mills }, 788*5ecf7b4eSGunnar Mills "Locked": { 789*5ecf7b4eSGunnar Mills "description": "Indicates if the door is locked.", 790*5ecf7b4eSGunnar Mills "longDescription": "This property shall indicate if the door is locked.", 791*5ecf7b4eSGunnar Mills "readonly": false, 792*5ecf7b4eSGunnar Mills "type": [ 793*5ecf7b4eSGunnar Mills "boolean", 794*5ecf7b4eSGunnar Mills "null" 795*5ecf7b4eSGunnar Mills ], 796*5ecf7b4eSGunnar Mills "versionAdded": "v1_24_0" 797*5ecf7b4eSGunnar Mills }, 798*5ecf7b4eSGunnar Mills "UserLabel": { 799*5ecf7b4eSGunnar Mills "description": "A user-assigned label.", 800*5ecf7b4eSGunnar Mills "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.", 801*5ecf7b4eSGunnar Mills "readonly": false, 802*5ecf7b4eSGunnar Mills "type": "string", 803*5ecf7b4eSGunnar Mills "versionAdded": "v1_24_0" 804*5ecf7b4eSGunnar Mills } 805*5ecf7b4eSGunnar Mills }, 806*5ecf7b4eSGunnar Mills "type": "object" 807*5ecf7b4eSGunnar Mills }, 808*5ecf7b4eSGunnar Mills "DoorState": { 809*5ecf7b4eSGunnar Mills "enum": [ 810*5ecf7b4eSGunnar Mills "Locked", 811*5ecf7b4eSGunnar Mills "Closed", 812*5ecf7b4eSGunnar Mills "LockedAndOpen", 813*5ecf7b4eSGunnar Mills "Open" 814*5ecf7b4eSGunnar Mills ], 815*5ecf7b4eSGunnar Mills "enumDescriptions": { 816*5ecf7b4eSGunnar Mills "Closed": "Door is closed.", 817*5ecf7b4eSGunnar Mills "Locked": "Door is closed and locked.", 818*5ecf7b4eSGunnar Mills "LockedAndOpen": "Door is open and locked.", 819*5ecf7b4eSGunnar Mills "Open": "Door is open." 820*5ecf7b4eSGunnar Mills }, 821*5ecf7b4eSGunnar Mills "enumLongDescriptions": { 822*5ecf7b4eSGunnar Mills "Closed": "This value shall indicate that the door is closed but unlocked.", 823*5ecf7b4eSGunnar Mills "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`.", 824*5ecf7b4eSGunnar Mills "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.", 825*5ecf7b4eSGunnar Mills "Open": "This value shall indicate that the door is open." 826*5ecf7b4eSGunnar Mills }, 827*5ecf7b4eSGunnar Mills "type": "string" 828*5ecf7b4eSGunnar Mills }, 829*5ecf7b4eSGunnar Mills "Doors": { 830*5ecf7b4eSGunnar Mills "additionalProperties": false, 831*5ecf7b4eSGunnar Mills "description": "The doors or access panels of the chassis.", 832*5ecf7b4eSGunnar Mills "longDescription": "This type shall describe the doors or access panels of the chassis.", 833*5ecf7b4eSGunnar Mills "patternProperties": { 834*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 835*5ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 836*5ecf7b4eSGunnar Mills "type": [ 837*5ecf7b4eSGunnar Mills "array", 838*5ecf7b4eSGunnar Mills "boolean", 839*5ecf7b4eSGunnar Mills "integer", 840*5ecf7b4eSGunnar Mills "number", 841*5ecf7b4eSGunnar Mills "null", 842*5ecf7b4eSGunnar Mills "object", 843*5ecf7b4eSGunnar Mills "string" 844*5ecf7b4eSGunnar Mills ] 845*5ecf7b4eSGunnar Mills } 846*5ecf7b4eSGunnar Mills }, 847*5ecf7b4eSGunnar Mills "properties": { 848*5ecf7b4eSGunnar Mills "Front": { 849*5ecf7b4eSGunnar Mills "anyOf": [ 850*5ecf7b4eSGunnar Mills { 851*5ecf7b4eSGunnar Mills "$ref": "#/definitions/Door" 852*5ecf7b4eSGunnar Mills }, 853*5ecf7b4eSGunnar Mills { 854*5ecf7b4eSGunnar Mills "type": "null" 855*5ecf7b4eSGunnar Mills } 856*5ecf7b4eSGunnar Mills ], 857*5ecf7b4eSGunnar Mills "description": "The front door of the chassis.", 858*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain information related to the front door, as defined by the manufacturer, of the chassis.", 859*5ecf7b4eSGunnar Mills "versionAdded": "v1_24_0" 860*5ecf7b4eSGunnar Mills }, 861*5ecf7b4eSGunnar Mills "Rear": { 862*5ecf7b4eSGunnar Mills "anyOf": [ 863*5ecf7b4eSGunnar Mills { 864*5ecf7b4eSGunnar Mills "$ref": "#/definitions/Door" 865*5ecf7b4eSGunnar Mills }, 866*5ecf7b4eSGunnar Mills { 867*5ecf7b4eSGunnar Mills "type": "null" 868*5ecf7b4eSGunnar Mills } 869*5ecf7b4eSGunnar Mills ], 870*5ecf7b4eSGunnar Mills "description": "The rear door of the chassis.", 871*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain information related to the rear door, as defined by the manufacturer, of the chassis.", 872*5ecf7b4eSGunnar Mills "versionAdded": "v1_24_0" 873*5ecf7b4eSGunnar Mills } 874*5ecf7b4eSGunnar Mills }, 875*5ecf7b4eSGunnar Mills "type": "object" 876*5ecf7b4eSGunnar Mills }, 877*5ecf7b4eSGunnar Mills "EnvironmentalClass": { 878*5ecf7b4eSGunnar Mills "enum": [ 879*5ecf7b4eSGunnar Mills "A1", 880*5ecf7b4eSGunnar Mills "A2", 881*5ecf7b4eSGunnar Mills "A3", 882*5ecf7b4eSGunnar Mills "A4" 883*5ecf7b4eSGunnar Mills ], 884*5ecf7b4eSGunnar Mills "enumDescriptions": { 885*5ecf7b4eSGunnar Mills "A1": "ASHRAE Environmental Class 'A1'.", 886*5ecf7b4eSGunnar Mills "A2": "ASHRAE Environmental Class 'A2'.", 887*5ecf7b4eSGunnar Mills "A3": "ASHRAE Environmental Class 'A3'.", 888*5ecf7b4eSGunnar Mills "A4": "ASHRAE Environmental Class 'A4'." 889*5ecf7b4eSGunnar Mills }, 890*5ecf7b4eSGunnar Mills "type": "string" 891*5ecf7b4eSGunnar Mills }, 892*5ecf7b4eSGunnar Mills "IndicatorLED": { 893*5ecf7b4eSGunnar Mills "enum": [ 894*5ecf7b4eSGunnar Mills "Unknown", 895*5ecf7b4eSGunnar Mills "Lit", 896*5ecf7b4eSGunnar Mills "Blinking", 897*5ecf7b4eSGunnar Mills "Off" 898*5ecf7b4eSGunnar Mills ], 899*5ecf7b4eSGunnar Mills "enumDeprecated": { 900*5ecf7b4eSGunnar Mills "Unknown": "This value has been deprecated in favor of returning `null` if the state is unknown." 901*5ecf7b4eSGunnar Mills }, 902*5ecf7b4eSGunnar Mills "enumDescriptions": { 903*5ecf7b4eSGunnar Mills "Blinking": "The indicator LED is blinking.", 904*5ecf7b4eSGunnar Mills "Lit": "The indicator LED is lit.", 905*5ecf7b4eSGunnar Mills "Off": "The indicator LED is off.", 906*5ecf7b4eSGunnar Mills "Unknown": "The state of the indicator LED cannot be determined." 907*5ecf7b4eSGunnar Mills }, 908*5ecf7b4eSGunnar Mills "enumLongDescriptions": { 909*5ecf7b4eSGunnar Mills "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.", 910*5ecf7b4eSGunnar Mills "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.", 911*5ecf7b4eSGunnar Mills "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.", 912*5ecf7b4eSGunnar Mills "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." 913*5ecf7b4eSGunnar Mills }, 914*5ecf7b4eSGunnar Mills "enumVersionDeprecated": { 915*5ecf7b4eSGunnar Mills "Unknown": "v1_2_0" 916*5ecf7b4eSGunnar Mills }, 917*5ecf7b4eSGunnar Mills "type": "string" 918*5ecf7b4eSGunnar Mills }, 919*5ecf7b4eSGunnar Mills "IntrusionSensor": { 920*5ecf7b4eSGunnar Mills "enum": [ 921*5ecf7b4eSGunnar Mills "Normal", 922*5ecf7b4eSGunnar Mills "HardwareIntrusion", 923*5ecf7b4eSGunnar Mills "TamperingDetected" 924*5ecf7b4eSGunnar Mills ], 925*5ecf7b4eSGunnar Mills "enumDescriptions": { 926*5ecf7b4eSGunnar Mills "HardwareIntrusion": "A door, lock, or other mechanism protecting the internal system hardware from being accessed is detected to be in an insecure state.", 927*5ecf7b4eSGunnar Mills "Normal": "No physical security condition is detected at this time.", 928*5ecf7b4eSGunnar Mills "TamperingDetected": "Physical tampering of the monitored entity is detected." 929*5ecf7b4eSGunnar Mills }, 930*5ecf7b4eSGunnar Mills "type": "string" 931*5ecf7b4eSGunnar Mills }, 932*5ecf7b4eSGunnar Mills "IntrusionSensorReArm": { 933*5ecf7b4eSGunnar Mills "enum": [ 934*5ecf7b4eSGunnar Mills "Manual", 935*5ecf7b4eSGunnar Mills "Automatic" 936*5ecf7b4eSGunnar Mills ], 937*5ecf7b4eSGunnar Mills "enumDescriptions": { 938*5ecf7b4eSGunnar Mills "Automatic": "The sensor is automatically restored to the normal state when no security condition is detected.", 939*5ecf7b4eSGunnar Mills "Manual": "A user is required to clear the sensor to restore it to the normal state." 940*5ecf7b4eSGunnar Mills }, 941*5ecf7b4eSGunnar Mills "enumLongDescriptions": { 942*5ecf7b4eSGunnar Mills "Automatic": "This value shall indicate the service sets the `IntrusionSensor` property to `Normal` when no security condition is detected.", 943*5ecf7b4eSGunnar Mills "Manual": "This value shall indicate a user is required to set the `IntrusionSensor` property to `Normal` to restore the sensor to its normal state." 944*5ecf7b4eSGunnar Mills }, 945*5ecf7b4eSGunnar Mills "type": "string" 946*5ecf7b4eSGunnar Mills }, 947*5ecf7b4eSGunnar Mills "Links": { 948*5ecf7b4eSGunnar Mills "additionalProperties": false, 949*5ecf7b4eSGunnar Mills "description": "The links to other resources that are related to this resource.", 950*5ecf7b4eSGunnar Mills "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.", 951*5ecf7b4eSGunnar Mills "patternProperties": { 952*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 953*5ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 954*5ecf7b4eSGunnar Mills "type": [ 955*5ecf7b4eSGunnar Mills "array", 956*5ecf7b4eSGunnar Mills "boolean", 957*5ecf7b4eSGunnar Mills "integer", 958*5ecf7b4eSGunnar Mills "number", 959*5ecf7b4eSGunnar Mills "null", 960*5ecf7b4eSGunnar Mills "object", 961*5ecf7b4eSGunnar Mills "string" 962*5ecf7b4eSGunnar Mills ] 963*5ecf7b4eSGunnar Mills } 964*5ecf7b4eSGunnar Mills }, 965*5ecf7b4eSGunnar Mills "properties": { 966*5ecf7b4eSGunnar Mills "AutomationNodes": { 967*5ecf7b4eSGunnar Mills "description": "An array of links to the automation nodes contained in this chassis.", 968*5ecf7b4eSGunnar Mills "items": { 969*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/AutomationNode.json#/definitions/AutomationNode" 970*5ecf7b4eSGunnar Mills }, 971*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `AutomationNode` with which this physical container is associated.", 972*5ecf7b4eSGunnar Mills "readonly": true, 973*5ecf7b4eSGunnar Mills "type": "array", 974*5ecf7b4eSGunnar Mills "versionAdded": "v1_27_0" 975*5ecf7b4eSGunnar Mills }, 976*5ecf7b4eSGunnar Mills "AutomationNodes@odata.count": { 977*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 978*5ecf7b4eSGunnar Mills }, 979*5ecf7b4eSGunnar Mills "Cables": { 980*5ecf7b4eSGunnar Mills "description": "An array of links to the cables connected to this chassis.", 981*5ecf7b4eSGunnar Mills "items": { 982*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Cable.json#/definitions/Cable" 983*5ecf7b4eSGunnar Mills }, 984*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `Cable` that represent the cables connected to this chassis.", 985*5ecf7b4eSGunnar Mills "readonly": true, 986*5ecf7b4eSGunnar Mills "type": "array", 987*5ecf7b4eSGunnar Mills "versionAdded": "v1_17_0" 988*5ecf7b4eSGunnar Mills }, 989*5ecf7b4eSGunnar Mills "Cables@odata.count": { 990*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 991*5ecf7b4eSGunnar Mills }, 992*5ecf7b4eSGunnar Mills "ComputerSystems": { 993*5ecf7b4eSGunnar Mills "description": "An array of links to the computer systems that this chassis directly and wholly contains.", 994*5ecf7b4eSGunnar Mills "items": { 995*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/ComputerSystem.json#/definitions/ComputerSystem" 996*5ecf7b4eSGunnar Mills }, 997*5ecf7b4eSGunnar Mills "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.", 998*5ecf7b4eSGunnar Mills "readonly": true, 999*5ecf7b4eSGunnar Mills "type": "array" 1000*5ecf7b4eSGunnar Mills }, 1001*5ecf7b4eSGunnar Mills "ComputerSystems@odata.count": { 1002*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 1003*5ecf7b4eSGunnar Mills }, 1004*5ecf7b4eSGunnar Mills "ConnectedCoolingLoops": { 1005*5ecf7b4eSGunnar Mills "description": "An array of links to cooling loops connected to this chassis.", 1006*5ecf7b4eSGunnar Mills "items": { 1007*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/CoolingLoop.json#/definitions/CoolingLoop" 1008*5ecf7b4eSGunnar Mills }, 1009*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `CoolingLoop` that represent the cooling loops connected to this chassis.", 1010*5ecf7b4eSGunnar Mills "readonly": false, 1011*5ecf7b4eSGunnar Mills "type": "array", 1012*5ecf7b4eSGunnar Mills "versionAdded": "v1_23_0" 1013*5ecf7b4eSGunnar Mills }, 1014*5ecf7b4eSGunnar Mills "ConnectedCoolingLoops@odata.count": { 1015*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 1016*5ecf7b4eSGunnar Mills }, 1017*5ecf7b4eSGunnar Mills "ContainedBy": { 1018*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Chassis.json#/definitions/Chassis", 1019*5ecf7b4eSGunnar Mills "description": "The link to the chassis that contains this chassis.", 1020*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a link to a resource of type `Chassis` that represents the chassis that contains this chassis.", 1021*5ecf7b4eSGunnar Mills "readonly": false 1022*5ecf7b4eSGunnar Mills }, 1023*5ecf7b4eSGunnar Mills "Contains": { 1024*5ecf7b4eSGunnar Mills "description": "An array of links to any other chassis that this chassis has in it.", 1025*5ecf7b4eSGunnar Mills "items": { 1026*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Chassis.json#/definitions/Chassis" 1027*5ecf7b4eSGunnar Mills }, 1028*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `Chassis` that represent the chassis instances that this chassis contains.", 1029*5ecf7b4eSGunnar Mills "readonly": false, 1030*5ecf7b4eSGunnar Mills "type": "array" 1031*5ecf7b4eSGunnar Mills }, 1032*5ecf7b4eSGunnar Mills "Contains@odata.count": { 1033*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 1034*5ecf7b4eSGunnar Mills }, 1035*5ecf7b4eSGunnar Mills "CooledBy": { 1036*5ecf7b4eSGunnar Mills "deprecated": "This property has been deprecated in favor of the `Fans` link property, and details provided in the `ThermalSubsystem` resource.", 1037*5ecf7b4eSGunnar Mills "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.", 1038*5ecf7b4eSGunnar Mills "items": { 1039*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef" 1040*5ecf7b4eSGunnar Mills }, 1041*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain an array of links to resources or objects that cool this chassis.", 1042*5ecf7b4eSGunnar Mills "readonly": true, 1043*5ecf7b4eSGunnar Mills "type": "array", 1044*5ecf7b4eSGunnar Mills "versionDeprecated": "v1_20_0" 1045*5ecf7b4eSGunnar Mills }, 1046*5ecf7b4eSGunnar Mills "CooledBy@odata.count": { 1047*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 1048*5ecf7b4eSGunnar Mills }, 1049*5ecf7b4eSGunnar Mills "CoolingUnits": { 1050*5ecf7b4eSGunnar Mills "description": "An array of links to cooling unit functionality contained in this chassis.", 1051*5ecf7b4eSGunnar Mills "items": { 1052*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/CoolingUnit.json#/definitions/CoolingUnit" 1053*5ecf7b4eSGunnar Mills }, 1054*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `CoolingUnit` that represent the cooling unit functionality contained within this chassis.", 1055*5ecf7b4eSGunnar Mills "readonly": false, 1056*5ecf7b4eSGunnar Mills "type": "array", 1057*5ecf7b4eSGunnar Mills "versionAdded": "v1_23_0" 1058*5ecf7b4eSGunnar Mills }, 1059*5ecf7b4eSGunnar Mills "CoolingUnits@odata.count": { 1060*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 1061*5ecf7b4eSGunnar Mills }, 1062*5ecf7b4eSGunnar Mills "Drives": { 1063*5ecf7b4eSGunnar Mills "description": "An array of links to the drives located in this chassis.", 1064*5ecf7b4eSGunnar Mills "items": { 1065*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Drive.json#/definitions/Drive" 1066*5ecf7b4eSGunnar Mills }, 1067*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `Drive` that are in this chassis.", 1068*5ecf7b4eSGunnar Mills "readonly": true, 1069*5ecf7b4eSGunnar Mills "type": "array", 1070*5ecf7b4eSGunnar Mills "versionAdded": "v1_2_0" 1071*5ecf7b4eSGunnar Mills }, 1072*5ecf7b4eSGunnar Mills "Drives@odata.count": { 1073*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 1074*5ecf7b4eSGunnar Mills }, 1075*5ecf7b4eSGunnar Mills "Facility": { 1076*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Facility.json#/definitions/Facility", 1077*5ecf7b4eSGunnar Mills "description": "The link to the facility that contains this chassis.", 1078*5ecf7b4eSGunnar Mills "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.", 1079*5ecf7b4eSGunnar Mills "readonly": false, 1080*5ecf7b4eSGunnar Mills "versionAdded": "v1_11_0" 1081*5ecf7b4eSGunnar Mills }, 1082*5ecf7b4eSGunnar Mills "Fans": { 1083*5ecf7b4eSGunnar Mills "description": "An array of links to the fans that cool this chassis.", 1084*5ecf7b4eSGunnar Mills "items": { 1085*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Fan.json#/definitions/Fan" 1086*5ecf7b4eSGunnar Mills }, 1087*5ecf7b4eSGunnar Mills "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.", 1088*5ecf7b4eSGunnar Mills "readonly": true, 1089*5ecf7b4eSGunnar Mills "type": "array", 1090*5ecf7b4eSGunnar Mills "versionAdded": "v1_20_0" 1091*5ecf7b4eSGunnar Mills }, 1092*5ecf7b4eSGunnar Mills "Fans@odata.count": { 1093*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 1094*5ecf7b4eSGunnar Mills }, 1095*5ecf7b4eSGunnar Mills "ManagedBy": { 1096*5ecf7b4eSGunnar Mills "description": "An array of links to the managers responsible for managing this chassis.", 1097*5ecf7b4eSGunnar Mills "items": { 1098*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Manager.json#/definitions/Manager" 1099*5ecf7b4eSGunnar Mills }, 1100*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `Manager` that manage this chassis.", 1101*5ecf7b4eSGunnar Mills "readonly": true, 1102*5ecf7b4eSGunnar Mills "type": "array" 1103*5ecf7b4eSGunnar Mills }, 1104*5ecf7b4eSGunnar Mills "ManagedBy@odata.count": { 1105*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 1106*5ecf7b4eSGunnar Mills }, 1107*5ecf7b4eSGunnar Mills "ManagersInChassis": { 1108*5ecf7b4eSGunnar Mills "description": "An array of links to the managers located in this chassis.", 1109*5ecf7b4eSGunnar Mills "items": { 1110*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Manager.json#/definitions/Manager" 1111*5ecf7b4eSGunnar Mills }, 1112*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `Manager` that are in this chassis.", 1113*5ecf7b4eSGunnar Mills "readonly": true, 1114*5ecf7b4eSGunnar Mills "type": "array", 1115*5ecf7b4eSGunnar Mills "versionAdded": "v1_2_0" 1116*5ecf7b4eSGunnar Mills }, 1117*5ecf7b4eSGunnar Mills "ManagersInChassis@odata.count": { 1118*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 1119*5ecf7b4eSGunnar Mills }, 1120*5ecf7b4eSGunnar Mills "Oem": { 1121*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 1122*5ecf7b4eSGunnar Mills "description": "The OEM extension property.", 1123*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements." 1124*5ecf7b4eSGunnar Mills }, 1125*5ecf7b4eSGunnar Mills "PCIeDevices": { 1126*5ecf7b4eSGunnar Mills "deprecated": "This property has been deprecated in favor of the `PCIeDevices` resource collection in the root of this resource.", 1127*5ecf7b4eSGunnar Mills "description": "An array of links to the PCIe devices located in this chassis.", 1128*5ecf7b4eSGunnar Mills "items": { 1129*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeDevice.json#/definitions/PCIeDevice" 1130*5ecf7b4eSGunnar Mills }, 1131*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `PCIeDevice`.", 1132*5ecf7b4eSGunnar Mills "readonly": true, 1133*5ecf7b4eSGunnar Mills "type": "array", 1134*5ecf7b4eSGunnar Mills "versionAdded": "v1_4_0", 1135*5ecf7b4eSGunnar Mills "versionDeprecated": "v1_10_0" 1136*5ecf7b4eSGunnar Mills }, 1137*5ecf7b4eSGunnar Mills "PCIeDevices@odata.count": { 1138*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 1139*5ecf7b4eSGunnar Mills }, 1140*5ecf7b4eSGunnar Mills "PowerDistribution": { 1141*5ecf7b4eSGunnar Mills "anyOf": [ 1142*5ecf7b4eSGunnar Mills { 1143*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/PowerDistribution.json#/definitions/PowerDistribution" 1144*5ecf7b4eSGunnar Mills }, 1145*5ecf7b4eSGunnar Mills { 1146*5ecf7b4eSGunnar Mills "type": "null" 1147*5ecf7b4eSGunnar Mills } 1148*5ecf7b4eSGunnar Mills ], 1149*5ecf7b4eSGunnar Mills "description": "A link to power distribution functionality contained in this chassis.", 1150*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a link to a resource of type `PowerDistribution` that represents the power distribution functionality contained within this chassis.", 1151*5ecf7b4eSGunnar Mills "readonly": true, 1152*5ecf7b4eSGunnar Mills "versionAdded": "v1_20_0" 1153*5ecf7b4eSGunnar Mills }, 1154*5ecf7b4eSGunnar Mills "PowerOutlets": { 1155*5ecf7b4eSGunnar Mills "description": "An array of links to the outlets that provide power to this chassis.", 1156*5ecf7b4eSGunnar Mills "items": { 1157*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Outlet.json#/definitions/Outlet" 1158*5ecf7b4eSGunnar Mills }, 1159*5ecf7b4eSGunnar Mills "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`.", 1160*5ecf7b4eSGunnar Mills "readonly": false, 1161*5ecf7b4eSGunnar Mills "type": "array", 1162*5ecf7b4eSGunnar Mills "versionAdded": "v1_18_0" 1163*5ecf7b4eSGunnar Mills }, 1164*5ecf7b4eSGunnar Mills "PowerOutlets@odata.count": { 1165*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 1166*5ecf7b4eSGunnar Mills }, 1167*5ecf7b4eSGunnar Mills "PowerSupplies": { 1168*5ecf7b4eSGunnar Mills "description": "An array of links to the power supplies that provide power to this chassis.", 1169*5ecf7b4eSGunnar Mills "items": { 1170*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/PowerSupply.json#/definitions/PowerSupply" 1171*5ecf7b4eSGunnar Mills }, 1172*5ecf7b4eSGunnar Mills "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.", 1173*5ecf7b4eSGunnar Mills "readonly": true, 1174*5ecf7b4eSGunnar Mills "type": "array", 1175*5ecf7b4eSGunnar Mills "versionAdded": "v1_20_0" 1176*5ecf7b4eSGunnar Mills }, 1177*5ecf7b4eSGunnar Mills "PowerSupplies@odata.count": { 1178*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 1179*5ecf7b4eSGunnar Mills }, 1180*5ecf7b4eSGunnar Mills "PoweredBy": { 1181*5ecf7b4eSGunnar Mills "deprecated": "This property has been deprecated in favor of the `PowerOutlets` and `PowerSupplies` link properties, and details provided in the `PowerSubsystem` resource.", 1182*5ecf7b4eSGunnar Mills "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.", 1183*5ecf7b4eSGunnar Mills "items": { 1184*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef" 1185*5ecf7b4eSGunnar Mills }, 1186*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain an array of links to resources or objects that power this chassis.", 1187*5ecf7b4eSGunnar Mills "readonly": true, 1188*5ecf7b4eSGunnar Mills "type": "array", 1189*5ecf7b4eSGunnar Mills "versionDeprecated": "v1_20_0" 1190*5ecf7b4eSGunnar Mills }, 1191*5ecf7b4eSGunnar Mills "PoweredBy@odata.count": { 1192*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 1193*5ecf7b4eSGunnar Mills }, 1194*5ecf7b4eSGunnar Mills "Processors": { 1195*5ecf7b4eSGunnar Mills "description": "An array of links to the processors located in this chassis.", 1196*5ecf7b4eSGunnar Mills "items": { 1197*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Processor.json#/definitions/Processor" 1198*5ecf7b4eSGunnar Mills }, 1199*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `Processor` type that this chassis contains.", 1200*5ecf7b4eSGunnar Mills "readonly": true, 1201*5ecf7b4eSGunnar Mills "type": "array", 1202*5ecf7b4eSGunnar Mills "versionAdded": "v1_9_0" 1203*5ecf7b4eSGunnar Mills }, 1204*5ecf7b4eSGunnar Mills "Processors@odata.count": { 1205*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 1206*5ecf7b4eSGunnar Mills }, 1207*5ecf7b4eSGunnar Mills "ResourceBlocks": { 1208*5ecf7b4eSGunnar Mills "description": "An array of links to the resource blocks located in this chassis.", 1209*5ecf7b4eSGunnar Mills "items": { 1210*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/ResourceBlock.json#/definitions/ResourceBlock" 1211*5ecf7b4eSGunnar Mills }, 1212*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `ResourceBlock` that this chassis contains.", 1213*5ecf7b4eSGunnar Mills "readonly": true, 1214*5ecf7b4eSGunnar Mills "type": "array", 1215*5ecf7b4eSGunnar Mills "versionAdded": "v1_5_0" 1216*5ecf7b4eSGunnar Mills }, 1217*5ecf7b4eSGunnar Mills "ResourceBlocks@odata.count": { 1218*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 1219*5ecf7b4eSGunnar Mills }, 1220*5ecf7b4eSGunnar Mills "Storage": { 1221*5ecf7b4eSGunnar Mills "description": "An array of links to the storage subsystems connected to or inside this chassis.", 1222*5ecf7b4eSGunnar Mills "items": { 1223*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Storage.json#/definitions/Storage" 1224*5ecf7b4eSGunnar Mills }, 1225*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `Storage` that are connected to or contained in this chassis.", 1226*5ecf7b4eSGunnar Mills "readonly": true, 1227*5ecf7b4eSGunnar Mills "type": "array", 1228*5ecf7b4eSGunnar Mills "versionAdded": "v1_2_0" 1229*5ecf7b4eSGunnar Mills }, 1230*5ecf7b4eSGunnar Mills "Storage@odata.count": { 1231*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 1232*5ecf7b4eSGunnar Mills }, 1233*5ecf7b4eSGunnar Mills "Switches": { 1234*5ecf7b4eSGunnar Mills "description": "An array of links to the switches located in this chassis.", 1235*5ecf7b4eSGunnar Mills "items": { 1236*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Switch.json#/definitions/Switch" 1237*5ecf7b4eSGunnar Mills }, 1238*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `Switch` that this chassis contains.", 1239*5ecf7b4eSGunnar Mills "readonly": true, 1240*5ecf7b4eSGunnar Mills "type": "array", 1241*5ecf7b4eSGunnar Mills "versionAdded": "v1_7_0" 1242*5ecf7b4eSGunnar Mills }, 1243*5ecf7b4eSGunnar Mills "Switches@odata.count": { 1244*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 1245*5ecf7b4eSGunnar Mills } 1246*5ecf7b4eSGunnar Mills }, 1247*5ecf7b4eSGunnar Mills "type": "object" 1248*5ecf7b4eSGunnar Mills }, 1249*5ecf7b4eSGunnar Mills "OemActions": { 1250*5ecf7b4eSGunnar Mills "additionalProperties": true, 1251*5ecf7b4eSGunnar Mills "description": "The available OEM-specific actions for this resource.", 1252*5ecf7b4eSGunnar Mills "longDescription": "This type shall contain the available OEM-specific actions for this resource.", 1253*5ecf7b4eSGunnar Mills "patternProperties": { 1254*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 1255*5ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 1256*5ecf7b4eSGunnar Mills "type": [ 1257*5ecf7b4eSGunnar Mills "array", 1258*5ecf7b4eSGunnar Mills "boolean", 1259*5ecf7b4eSGunnar Mills "integer", 1260*5ecf7b4eSGunnar Mills "number", 1261*5ecf7b4eSGunnar Mills "null", 1262*5ecf7b4eSGunnar Mills "object", 1263*5ecf7b4eSGunnar Mills "string" 1264*5ecf7b4eSGunnar Mills ] 1265*5ecf7b4eSGunnar Mills } 1266*5ecf7b4eSGunnar Mills }, 1267*5ecf7b4eSGunnar Mills "properties": {}, 1268*5ecf7b4eSGunnar Mills "type": "object" 1269*5ecf7b4eSGunnar Mills }, 1270*5ecf7b4eSGunnar Mills "PhysicalSecurity": { 1271*5ecf7b4eSGunnar Mills "additionalProperties": false, 1272*5ecf7b4eSGunnar Mills "description": "The physical security state of the chassis.", 1273*5ecf7b4eSGunnar Mills "longDescription": "This type shall describe the physical security state of the chassis.", 1274*5ecf7b4eSGunnar Mills "patternProperties": { 1275*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 1276*5ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 1277*5ecf7b4eSGunnar Mills "type": [ 1278*5ecf7b4eSGunnar Mills "array", 1279*5ecf7b4eSGunnar Mills "boolean", 1280*5ecf7b4eSGunnar Mills "integer", 1281*5ecf7b4eSGunnar Mills "number", 1282*5ecf7b4eSGunnar Mills "null", 1283*5ecf7b4eSGunnar Mills "object", 1284*5ecf7b4eSGunnar Mills "string" 1285*5ecf7b4eSGunnar Mills ] 1286*5ecf7b4eSGunnar Mills } 1287*5ecf7b4eSGunnar Mills }, 1288*5ecf7b4eSGunnar Mills "properties": { 1289*5ecf7b4eSGunnar Mills "IntrusionSensor": { 1290*5ecf7b4eSGunnar Mills "anyOf": [ 1291*5ecf7b4eSGunnar Mills { 1292*5ecf7b4eSGunnar Mills "$ref": "#/definitions/IntrusionSensor" 1293*5ecf7b4eSGunnar Mills }, 1294*5ecf7b4eSGunnar Mills { 1295*5ecf7b4eSGunnar Mills "type": "null" 1296*5ecf7b4eSGunnar Mills } 1297*5ecf7b4eSGunnar Mills ], 1298*5ecf7b4eSGunnar Mills "description": "The physical security state of the chassis, such as if hardware intrusion is detected.", 1299*5ecf7b4eSGunnar Mills "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.", 1300*5ecf7b4eSGunnar Mills "readonly": false, 1301*5ecf7b4eSGunnar Mills "versionAdded": "v1_1_0" 1302*5ecf7b4eSGunnar Mills }, 1303*5ecf7b4eSGunnar Mills "IntrusionSensorNumber": { 1304*5ecf7b4eSGunnar Mills "deprecated": "This property has been deprecated in order to allow for multiple physical sensors to construct this object.", 1305*5ecf7b4eSGunnar Mills "description": "A numerical identifier to represent the physical security sensor.", 1306*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a numerical identifier for this physical security sensor that is unique within this resource.", 1307*5ecf7b4eSGunnar Mills "readonly": true, 1308*5ecf7b4eSGunnar Mills "type": [ 1309*5ecf7b4eSGunnar Mills "integer", 1310*5ecf7b4eSGunnar Mills "null" 1311*5ecf7b4eSGunnar Mills ], 1312*5ecf7b4eSGunnar Mills "versionAdded": "v1_1_0", 1313*5ecf7b4eSGunnar Mills "versionDeprecated": "v1_22_0" 1314*5ecf7b4eSGunnar Mills }, 1315*5ecf7b4eSGunnar Mills "IntrusionSensorReArm": { 1316*5ecf7b4eSGunnar Mills "anyOf": [ 1317*5ecf7b4eSGunnar Mills { 1318*5ecf7b4eSGunnar Mills "$ref": "#/definitions/IntrusionSensorReArm" 1319*5ecf7b4eSGunnar Mills }, 1320*5ecf7b4eSGunnar Mills { 1321*5ecf7b4eSGunnar Mills "type": "null" 1322*5ecf7b4eSGunnar Mills } 1323*5ecf7b4eSGunnar Mills ], 1324*5ecf7b4eSGunnar Mills "description": "The policy that describes how the physical security state of the chassis returns to a normal state.", 1325*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the policy that describes how the `IntrusionSensor` property returns to the `Normal` value.", 1326*5ecf7b4eSGunnar Mills "readonly": false, 1327*5ecf7b4eSGunnar Mills "versionAdded": "v1_1_0" 1328*5ecf7b4eSGunnar Mills } 1329*5ecf7b4eSGunnar Mills }, 1330*5ecf7b4eSGunnar Mills "type": "object" 1331*5ecf7b4eSGunnar Mills }, 1332*5ecf7b4eSGunnar Mills "RackMountWidth": { 1333*5ecf7b4eSGunnar Mills "enum": [ 1334*5ecf7b4eSGunnar Mills "OpenU", 1335*5ecf7b4eSGunnar Mills "EIA_310", 1336*5ecf7b4eSGunnar Mills "EIA_310_Telco", 1337*5ecf7b4eSGunnar Mills "HalfWidth" 1338*5ecf7b4eSGunnar Mills ], 1339*5ecf7b4eSGunnar Mills "enumDescriptions": { 1340*5ecf7b4eSGunnar Mills "EIA_310": "EIA-310 19-inch.", 1341*5ecf7b4eSGunnar Mills "EIA_310_Telco": "EIA-310 23-inch (Telco).", 1342*5ecf7b4eSGunnar Mills "HalfWidth": "Half-width (~9.5 in) Unit.", 1343*5ecf7b4eSGunnar Mills "OpenU": "Open Rack (21.0 in or 533.4 mm)." 1344*5ecf7b4eSGunnar Mills }, 1345*5ecf7b4eSGunnar Mills "enumLongDescriptions": { 1346*5ecf7b4eSGunnar Mills "EIA_310": "Rack mounting width and mounting hole spacing shall conform to the EIA-310 standard for 19-inch racks.", 1347*5ecf7b4eSGunnar Mills "EIA_310_Telco": "Rack mounting width and mounting hole spacing shall conform to the EIA-310 standard for 23-inch telecommunications equipment racks.", 1348*5ecf7b4eSGunnar Mills "HalfWidth": "Rack mounting width and mounting hole spacing shall be approximately 9.5 inches in width, following de facto industry practice for a rack half the width of a 19-inch EIA-310 equipment racks.", 1349*5ecf7b4eSGunnar Mills "OpenU": "Rack mounting width and mounting hole spacing shall conform to the Open Rack standard for 21-inch racks." 1350*5ecf7b4eSGunnar Mills }, 1351*5ecf7b4eSGunnar Mills "type": "string" 1352*5ecf7b4eSGunnar Mills }, 1353*5ecf7b4eSGunnar Mills "RackUnits": { 1354*5ecf7b4eSGunnar Mills "enum": [ 1355*5ecf7b4eSGunnar Mills "OpenU", 1356*5ecf7b4eSGunnar Mills "EIA_310" 1357*5ecf7b4eSGunnar Mills ], 1358*5ecf7b4eSGunnar Mills "enumDescriptions": { 1359*5ecf7b4eSGunnar Mills "EIA_310": "An EIA-310 rack unit (1.75 in or 44.45 mm).", 1360*5ecf7b4eSGunnar Mills "OpenU": "An Open Rack rack unit (48 mm or 1.89 in)." 1361*5ecf7b4eSGunnar Mills }, 1362*5ecf7b4eSGunnar Mills "enumLongDescriptions": { 1363*5ecf7b4eSGunnar Mills "EIA_310": "Rack units shall conform to the EIA-310 standard.", 1364*5ecf7b4eSGunnar Mills "OpenU": "Rack units shall be specified in terms of the Open Compute Open Rack Specification." 1365*5ecf7b4eSGunnar Mills }, 1366*5ecf7b4eSGunnar Mills "type": "string" 1367*5ecf7b4eSGunnar Mills }, 1368*5ecf7b4eSGunnar Mills "Reset": { 1369*5ecf7b4eSGunnar Mills "additionalProperties": false, 1370*5ecf7b4eSGunnar Mills "description": "This action resets the chassis. Additionally, it could reset systems or other contained resources depending on the `ResetType` used to invoke this action.", 1371*5ecf7b4eSGunnar Mills "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.", 1372*5ecf7b4eSGunnar Mills "parameters": { 1373*5ecf7b4eSGunnar Mills "ResetType": { 1374*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/ResetType", 1375*5ecf7b4eSGunnar Mills "description": "The type of reset.", 1376*5ecf7b4eSGunnar Mills "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." 1377*5ecf7b4eSGunnar Mills } 1378*5ecf7b4eSGunnar Mills }, 1379*5ecf7b4eSGunnar Mills "patternProperties": { 1380*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 1381*5ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 1382*5ecf7b4eSGunnar Mills "type": [ 1383*5ecf7b4eSGunnar Mills "array", 1384*5ecf7b4eSGunnar Mills "boolean", 1385*5ecf7b4eSGunnar Mills "integer", 1386*5ecf7b4eSGunnar Mills "number", 1387*5ecf7b4eSGunnar Mills "null", 1388*5ecf7b4eSGunnar Mills "object", 1389*5ecf7b4eSGunnar Mills "string" 1390*5ecf7b4eSGunnar Mills ] 1391*5ecf7b4eSGunnar Mills } 1392*5ecf7b4eSGunnar Mills }, 1393*5ecf7b4eSGunnar Mills "properties": { 1394*5ecf7b4eSGunnar Mills "target": { 1395*5ecf7b4eSGunnar Mills "description": "Link to invoke action", 1396*5ecf7b4eSGunnar Mills "format": "uri-reference", 1397*5ecf7b4eSGunnar Mills "type": "string" 1398*5ecf7b4eSGunnar Mills }, 1399*5ecf7b4eSGunnar Mills "title": { 1400*5ecf7b4eSGunnar Mills "description": "Friendly action name", 1401*5ecf7b4eSGunnar Mills "type": "string" 1402*5ecf7b4eSGunnar Mills } 1403*5ecf7b4eSGunnar Mills }, 1404*5ecf7b4eSGunnar Mills "type": "object" 1405*5ecf7b4eSGunnar Mills }, 1406*5ecf7b4eSGunnar Mills "ThermalDirection": { 1407*5ecf7b4eSGunnar Mills "enum": [ 1408*5ecf7b4eSGunnar Mills "FrontToBack", 1409*5ecf7b4eSGunnar Mills "BackToFront", 1410*5ecf7b4eSGunnar Mills "TopExhaust", 1411*5ecf7b4eSGunnar Mills "Sealed" 1412*5ecf7b4eSGunnar Mills ], 1413*5ecf7b4eSGunnar Mills "enumDescriptions": { 1414*5ecf7b4eSGunnar Mills "BackToFront": "A chassis with the air intake in the back and exhaust out the front.", 1415*5ecf7b4eSGunnar Mills "FrontToBack": "A chassis with the air intake in the front and exhaust out the back.", 1416*5ecf7b4eSGunnar Mills "Sealed": "A sealed chassis with no air pathway.", 1417*5ecf7b4eSGunnar Mills "TopExhaust": "A chassis with air exhaust on the top." 1418*5ecf7b4eSGunnar Mills }, 1419*5ecf7b4eSGunnar Mills "enumLongDescriptions": { 1420*5ecf7b4eSGunnar Mills "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.", 1421*5ecf7b4eSGunnar Mills "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.", 1422*5ecf7b4eSGunnar Mills "Sealed": "This value shall indicate a sealed chassis with no air pathway through the chassis.", 1423*5ecf7b4eSGunnar Mills "TopExhaust": "This value shall indicate a chassis with the air exhaust out the top of the chassis." 1424*5ecf7b4eSGunnar Mills }, 1425*5ecf7b4eSGunnar Mills "type": "string" 1426*5ecf7b4eSGunnar Mills } 1427*5ecf7b4eSGunnar Mills }, 1428*5ecf7b4eSGunnar Mills "language": "en", 1429*5ecf7b4eSGunnar Mills "owningEntity": "DMTF", 1430*5ecf7b4eSGunnar Mills "release": "2025.3", 1431*5ecf7b4eSGunnar Mills "title": "#Chassis.v1_28_0.Chassis" 1432*5ecf7b4eSGunnar Mills}