1f2a8e57eSGunnar Mills{ 2f2a8e57eSGunnar Mills "$id": "http://redfish.dmtf.org/schemas/v1/Thermal.v1_7_3.json", 3f2a8e57eSGunnar Mills "$ref": "#/definitions/Thermal", 4f2a8e57eSGunnar Mills "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 5f2a8e57eSGunnar Mills "copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright", 6f2a8e57eSGunnar Mills "definitions": { 7f2a8e57eSGunnar Mills "Fan": { 8f2a8e57eSGunnar Mills "additionalProperties": false, 9f2a8e57eSGunnar Mills "patternProperties": { 10f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 11f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 12f2a8e57eSGunnar Mills "type": [ 13f2a8e57eSGunnar Mills "array", 14f2a8e57eSGunnar Mills "boolean", 15f2a8e57eSGunnar Mills "integer", 16f2a8e57eSGunnar Mills "number", 17f2a8e57eSGunnar Mills "null", 18f2a8e57eSGunnar Mills "object", 19f2a8e57eSGunnar Mills "string" 20f2a8e57eSGunnar Mills ] 21f2a8e57eSGunnar Mills } 22f2a8e57eSGunnar Mills }, 23f2a8e57eSGunnar Mills "properties": { 24f2a8e57eSGunnar Mills "@odata.id": { 25f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" 26f2a8e57eSGunnar Mills }, 27f2a8e57eSGunnar Mills "Actions": { 28f2a8e57eSGunnar Mills "$ref": "#/definitions/FanActions", 29f2a8e57eSGunnar Mills "description": "The available actions for this resource.", 30f2a8e57eSGunnar Mills "longDescription": "This property shall contain the available actions for this resource.", 31f2a8e57eSGunnar Mills "versionAdded": "v1_3_0" 32f2a8e57eSGunnar Mills }, 33f2a8e57eSGunnar Mills "Assembly": { 34f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Assembly.json#/definitions/Assembly", 35f2a8e57eSGunnar Mills "description": "The link to the assembly associated with this fan.", 36f2a8e57eSGunnar Mills "longDescription": "This property shall contain a link to a resource of type `Assembly`.", 37f2a8e57eSGunnar Mills "readonly": true, 38f2a8e57eSGunnar Mills "versionAdded": "v1_4_0" 39f2a8e57eSGunnar Mills }, 40f2a8e57eSGunnar Mills "FanName": { 41f2a8e57eSGunnar Mills "deprecated": "This property has been deprecated in favor of the `Name` property.", 42f2a8e57eSGunnar Mills "description": "The name of the fan.", 43f2a8e57eSGunnar Mills "longDescription": "This property shall contain the name of the fan.", 44f2a8e57eSGunnar Mills "readonly": true, 45f2a8e57eSGunnar Mills "type": [ 46f2a8e57eSGunnar Mills "string", 47f2a8e57eSGunnar Mills "null" 48f2a8e57eSGunnar Mills ], 49f2a8e57eSGunnar Mills "versionDeprecated": "v1_1_0" 50f2a8e57eSGunnar Mills }, 51f2a8e57eSGunnar Mills "HotPluggable": { 52f2a8e57eSGunnar Mills "description": "An indication of whether this device can be inserted or removed while the equipment is in operation.", 53f2a8e57eSGunnar Mills "longDescription": "This property shall indicate whether the device can be inserted or removed while the underlying equipment otherwise remains in its current operational state. Hot-pluggable devices can become operable without altering the operational state of the underlying equipment. Devices that cannot be inserted or removed from equipment in operation, or devices that cannot become operable without affecting the operational state of that equipment, shall not be hot-pluggable.", 54f2a8e57eSGunnar Mills "readonly": true, 55f2a8e57eSGunnar Mills "type": [ 56f2a8e57eSGunnar Mills "boolean", 57f2a8e57eSGunnar Mills "null" 58f2a8e57eSGunnar Mills ], 59f2a8e57eSGunnar Mills "versionAdded": "v1_4_0" 60f2a8e57eSGunnar Mills }, 61f2a8e57eSGunnar Mills "IndicatorLED": { 62f2a8e57eSGunnar Mills "anyOf": [ 63f2a8e57eSGunnar Mills { 64f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/IndicatorLED" 65f2a8e57eSGunnar Mills }, 66f2a8e57eSGunnar Mills { 67f2a8e57eSGunnar Mills "type": "null" 68f2a8e57eSGunnar Mills } 69f2a8e57eSGunnar Mills ], 70f2a8e57eSGunnar Mills "description": "The state of the indicator LED, which identifies this fan.", 71f2a8e57eSGunnar Mills "longDescription": "This property shall contain the state of the indicator light associated with this fan.", 72f2a8e57eSGunnar Mills "readonly": false, 73f2a8e57eSGunnar Mills "versionAdded": "v1_2_0" 74f2a8e57eSGunnar Mills }, 75f2a8e57eSGunnar Mills "Location": { 76f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Location", 77f2a8e57eSGunnar Mills "description": "The location of the fan.", 78f2a8e57eSGunnar Mills "longDescription": "This property shall contain the location information of the associated fan.", 79f2a8e57eSGunnar Mills "versionAdded": "v1_4_0" 80f2a8e57eSGunnar Mills }, 81f2a8e57eSGunnar Mills "LowerThresholdCritical": { 82f2a8e57eSGunnar Mills "description": "The value at which the reading is below normal range but not yet fatal.", 83f2a8e57eSGunnar Mills "longDescription": "This property shall contain the value at which the `Reading` property is below the normal range but is not yet fatal. The value of the property shall use the same units as the `Reading` property.", 84f2a8e57eSGunnar Mills "readonly": true, 85f2a8e57eSGunnar Mills "type": [ 86f2a8e57eSGunnar Mills "integer", 87f2a8e57eSGunnar Mills "null" 88f2a8e57eSGunnar Mills ] 89f2a8e57eSGunnar Mills }, 90f2a8e57eSGunnar Mills "LowerThresholdFatal": { 91f2a8e57eSGunnar Mills "description": "The value at which the reading is below normal range and fatal.", 92f2a8e57eSGunnar Mills "longDescription": "This property shall contain the value at which the `Reading` property is below the normal range and is fatal. The value of the property shall use the same units as the `Reading` property.", 93f2a8e57eSGunnar Mills "readonly": true, 94f2a8e57eSGunnar Mills "type": [ 95f2a8e57eSGunnar Mills "integer", 96f2a8e57eSGunnar Mills "null" 97f2a8e57eSGunnar Mills ] 98f2a8e57eSGunnar Mills }, 99f2a8e57eSGunnar Mills "LowerThresholdNonCritical": { 100f2a8e57eSGunnar Mills "description": "The value at which the reading is below normal range.", 101f2a8e57eSGunnar Mills "longDescription": "This property shall contain the value at which the `Reading` property is below normal range. The value of the property shall use the same units as the `Reading` property.", 102f2a8e57eSGunnar Mills "readonly": true, 103f2a8e57eSGunnar Mills "type": [ 104f2a8e57eSGunnar Mills "integer", 105f2a8e57eSGunnar Mills "null" 106f2a8e57eSGunnar Mills ] 107f2a8e57eSGunnar Mills }, 108f2a8e57eSGunnar Mills "Manufacturer": { 109f2a8e57eSGunnar Mills "description": "The manufacturer of this fan.", 110f2a8e57eSGunnar Mills "longDescription": "This property shall contain the name of the organization responsible for producing the fan. This organization may be the entity from whom the fan is purchased, but this is not necessarily true.", 111f2a8e57eSGunnar Mills "readonly": true, 112f2a8e57eSGunnar Mills "type": [ 113f2a8e57eSGunnar Mills "string", 114f2a8e57eSGunnar Mills "null" 115f2a8e57eSGunnar Mills ], 116f2a8e57eSGunnar Mills "versionAdded": "v1_2_0" 117f2a8e57eSGunnar Mills }, 118f2a8e57eSGunnar Mills "MaxReadingRange": { 119f2a8e57eSGunnar Mills "description": "Maximum value for this sensor.", 120f2a8e57eSGunnar Mills "longDescription": "This property shall indicate the highest possible value for the `Reading` property. The value of the property shall use the same units as the `Reading` property.", 121f2a8e57eSGunnar Mills "readonly": true, 122f2a8e57eSGunnar Mills "type": [ 123f2a8e57eSGunnar Mills "integer", 124f2a8e57eSGunnar Mills "null" 125f2a8e57eSGunnar Mills ] 126f2a8e57eSGunnar Mills }, 127f2a8e57eSGunnar Mills "MemberId": { 128f2a8e57eSGunnar Mills "description": "The unique identifier for the member within an array.", 129f2a8e57eSGunnar Mills "longDescription": "This property shall contain the unique identifier for this member within an array. For services supporting Redfish v1.6 or higher, this value shall contain the zero-based array index.", 130f2a8e57eSGunnar Mills "readonly": true, 131f2a8e57eSGunnar Mills "type": "string" 132f2a8e57eSGunnar Mills }, 133f2a8e57eSGunnar Mills "MinReadingRange": { 134f2a8e57eSGunnar Mills "description": "Minimum value for this sensor.", 135f2a8e57eSGunnar Mills "longDescription": "This property shall indicate the lowest possible value for the `Reading` property. The value of the property shall use the same units as the `Reading` property.", 136f2a8e57eSGunnar Mills "readonly": true, 137f2a8e57eSGunnar Mills "type": [ 138f2a8e57eSGunnar Mills "integer", 139f2a8e57eSGunnar Mills "null" 140f2a8e57eSGunnar Mills ] 141f2a8e57eSGunnar Mills }, 142f2a8e57eSGunnar Mills "Model": { 143f2a8e57eSGunnar Mills "description": "The model number for this fan.", 144f2a8e57eSGunnar Mills "longDescription": "This property shall contain the model information as defined by the manufacturer for the associated fan.", 145f2a8e57eSGunnar Mills "readonly": true, 146f2a8e57eSGunnar Mills "type": [ 147f2a8e57eSGunnar Mills "string", 148f2a8e57eSGunnar Mills "null" 149f2a8e57eSGunnar Mills ], 150f2a8e57eSGunnar Mills "versionAdded": "v1_2_0" 151f2a8e57eSGunnar Mills }, 152f2a8e57eSGunnar Mills "Name": { 153f2a8e57eSGunnar Mills "description": "Name of the fan.", 154f2a8e57eSGunnar Mills "longDescription": "This property shall contain the name of the fan.", 155f2a8e57eSGunnar Mills "readonly": true, 156f2a8e57eSGunnar Mills "type": [ 157f2a8e57eSGunnar Mills "string", 158f2a8e57eSGunnar Mills "null" 159f2a8e57eSGunnar Mills ], 160f2a8e57eSGunnar Mills "versionAdded": "v1_1_0" 161f2a8e57eSGunnar Mills }, 162f2a8e57eSGunnar Mills "Oem": { 163f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 164f2a8e57eSGunnar Mills "description": "The OEM extension property.", 165f2a8e57eSGunnar 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." 166f2a8e57eSGunnar Mills }, 167f2a8e57eSGunnar Mills "PartNumber": { 168f2a8e57eSGunnar Mills "description": "The part number for this fan.", 169f2a8e57eSGunnar Mills "longDescription": "This property shall contain the part number as defined by the manufacturer for the associated fan.", 170f2a8e57eSGunnar Mills "readonly": true, 171f2a8e57eSGunnar Mills "type": [ 172f2a8e57eSGunnar Mills "string", 173f2a8e57eSGunnar Mills "null" 174f2a8e57eSGunnar Mills ], 175f2a8e57eSGunnar Mills "versionAdded": "v1_2_0" 176f2a8e57eSGunnar Mills }, 177f2a8e57eSGunnar Mills "PhysicalContext": { 178f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json#/definitions/PhysicalContext", 179f2a8e57eSGunnar Mills "description": "The area or device associated with this fan.", 180f2a8e57eSGunnar Mills "longDescription": "This property shall contain a description of the affected device or region within the chassis with which this fan is associated.", 181f2a8e57eSGunnar Mills "readonly": true 182f2a8e57eSGunnar Mills }, 183f2a8e57eSGunnar Mills "Reading": { 184f2a8e57eSGunnar Mills "description": "The fan speed.", 185f2a8e57eSGunnar Mills "longDescription": "This property shall contain the fan sensor reading.", 186f2a8e57eSGunnar Mills "readonly": true, 187f2a8e57eSGunnar Mills "type": [ 188f2a8e57eSGunnar Mills "integer", 189f2a8e57eSGunnar Mills "null" 190f2a8e57eSGunnar Mills ] 191f2a8e57eSGunnar Mills }, 192f2a8e57eSGunnar Mills "ReadingUnits": { 193f2a8e57eSGunnar Mills "anyOf": [ 194f2a8e57eSGunnar Mills { 195f2a8e57eSGunnar Mills "$ref": "#/definitions/ReadingUnits" 196f2a8e57eSGunnar Mills }, 197f2a8e57eSGunnar Mills { 198f2a8e57eSGunnar Mills "type": "null" 199f2a8e57eSGunnar Mills } 200f2a8e57eSGunnar Mills ], 201f2a8e57eSGunnar Mills "description": "The units in which the fan reading and thresholds are measured.", 202f2a8e57eSGunnar Mills "longDescription": "This property shall contain the units in which the fan reading and thresholds are measured.", 203f2a8e57eSGunnar Mills "readonly": true, 204f2a8e57eSGunnar Mills "versionAdded": "v1_0_1" 205f2a8e57eSGunnar Mills }, 206f2a8e57eSGunnar Mills "Redundancy": { 207f2a8e57eSGunnar Mills "description": "The set of redundancy groups for this fan.", 208f2a8e57eSGunnar Mills "items": { 209f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Redundancy.json#/definitions/Redundancy" 210f2a8e57eSGunnar Mills }, 211f2a8e57eSGunnar Mills "longDescription": "This property shall contain an array of links to the redundancy groups to which this fan belongs.", 212f2a8e57eSGunnar Mills "type": "array" 213f2a8e57eSGunnar Mills }, 214f2a8e57eSGunnar Mills "Redundancy@odata.count": { 215f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 216f2a8e57eSGunnar Mills }, 217f2a8e57eSGunnar Mills "RelatedItem": { 218f2a8e57eSGunnar Mills "description": "An array of links to resources or objects that this fan services.", 219f2a8e57eSGunnar Mills "items": { 220f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef" 221f2a8e57eSGunnar Mills }, 222f2a8e57eSGunnar Mills "longDescription": "This property shall contain an array of links to resources or objects that this fan services.", 223f2a8e57eSGunnar Mills "readonly": true, 224f2a8e57eSGunnar Mills "type": "array" 225f2a8e57eSGunnar Mills }, 226f2a8e57eSGunnar Mills "RelatedItem@odata.count": { 227f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 228f2a8e57eSGunnar Mills }, 229f2a8e57eSGunnar Mills "SensorNumber": { 230f2a8e57eSGunnar Mills "description": "The numerical identifier for this fan speed sensor.", 231f2a8e57eSGunnar Mills "longDescription": "This property shall contain a numerical identifier for this fan speed sensor that is unique within this resource.", 232f2a8e57eSGunnar Mills "readonly": true, 233f2a8e57eSGunnar Mills "type": [ 234f2a8e57eSGunnar Mills "integer", 235f2a8e57eSGunnar Mills "null" 236f2a8e57eSGunnar Mills ], 237f2a8e57eSGunnar Mills "versionAdded": "v1_5_0" 238f2a8e57eSGunnar Mills }, 239f2a8e57eSGunnar Mills "SerialNumber": { 240f2a8e57eSGunnar Mills "description": "The serial number for this fan.", 241f2a8e57eSGunnar Mills "longDescription": "This property shall contain the serial number as defined by the manufacturer for the associated fan.", 242f2a8e57eSGunnar Mills "readonly": true, 243f2a8e57eSGunnar Mills "type": [ 244f2a8e57eSGunnar Mills "string", 245f2a8e57eSGunnar Mills "null" 246f2a8e57eSGunnar Mills ], 247f2a8e57eSGunnar Mills "versionAdded": "v1_2_0" 248f2a8e57eSGunnar Mills }, 249f2a8e57eSGunnar Mills "SparePartNumber": { 250f2a8e57eSGunnar Mills "description": "The spare part number for this fan.", 251f2a8e57eSGunnar Mills "longDescription": "This property shall contain the spare or replacement part number as defined by the manufacturer for the associated fan.", 252f2a8e57eSGunnar Mills "readonly": true, 253f2a8e57eSGunnar Mills "type": [ 254f2a8e57eSGunnar Mills "string", 255f2a8e57eSGunnar Mills "null" 256f2a8e57eSGunnar Mills ], 257f2a8e57eSGunnar Mills "versionAdded": "v1_2_0" 258f2a8e57eSGunnar Mills }, 259f2a8e57eSGunnar Mills "Status": { 260f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status", 261f2a8e57eSGunnar Mills "description": "The status and health of the resource and its subordinate or dependent resources.", 262f2a8e57eSGunnar Mills "longDescription": "This property shall contain any status or health properties of the resource." 263f2a8e57eSGunnar Mills }, 264f2a8e57eSGunnar Mills "UpperThresholdCritical": { 265f2a8e57eSGunnar Mills "description": "The value at which the reading is above normal range but not yet fatal.", 266f2a8e57eSGunnar Mills "longDescription": "This property shall contain the value at which the `Reading` property is above the normal range but is not yet fatal. The value of the property shall use the same units as the `Reading` property.", 267f2a8e57eSGunnar Mills "readonly": true, 268f2a8e57eSGunnar Mills "type": [ 269f2a8e57eSGunnar Mills "integer", 270f2a8e57eSGunnar Mills "null" 271f2a8e57eSGunnar Mills ] 272f2a8e57eSGunnar Mills }, 273f2a8e57eSGunnar Mills "UpperThresholdFatal": { 274f2a8e57eSGunnar Mills "description": "The value at which the reading is above normal range and fatal.", 275f2a8e57eSGunnar Mills "longDescription": "This property shall contain the value at which the `Reading` property is above the normal range and is fatal. The value of the property shall use the same units as the `Reading` property.", 276f2a8e57eSGunnar Mills "readonly": true, 277f2a8e57eSGunnar Mills "type": [ 278f2a8e57eSGunnar Mills "integer", 279f2a8e57eSGunnar Mills "null" 280f2a8e57eSGunnar Mills ] 281f2a8e57eSGunnar Mills }, 282f2a8e57eSGunnar Mills "UpperThresholdNonCritical": { 283f2a8e57eSGunnar Mills "description": "The value at which the reading is above normal range.", 284f2a8e57eSGunnar Mills "longDescription": "This property shall contain the value at which the `Reading` property is above the normal range. The value of the property shall use the same units as the `Reading` property.", 285f2a8e57eSGunnar Mills "readonly": true, 286f2a8e57eSGunnar Mills "type": [ 287f2a8e57eSGunnar Mills "integer", 288f2a8e57eSGunnar Mills "null" 289f2a8e57eSGunnar Mills ] 290f2a8e57eSGunnar Mills } 291f2a8e57eSGunnar Mills }, 292f2a8e57eSGunnar Mills "required": [ 293f2a8e57eSGunnar Mills "@odata.id", 294f2a8e57eSGunnar Mills "MemberId" 295f2a8e57eSGunnar Mills ], 296f2a8e57eSGunnar Mills "type": "object" 297f2a8e57eSGunnar Mills }, 298f2a8e57eSGunnar Mills "FanActions": { 299f2a8e57eSGunnar Mills "additionalProperties": false, 300f2a8e57eSGunnar Mills "description": "The available actions for this resource.", 301f2a8e57eSGunnar Mills "longDescription": "This type shall contain the available actions for this resource.", 302f2a8e57eSGunnar Mills "patternProperties": { 303f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 304f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 305f2a8e57eSGunnar Mills "type": [ 306f2a8e57eSGunnar Mills "array", 307f2a8e57eSGunnar Mills "boolean", 308f2a8e57eSGunnar Mills "integer", 309f2a8e57eSGunnar Mills "number", 310f2a8e57eSGunnar Mills "null", 311f2a8e57eSGunnar Mills "object", 312f2a8e57eSGunnar Mills "string" 313f2a8e57eSGunnar Mills ] 314f2a8e57eSGunnar Mills } 315f2a8e57eSGunnar Mills }, 316f2a8e57eSGunnar Mills "properties": { 317f2a8e57eSGunnar Mills "Oem": { 318f2a8e57eSGunnar Mills "$ref": "#/definitions/FanOemActions", 319f2a8e57eSGunnar Mills "description": "The available OEM-specific actions for this resource.", 320f2a8e57eSGunnar Mills "longDescription": "This property shall contain the available OEM-specific actions for this resource.", 321f2a8e57eSGunnar Mills "versionAdded": "v1_3_0" 322f2a8e57eSGunnar Mills } 323f2a8e57eSGunnar Mills }, 324f2a8e57eSGunnar Mills "type": "object" 325f2a8e57eSGunnar Mills }, 326f2a8e57eSGunnar Mills "FanOemActions": { 327f2a8e57eSGunnar Mills "additionalProperties": true, 328f2a8e57eSGunnar Mills "description": "The available OEM-specific actions for this resource.", 329f2a8e57eSGunnar Mills "longDescription": "This type shall contain the available OEM-specific actions for this resource.", 330f2a8e57eSGunnar Mills "patternProperties": { 331f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 332f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 333f2a8e57eSGunnar Mills "type": [ 334f2a8e57eSGunnar Mills "array", 335f2a8e57eSGunnar Mills "boolean", 336f2a8e57eSGunnar Mills "integer", 337f2a8e57eSGunnar Mills "number", 338f2a8e57eSGunnar Mills "null", 339f2a8e57eSGunnar Mills "object", 340f2a8e57eSGunnar Mills "string" 341f2a8e57eSGunnar Mills ] 342f2a8e57eSGunnar Mills } 343f2a8e57eSGunnar Mills }, 344f2a8e57eSGunnar Mills "properties": {}, 345f2a8e57eSGunnar Mills "type": "object" 346f2a8e57eSGunnar Mills }, 347f2a8e57eSGunnar Mills "ReadingUnits": { 348f2a8e57eSGunnar Mills "enum": [ 349f2a8e57eSGunnar Mills "RPM", 350f2a8e57eSGunnar Mills "Percent" 351f2a8e57eSGunnar Mills ], 352f2a8e57eSGunnar Mills "enumDescriptions": { 353f2a8e57eSGunnar Mills "Percent": "The fan reading and thresholds are measured as a percentage.", 354f2a8e57eSGunnar Mills "RPM": "The fan reading and thresholds are measured in revolutions per minute." 355f2a8e57eSGunnar Mills }, 356f2a8e57eSGunnar Mills "type": "string" 357f2a8e57eSGunnar Mills }, 358f2a8e57eSGunnar Mills "Temperature": { 359f2a8e57eSGunnar Mills "additionalProperties": false, 360f2a8e57eSGunnar Mills "patternProperties": { 361f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 362f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 363f2a8e57eSGunnar Mills "type": [ 364f2a8e57eSGunnar Mills "array", 365f2a8e57eSGunnar Mills "boolean", 366f2a8e57eSGunnar Mills "integer", 367f2a8e57eSGunnar Mills "number", 368f2a8e57eSGunnar Mills "null", 369f2a8e57eSGunnar Mills "object", 370f2a8e57eSGunnar Mills "string" 371f2a8e57eSGunnar Mills ] 372f2a8e57eSGunnar Mills } 373f2a8e57eSGunnar Mills }, 374f2a8e57eSGunnar Mills "properties": { 375f2a8e57eSGunnar Mills "@odata.id": { 376f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" 377f2a8e57eSGunnar Mills }, 378f2a8e57eSGunnar Mills "Actions": { 379f2a8e57eSGunnar Mills "$ref": "#/definitions/TemperatureActions", 380f2a8e57eSGunnar Mills "description": "The available actions for this resource.", 381f2a8e57eSGunnar Mills "longDescription": "This property shall contain the available actions for this resource.", 382f2a8e57eSGunnar Mills "versionAdded": "v1_3_0" 383f2a8e57eSGunnar Mills }, 384f2a8e57eSGunnar Mills "AdjustedMaxAllowableOperatingValue": { 385f2a8e57eSGunnar Mills "description": "Adjusted maximum allowable operating temperature for this equipment based on the current environmental conditions present.", 386f2a8e57eSGunnar Mills "longDescription": "This property shall indicate the adjusted maximum allowable operating temperature for the equipment monitored by this temperature sensor, as specified by a standards body, manufacturer, or a combination, and adjusted based on environmental conditions present. For example, liquid inlet temperature can be adjusted based on the available liquid pressure.", 387f2a8e57eSGunnar Mills "readonly": true, 388f2a8e57eSGunnar Mills "type": [ 389f2a8e57eSGunnar Mills "integer", 390f2a8e57eSGunnar Mills "null" 391f2a8e57eSGunnar Mills ], 392f2a8e57eSGunnar Mills "units": "Cel", 393f2a8e57eSGunnar Mills "versionAdded": "v1_4_0" 394f2a8e57eSGunnar Mills }, 395f2a8e57eSGunnar Mills "AdjustedMinAllowableOperatingValue": { 396f2a8e57eSGunnar Mills "description": "Adjusted minimum allowable operating temperature for this equipment based on the current environmental conditions present.", 397f2a8e57eSGunnar Mills "longDescription": "This property shall indicate the adjusted minimum allowable operating temperature for the equipment monitored by this temperature sensor, as specified by a standards body, manufacturer, or a combination, and adjusted based on environmental conditions present. For example, liquid inlet temperature can be adjusted based on the available liquid pressure.", 398f2a8e57eSGunnar Mills "readonly": true, 399f2a8e57eSGunnar Mills "type": [ 400f2a8e57eSGunnar Mills "integer", 401f2a8e57eSGunnar Mills "null" 402f2a8e57eSGunnar Mills ], 403f2a8e57eSGunnar Mills "units": "Cel", 404f2a8e57eSGunnar Mills "versionAdded": "v1_4_0" 405f2a8e57eSGunnar Mills }, 406f2a8e57eSGunnar Mills "DeltaPhysicalContext": { 407f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json#/definitions/PhysicalContext", 408f2a8e57eSGunnar Mills "description": "The area or device to which the `DeltaReadingCelsius` temperature measurement applies, relative to `PhysicalContext`.", 409f2a8e57eSGunnar Mills "longDescription": "This property shall contain a description of the affected device or region within the chassis to which the `DeltaReadingCelsius` temperature measurement applies, relative to `PhysicalContext`.", 410f2a8e57eSGunnar Mills "readonly": true, 411f2a8e57eSGunnar Mills "versionAdded": "v1_4_0" 412f2a8e57eSGunnar Mills }, 413f2a8e57eSGunnar Mills "DeltaReadingCelsius": { 414f2a8e57eSGunnar Mills "description": "The delta temperature reading.", 415f2a8e57eSGunnar Mills "longDescription": "This property shall contain the delta of the values of the temperature readings across this sensor and the sensor at `DeltaPhysicalContext`.", 416f2a8e57eSGunnar Mills "readonly": true, 417f2a8e57eSGunnar Mills "type": [ 418f2a8e57eSGunnar Mills "number", 419f2a8e57eSGunnar Mills "null" 420f2a8e57eSGunnar Mills ], 421f2a8e57eSGunnar Mills "units": "Cel", 422f2a8e57eSGunnar Mills "versionAdded": "v1_4_0" 423f2a8e57eSGunnar Mills }, 424f2a8e57eSGunnar Mills "LowerThresholdCritical": { 425f2a8e57eSGunnar Mills "description": "The value at which the reading is below normal range but not yet fatal.", 426f2a8e57eSGunnar Mills "longDescription": "This property shall contain the value at which the `ReadingCelsius` property is below the normal range but is not yet fatal. The value of the property shall use the same units as the `ReadingCelsius` property.", 427f2a8e57eSGunnar Mills "readonly": true, 428f2a8e57eSGunnar Mills "type": [ 429f2a8e57eSGunnar Mills "number", 430f2a8e57eSGunnar Mills "null" 431f2a8e57eSGunnar Mills ], 432f2a8e57eSGunnar Mills "units": "Cel" 433f2a8e57eSGunnar Mills }, 434f2a8e57eSGunnar Mills "LowerThresholdFatal": { 435f2a8e57eSGunnar Mills "description": "The value at which the reading is below normal range and fatal.", 436f2a8e57eSGunnar Mills "longDescription": "This property shall contain the value at which the `ReadingCelsius` property is below the normal range and is fatal. The value of the property shall use the same units as the `ReadingCelsius` property.", 437f2a8e57eSGunnar Mills "readonly": true, 438f2a8e57eSGunnar Mills "type": [ 439f2a8e57eSGunnar Mills "number", 440f2a8e57eSGunnar Mills "null" 441f2a8e57eSGunnar Mills ], 442f2a8e57eSGunnar Mills "units": "Cel" 443f2a8e57eSGunnar Mills }, 444f2a8e57eSGunnar Mills "LowerThresholdNonCritical": { 445f2a8e57eSGunnar Mills "description": "The value at which the reading is below normal range.", 446f2a8e57eSGunnar Mills "longDescription": "This property shall contain the value at which the `ReadingCelsius` property is below normal range. The value of the property shall use the same units as the `ReadingCelsius` property.", 447f2a8e57eSGunnar Mills "readonly": true, 448f2a8e57eSGunnar Mills "type": [ 449f2a8e57eSGunnar Mills "number", 450f2a8e57eSGunnar Mills "null" 451f2a8e57eSGunnar Mills ], 452f2a8e57eSGunnar Mills "units": "Cel" 453f2a8e57eSGunnar Mills }, 454f2a8e57eSGunnar Mills "LowerThresholdUser": { 455f2a8e57eSGunnar Mills "description": "The value at which the reading is below the user-defined range.", 456f2a8e57eSGunnar Mills "longDescription": "This property shall contain the value at which the `ReadingCelsius` property is below the user-defined range. The value of the property shall use the same units as the `ReadingCelsius` property. The value shall be equal to the value of `LowerThresholdNonCritical`, `LowerThresholdCritical`, or `LowerThresholdFatal`, unless set by a user.", 457f2a8e57eSGunnar Mills "readonly": false, 458f2a8e57eSGunnar Mills "type": [ 459f2a8e57eSGunnar Mills "integer", 460f2a8e57eSGunnar Mills "null" 461f2a8e57eSGunnar Mills ], 462f2a8e57eSGunnar Mills "units": "Cel", 463f2a8e57eSGunnar Mills "versionAdded": "v1_6_0" 464f2a8e57eSGunnar Mills }, 465f2a8e57eSGunnar Mills "MaxAllowableOperatingValue": { 466f2a8e57eSGunnar Mills "description": "Maximum allowable operating temperature for this equipment.", 467f2a8e57eSGunnar Mills "longDescription": "This property shall indicate the maximum allowable operating temperature for the equipment monitored by this temperature sensor, as specified by a standards body, manufacturer, or a combination.", 468f2a8e57eSGunnar Mills "readonly": true, 469f2a8e57eSGunnar Mills "type": [ 470f2a8e57eSGunnar Mills "integer", 471f2a8e57eSGunnar Mills "null" 472f2a8e57eSGunnar Mills ], 473f2a8e57eSGunnar Mills "units": "Cel", 474f2a8e57eSGunnar Mills "versionAdded": "v1_4_0" 475f2a8e57eSGunnar Mills }, 476f2a8e57eSGunnar Mills "MaxReadingRangeTemp": { 477f2a8e57eSGunnar Mills "description": "Maximum value for this sensor.", 478f2a8e57eSGunnar Mills "longDescription": "This property shall indicate the highest possible value for the `ReadingCelsius` property. The value of the property shall use the same units as the `ReadingCelsius` property.", 479f2a8e57eSGunnar Mills "readonly": true, 480f2a8e57eSGunnar Mills "type": [ 481f2a8e57eSGunnar Mills "number", 482f2a8e57eSGunnar Mills "null" 483f2a8e57eSGunnar Mills ], 484f2a8e57eSGunnar Mills "units": "Cel" 485f2a8e57eSGunnar Mills }, 486f2a8e57eSGunnar Mills "MemberId": { 487f2a8e57eSGunnar Mills "description": "The unique identifier for the member within an array.", 488f2a8e57eSGunnar Mills "longDescription": "This property shall contain the unique identifier for this member within an array. For services supporting Redfish v1.6 or higher, this value shall contain the zero-based array index.", 489f2a8e57eSGunnar Mills "readonly": true, 490f2a8e57eSGunnar Mills "type": "string" 491f2a8e57eSGunnar Mills }, 492f2a8e57eSGunnar Mills "MinAllowableOperatingValue": { 493f2a8e57eSGunnar Mills "description": "Minimum allowable operating temperature for this equipment.", 494f2a8e57eSGunnar Mills "longDescription": "This property shall indicate the minimum allowable operating temperature for the equipment monitored by this temperature sensor, as specified by a standards body, manufacturer, or a combination.", 495f2a8e57eSGunnar Mills "readonly": true, 496f2a8e57eSGunnar Mills "type": [ 497f2a8e57eSGunnar Mills "integer", 498f2a8e57eSGunnar Mills "null" 499f2a8e57eSGunnar Mills ], 500f2a8e57eSGunnar Mills "units": "Cel", 501f2a8e57eSGunnar Mills "versionAdded": "v1_4_0" 502f2a8e57eSGunnar Mills }, 503f2a8e57eSGunnar Mills "MinReadingRangeTemp": { 504f2a8e57eSGunnar Mills "description": "Minimum value for this sensor.", 505f2a8e57eSGunnar Mills "longDescription": "This property shall indicate the lowest possible value for the `ReadingCelsius` property. The value of the property shall use the same units as the `ReadingCelsius` property.", 506f2a8e57eSGunnar Mills "readonly": true, 507f2a8e57eSGunnar Mills "type": [ 508f2a8e57eSGunnar Mills "number", 509f2a8e57eSGunnar Mills "null" 510f2a8e57eSGunnar Mills ], 511f2a8e57eSGunnar Mills "units": "Cel" 512f2a8e57eSGunnar Mills }, 513f2a8e57eSGunnar Mills "Name": { 514f2a8e57eSGunnar Mills "description": "The temperature sensor name.", 515f2a8e57eSGunnar Mills "longDescription": "This property shall contain the name of the temperature sensor.", 516f2a8e57eSGunnar Mills "readonly": true, 517f2a8e57eSGunnar Mills "type": [ 518f2a8e57eSGunnar Mills "string", 519f2a8e57eSGunnar Mills "null" 520f2a8e57eSGunnar Mills ] 521f2a8e57eSGunnar Mills }, 522f2a8e57eSGunnar Mills "Oem": { 523f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 524f2a8e57eSGunnar Mills "description": "The OEM extension property.", 525f2a8e57eSGunnar 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." 526f2a8e57eSGunnar Mills }, 527f2a8e57eSGunnar Mills "PhysicalContext": { 528f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json#/definitions/PhysicalContext", 529f2a8e57eSGunnar Mills "description": "The area or device to which this temperature measurement applies.", 530f2a8e57eSGunnar Mills "longDescription": "This property shall contain a description of the affected device or region within the chassis to which this temperature applies.", 531f2a8e57eSGunnar Mills "readonly": true 532f2a8e57eSGunnar Mills }, 533f2a8e57eSGunnar Mills "ReadingCelsius": { 534f2a8e57eSGunnar Mills "description": "The temperature (C).", 535f2a8e57eSGunnar Mills "longDescription": "This property shall contain the temperature in degree Celsius units.", 536f2a8e57eSGunnar Mills "readonly": true, 537f2a8e57eSGunnar Mills "type": [ 538f2a8e57eSGunnar Mills "number", 539f2a8e57eSGunnar Mills "null" 540f2a8e57eSGunnar Mills ], 541f2a8e57eSGunnar Mills "units": "Cel" 542f2a8e57eSGunnar Mills }, 543f2a8e57eSGunnar Mills "RelatedItem": { 544f2a8e57eSGunnar Mills "description": "An array of links to resources or objects that represent areas or devices to which this temperature applies.", 545f2a8e57eSGunnar Mills "items": { 546f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef" 547f2a8e57eSGunnar Mills }, 548f2a8e57eSGunnar Mills "longDescription": "This property shall contain an array of links to resources or objects that represent areas or devices to which this temperature applies.", 549f2a8e57eSGunnar Mills "readonly": true, 550f2a8e57eSGunnar Mills "type": "array" 551f2a8e57eSGunnar Mills }, 552f2a8e57eSGunnar Mills "RelatedItem@odata.count": { 553f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 554f2a8e57eSGunnar Mills }, 555f2a8e57eSGunnar Mills "SensorNumber": { 556f2a8e57eSGunnar Mills "description": "The numerical identifier of the temperature sensor.", 557f2a8e57eSGunnar Mills "longDescription": "This property shall contain a numerical identifier for this temperature sensor that is unique within this resource.", 558f2a8e57eSGunnar Mills "readonly": true, 559f2a8e57eSGunnar Mills "type": [ 560f2a8e57eSGunnar Mills "integer", 561f2a8e57eSGunnar Mills "null" 562f2a8e57eSGunnar Mills ] 563f2a8e57eSGunnar Mills }, 564f2a8e57eSGunnar Mills "Status": { 565f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status", 566f2a8e57eSGunnar Mills "description": "The status and health of the resource and its subordinate or dependent resources.", 567f2a8e57eSGunnar Mills "longDescription": "This property shall contain any status or health properties of the resource." 568f2a8e57eSGunnar Mills }, 569f2a8e57eSGunnar Mills "UpperThresholdCritical": { 570f2a8e57eSGunnar Mills "description": "The value at which the reading is above normal range but not yet fatal.", 571f2a8e57eSGunnar Mills "longDescription": "This property shall contain the value at which the `ReadingCelsius` property is above the normal range but is not yet fatal. The value of the property shall use the same units as the `ReadingCelsius` property.", 572f2a8e57eSGunnar Mills "readonly": true, 573f2a8e57eSGunnar Mills "type": [ 574f2a8e57eSGunnar Mills "number", 575f2a8e57eSGunnar Mills "null" 576f2a8e57eSGunnar Mills ], 577f2a8e57eSGunnar Mills "units": "Cel" 578f2a8e57eSGunnar Mills }, 579f2a8e57eSGunnar Mills "UpperThresholdFatal": { 580f2a8e57eSGunnar Mills "description": "The value at which the reading is above normal range and fatal.", 581f2a8e57eSGunnar Mills "longDescription": "This property shall contain the value at which the `ReadingCelsius` property is above the normal range and is fatal. The value of the property shall use the same units as the `ReadingCelsius` property.", 582f2a8e57eSGunnar Mills "readonly": true, 583f2a8e57eSGunnar Mills "type": [ 584f2a8e57eSGunnar Mills "number", 585f2a8e57eSGunnar Mills "null" 586f2a8e57eSGunnar Mills ], 587f2a8e57eSGunnar Mills "units": "Cel" 588f2a8e57eSGunnar Mills }, 589f2a8e57eSGunnar Mills "UpperThresholdNonCritical": { 590f2a8e57eSGunnar Mills "description": "The value at which the reading is above normal range.", 591f2a8e57eSGunnar Mills "longDescription": "This property shall contain the value at which the `ReadingCelsius` property is above the normal range. The value of the property shall use the same units as the `ReadingCelsius` property.", 592f2a8e57eSGunnar Mills "readonly": true, 593f2a8e57eSGunnar Mills "type": [ 594f2a8e57eSGunnar Mills "number", 595f2a8e57eSGunnar Mills "null" 596f2a8e57eSGunnar Mills ], 597f2a8e57eSGunnar Mills "units": "Cel" 598f2a8e57eSGunnar Mills }, 599f2a8e57eSGunnar Mills "UpperThresholdUser": { 600f2a8e57eSGunnar Mills "description": "The value at which the reading is above the user-defined range.", 601f2a8e57eSGunnar Mills "longDescription": "This property shall contain the value at which the `ReadingCelsius` property is above the user-defined range. The value of the property shall use the same units as the `ReadingCelsius` property. The value shall be equal to the value of `UpperThresholdNonCritical`, `UpperThresholdCritical`, or `UpperThresholdFatal`, unless set by a user.", 602f2a8e57eSGunnar Mills "readonly": false, 603f2a8e57eSGunnar Mills "type": [ 604f2a8e57eSGunnar Mills "integer", 605f2a8e57eSGunnar Mills "null" 606f2a8e57eSGunnar Mills ], 607f2a8e57eSGunnar Mills "units": "Cel", 608f2a8e57eSGunnar Mills "versionAdded": "v1_6_0" 609f2a8e57eSGunnar Mills } 610f2a8e57eSGunnar Mills }, 611f2a8e57eSGunnar Mills "required": [ 612f2a8e57eSGunnar Mills "@odata.id", 613f2a8e57eSGunnar Mills "MemberId" 614f2a8e57eSGunnar Mills ], 615f2a8e57eSGunnar Mills "type": "object" 616f2a8e57eSGunnar Mills }, 617f2a8e57eSGunnar Mills "TemperatureActions": { 618f2a8e57eSGunnar Mills "additionalProperties": false, 619f2a8e57eSGunnar Mills "description": "The available actions for this resource.", 620f2a8e57eSGunnar Mills "longDescription": "This type shall contain the available actions for this resource.", 621f2a8e57eSGunnar Mills "patternProperties": { 622f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 623f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 624f2a8e57eSGunnar Mills "type": [ 625f2a8e57eSGunnar Mills "array", 626f2a8e57eSGunnar Mills "boolean", 627f2a8e57eSGunnar Mills "integer", 628f2a8e57eSGunnar Mills "number", 629f2a8e57eSGunnar Mills "null", 630f2a8e57eSGunnar Mills "object", 631f2a8e57eSGunnar Mills "string" 632f2a8e57eSGunnar Mills ] 633f2a8e57eSGunnar Mills } 634f2a8e57eSGunnar Mills }, 635f2a8e57eSGunnar Mills "properties": { 636f2a8e57eSGunnar Mills "Oem": { 637f2a8e57eSGunnar Mills "$ref": "#/definitions/TemperatureOemActions", 638f2a8e57eSGunnar Mills "description": "The available OEM-specific actions for this resource.", 639f2a8e57eSGunnar Mills "longDescription": "This property shall contain the available OEM-specific actions for this resource.", 640f2a8e57eSGunnar Mills "versionAdded": "v1_3_0" 641f2a8e57eSGunnar Mills } 642f2a8e57eSGunnar Mills }, 643f2a8e57eSGunnar Mills "type": "object" 644f2a8e57eSGunnar Mills }, 645f2a8e57eSGunnar Mills "TemperatureOemActions": { 646f2a8e57eSGunnar Mills "additionalProperties": true, 647f2a8e57eSGunnar Mills "description": "The available OEM-specific actions for this resource.", 648f2a8e57eSGunnar Mills "longDescription": "This type shall contain the available OEM-specific actions for this resource.", 649f2a8e57eSGunnar Mills "patternProperties": { 650f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 651f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 652f2a8e57eSGunnar Mills "type": [ 653f2a8e57eSGunnar Mills "array", 654f2a8e57eSGunnar Mills "boolean", 655f2a8e57eSGunnar Mills "integer", 656f2a8e57eSGunnar Mills "number", 657f2a8e57eSGunnar Mills "null", 658f2a8e57eSGunnar Mills "object", 659f2a8e57eSGunnar Mills "string" 660f2a8e57eSGunnar Mills ] 661f2a8e57eSGunnar Mills } 662f2a8e57eSGunnar Mills }, 663f2a8e57eSGunnar Mills "properties": {}, 664f2a8e57eSGunnar Mills "type": "object" 665f2a8e57eSGunnar Mills }, 666f2a8e57eSGunnar Mills "Thermal": { 667f2a8e57eSGunnar Mills "additionalProperties": false, 668f2a8e57eSGunnar Mills "deprecated": "This schema has been deprecated in favor of the `ThermalSubsystem` schema.", 669f2a8e57eSGunnar Mills "description": "The `Therma`l schema describes temperature monitoring and thermal management subsystems, such as cooling fans, for a computer system or similar devices contained within a chassis.", 670f2a8e57eSGunnar Mills "longDescription": "This resource shall contain the thermal management properties for temperature monitoring and management of cooling fans for a Redfish implementation.", 671f2a8e57eSGunnar Mills "patternProperties": { 672f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 673f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 674f2a8e57eSGunnar Mills "type": [ 675f2a8e57eSGunnar Mills "array", 676f2a8e57eSGunnar Mills "boolean", 677f2a8e57eSGunnar Mills "integer", 678f2a8e57eSGunnar Mills "number", 679f2a8e57eSGunnar Mills "null", 680f2a8e57eSGunnar Mills "object", 681f2a8e57eSGunnar Mills "string" 682f2a8e57eSGunnar Mills ] 683f2a8e57eSGunnar Mills } 684f2a8e57eSGunnar Mills }, 685f2a8e57eSGunnar Mills "properties": { 686f2a8e57eSGunnar Mills "@odata.context": { 687f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" 688f2a8e57eSGunnar Mills }, 689f2a8e57eSGunnar Mills "@odata.etag": { 690f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" 691f2a8e57eSGunnar Mills }, 692f2a8e57eSGunnar Mills "@odata.id": { 693f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" 694f2a8e57eSGunnar Mills }, 695f2a8e57eSGunnar Mills "@odata.type": { 696f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type" 697f2a8e57eSGunnar Mills }, 698f2a8e57eSGunnar Mills "Actions": { 699f2a8e57eSGunnar Mills "$ref": "#/definitions/ThermalActions", 700f2a8e57eSGunnar Mills "description": "The available actions for this resource.", 701f2a8e57eSGunnar Mills "longDescription": "This property shall contain the available actions for this resource.", 702f2a8e57eSGunnar Mills "versionAdded": "v1_3_0" 703f2a8e57eSGunnar Mills }, 704f2a8e57eSGunnar Mills "Description": { 705f2a8e57eSGunnar Mills "anyOf": [ 706f2a8e57eSGunnar Mills { 707f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" 708f2a8e57eSGunnar Mills }, 709f2a8e57eSGunnar Mills { 710f2a8e57eSGunnar Mills "type": "null" 711f2a8e57eSGunnar Mills } 712f2a8e57eSGunnar Mills ], 713f2a8e57eSGunnar Mills "readonly": true 714f2a8e57eSGunnar Mills }, 715f2a8e57eSGunnar Mills "Fans": { 716f2a8e57eSGunnar Mills "autoExpand": true, 717f2a8e57eSGunnar Mills "description": "The set of fans for this chassis.", 718f2a8e57eSGunnar Mills "items": { 719f2a8e57eSGunnar Mills "$ref": "#/definitions/Fan" 720f2a8e57eSGunnar Mills }, 721f2a8e57eSGunnar Mills "longDescription": "This property shall contain the set of fans for this chassis.", 722f2a8e57eSGunnar Mills "readonly": false, 723f2a8e57eSGunnar Mills "type": "array" 724f2a8e57eSGunnar Mills }, 725f2a8e57eSGunnar Mills "Fans@odata.count": { 726f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 727f2a8e57eSGunnar Mills }, 728f2a8e57eSGunnar Mills "Id": { 729f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id", 730f2a8e57eSGunnar Mills "readonly": true 731f2a8e57eSGunnar Mills }, 732f2a8e57eSGunnar Mills "Name": { 733f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", 734f2a8e57eSGunnar Mills "readonly": true 735f2a8e57eSGunnar Mills }, 736f2a8e57eSGunnar Mills "Oem": { 737f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 738f2a8e57eSGunnar Mills "description": "The OEM extension property.", 739f2a8e57eSGunnar 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." 740f2a8e57eSGunnar Mills }, 741f2a8e57eSGunnar Mills "Redundancy": { 742f2a8e57eSGunnar Mills "autoExpand": true, 743f2a8e57eSGunnar Mills "description": "The redundancy information for the set of fans in this chassis.", 744f2a8e57eSGunnar Mills "items": { 745f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Redundancy.json#/definitions/Redundancy" 746f2a8e57eSGunnar Mills }, 747f2a8e57eSGunnar Mills "longDescription": "This property shall contain redundancy information for the fans in this chassis.", 748f2a8e57eSGunnar Mills "type": "array" 749f2a8e57eSGunnar Mills }, 750f2a8e57eSGunnar Mills "Redundancy@odata.count": { 751f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 752f2a8e57eSGunnar Mills }, 753f2a8e57eSGunnar Mills "Status": { 754f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status", 755f2a8e57eSGunnar Mills "description": "The status and health of the resource and its subordinate or dependent resources.", 756f2a8e57eSGunnar Mills "longDescription": "This property shall contain any status or health properties of the resource." 757f2a8e57eSGunnar Mills }, 758f2a8e57eSGunnar Mills "Temperatures": { 759f2a8e57eSGunnar Mills "autoExpand": true, 760f2a8e57eSGunnar Mills "description": "The set of temperature sensors for this chassis.", 761f2a8e57eSGunnar Mills "items": { 762f2a8e57eSGunnar Mills "$ref": "#/definitions/Temperature" 763f2a8e57eSGunnar Mills }, 764f2a8e57eSGunnar Mills "longDescription": "This property shall contain the set of temperature sensors for this chassis.", 765f2a8e57eSGunnar Mills "readonly": false, 766f2a8e57eSGunnar Mills "type": "array" 767f2a8e57eSGunnar Mills }, 768f2a8e57eSGunnar Mills "Temperatures@odata.count": { 769f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 770f2a8e57eSGunnar Mills } 771f2a8e57eSGunnar Mills }, 772f2a8e57eSGunnar Mills "required": [ 773f2a8e57eSGunnar Mills "@odata.id", 774f2a8e57eSGunnar Mills "@odata.type", 775f2a8e57eSGunnar Mills "Id", 776f2a8e57eSGunnar Mills "Name" 777f2a8e57eSGunnar Mills ], 778f2a8e57eSGunnar Mills "type": "object", 779f2a8e57eSGunnar Mills "versionDeprecated": "v1_7_0" 780f2a8e57eSGunnar Mills }, 781f2a8e57eSGunnar Mills "ThermalActions": { 782f2a8e57eSGunnar Mills "additionalProperties": false, 783f2a8e57eSGunnar Mills "description": "The available actions for this resource.", 784f2a8e57eSGunnar Mills "longDescription": "This type shall contain the available actions for this resource.", 785f2a8e57eSGunnar Mills "patternProperties": { 786f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 787f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 788f2a8e57eSGunnar Mills "type": [ 789f2a8e57eSGunnar Mills "array", 790f2a8e57eSGunnar Mills "boolean", 791f2a8e57eSGunnar Mills "integer", 792f2a8e57eSGunnar Mills "number", 793f2a8e57eSGunnar Mills "null", 794f2a8e57eSGunnar Mills "object", 795f2a8e57eSGunnar Mills "string" 796f2a8e57eSGunnar Mills ] 797f2a8e57eSGunnar Mills } 798f2a8e57eSGunnar Mills }, 799f2a8e57eSGunnar Mills "properties": { 800f2a8e57eSGunnar Mills "Oem": { 801f2a8e57eSGunnar Mills "$ref": "#/definitions/ThermalOemActions", 802f2a8e57eSGunnar Mills "description": "The available OEM-specific actions for this resource.", 803f2a8e57eSGunnar Mills "longDescription": "This property shall contain the available OEM-specific actions for this resource.", 804f2a8e57eSGunnar Mills "versionAdded": "v1_3_0" 805f2a8e57eSGunnar Mills } 806f2a8e57eSGunnar Mills }, 807f2a8e57eSGunnar Mills "type": "object" 808f2a8e57eSGunnar Mills }, 809f2a8e57eSGunnar Mills "ThermalOemActions": { 810f2a8e57eSGunnar Mills "additionalProperties": true, 811f2a8e57eSGunnar Mills "description": "The available OEM-specific actions for this resource.", 812f2a8e57eSGunnar Mills "longDescription": "This type shall contain the available OEM-specific actions for this resource.", 813f2a8e57eSGunnar Mills "patternProperties": { 814f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 815f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 816f2a8e57eSGunnar Mills "type": [ 817f2a8e57eSGunnar Mills "array", 818f2a8e57eSGunnar Mills "boolean", 819f2a8e57eSGunnar Mills "integer", 820f2a8e57eSGunnar Mills "number", 821f2a8e57eSGunnar Mills "null", 822f2a8e57eSGunnar Mills "object", 823f2a8e57eSGunnar Mills "string" 824f2a8e57eSGunnar Mills ] 825f2a8e57eSGunnar Mills } 826f2a8e57eSGunnar Mills }, 827f2a8e57eSGunnar Mills "properties": {}, 828f2a8e57eSGunnar Mills "type": "object" 829f2a8e57eSGunnar Mills } 830f2a8e57eSGunnar Mills }, 831f2a8e57eSGunnar Mills "language": "en", 832f2a8e57eSGunnar Mills "owningEntity": "DMTF", 833f2a8e57eSGunnar Mills "release": "2020.4", 834f2a8e57eSGunnar Mills "title": "#Thermal.v1_7_3.Thermal" 835f2a8e57eSGunnar Mills}