| { |
| "$ref": "#/definitions/Thermal", |
| "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema.v1_3_0.json", |
| "copyright": "Copyright 2014-2017 Distributed Management Task Force, Inc. (DMTF). For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright", |
| "definitions": { |
| "Fan": { |
| "additionalProperties": false, |
| "patternProperties": { |
| "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message|Privileges)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": { |
| "description": "This property shall specify a valid odata or Redfish property.", |
| "type": [ |
| "array", |
| "boolean", |
| "number", |
| "null", |
| "object", |
| "string" |
| ] |
| } |
| }, |
| "properties": { |
| "Actions": { |
| "$ref": "#/definitions/FanActions", |
| "description": "The available actions for this resource.", |
| "longDescription": "The Actions property shall contain the available actions for this resource." |
| }, |
| "Assembly": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/Assembly.json#/definitions/Assembly", |
| "description": "A reference to the Assembly resource associated with this fan.", |
| "longDescription": "The value of this property shall be a link to a resource of type Assembly.", |
| "readonly": true |
| }, |
| "FanName": { |
| "deprecated": "This property has been Deprecated in favor of Thermal.v1_1_0.Thermal.Fan.Name", |
| "description": "Name of the fan.", |
| "longDescription": "The value of this property shall be the name of the fan.", |
| "readonly": true, |
| "type": [ |
| "string", |
| "null" |
| ] |
| }, |
| "HotPluggable": { |
| "description": "Indicates if this device can be inserted or removed while the equipment is in operation.", |
| "longDescription": "The value of this property shall indicate whether the device can be inserted or removed while the underlying equipment otherwise remains in its current operational state. Devices indicated as hot-pluggable shall allow the device to 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 be indicated as not hot-pluggable.", |
| "readonly": true, |
| "type": [ |
| "boolean", |
| "null" |
| ] |
| }, |
| "IndicatorLED": { |
| "anyOf": [ |
| { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/IndicatorLED" |
| }, |
| { |
| "type": "null" |
| } |
| ], |
| "description": "The state of the indicator LED, used to identify this Fan.", |
| "longDescription": "The value of this property shall contain the indicator light state for the indicator light associated with this fan.", |
| "readonly": false |
| }, |
| "Location": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Location" |
| }, |
| "LowerThresholdCritical": { |
| "description": "Below normal range but not yet fatal.", |
| "longDescription": "The value of this property shall indicate the Reading is below the normal range but is not yet fatal. The units shall be the same units as the related Reading property.", |
| "readonly": true, |
| "type": [ |
| "number", |
| "null" |
| ] |
| }, |
| "LowerThresholdFatal": { |
| "description": "Below normal range and is fatal.", |
| "longDescription": "The value of this property shall indicate the Reading is below the normal range and is fatal. The units shall be the same units as the related Reading property.", |
| "readonly": true, |
| "type": [ |
| "number", |
| "null" |
| ] |
| }, |
| "LowerThresholdNonCritical": { |
| "description": "Below normal range.", |
| "longDescription": "The value of this property shall indicate the Reading is below the normal range but is not critical. The units shall be the same units as the related Reading property.", |
| "readonly": true, |
| "type": [ |
| "number", |
| "null" |
| ] |
| }, |
| "Manufacturer": { |
| "description": "This is the manufacturer of this Fan.", |
| "longDescription": "The value of this property shall be the name of the organization responsible for producing the fan. This organization might be the entity from whom the fan is purchased, but this is not necessarily true.", |
| "readonly": true, |
| "type": [ |
| "string", |
| "null" |
| ] |
| }, |
| "MaxReadingRange": { |
| "description": "Maximum value for Reading.", |
| "longDescription": "The value of this property shall indicate the highest possible value for Reading. The units shall be the same units as the related Reading property.", |
| "readonly": true, |
| "type": [ |
| "number", |
| "null" |
| ] |
| }, |
| "MemberId": { |
| "description": "This is the identifier for the member within the collection.", |
| "longDescription": "The value of this string shall uniquely identify the member within the collection.", |
| "readonly": true, |
| "type": "string" |
| }, |
| "MinReadingRange": { |
| "description": "Minimum value for Reading.", |
| "longDescription": "The value of this property shall indicate the lowest possible value for Reading. The units shall be the same units as the related Reading property.", |
| "readonly": true, |
| "type": [ |
| "number", |
| "null" |
| ] |
| }, |
| "Model": { |
| "description": "The model number for this Fan.", |
| "longDescription": "This property shall contain the model information as defined by the manufacturer for the associated fan.", |
| "readonly": true, |
| "type": [ |
| "string", |
| "null" |
| ] |
| }, |
| "Name": { |
| "description": "Name of the fan.", |
| "longDescription": "The value of this property shall be the name of the fan.", |
| "readonly": true, |
| "type": [ |
| "string", |
| "null" |
| ] |
| }, |
| "Oem": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", |
| "description": "This is the manufacturer/provider specific extension moniker used to divide the Oem object into sections.", |
| "longDescription": "The value of this string shall be of the format for the reserved word *Oem*." |
| }, |
| "PartNumber": { |
| "description": "The part number for this Fan.", |
| "longDescription": "This property shall contain the part number as defined by the manufacturer for the associated fan.", |
| "readonly": true, |
| "type": [ |
| "string", |
| "null" |
| ] |
| }, |
| "PhysicalContext": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json#/definitions/PhysicalContext", |
| "description": "Describes the area or device associated with this fan.", |
| "longDescription": "The value of this property shall be a description of the affected device or region within the chassis to which this fan is associated.", |
| "readonly": true |
| }, |
| "Reading": { |
| "description": "Current fan speed.", |
| "longDescription": "The value of this property shall be the current value of the fan sensor's reading.", |
| "readonly": true, |
| "type": [ |
| "number", |
| "null" |
| ] |
| }, |
| "ReadingUnits": { |
| "anyOf": [ |
| { |
| "$ref": "#/definitions/ReadingUnits" |
| }, |
| { |
| "type": "null" |
| } |
| ], |
| "description": "Units in which the reading and thresholds are measured.", |
| "longDescription": "The value of this property shall be the units in which the fan's reading and thresholds are measured.", |
| "readonly": true |
| }, |
| "Redundancy": { |
| "description": "This structure is used to show redundancy for fans. The Component ids will reference the members of the redundancy groups.", |
| "items": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/Redundancy.json#/definitions/Redundancy" |
| }, |
| "longDescription": "The values of the properties in this array shall be used to show redundancy for fans and other elements in this resource. The use of IDs within these arrays shall reference the members of the redundancy groups.", |
| "type": "array" |
| }, |
| "Redundancy@odata.count": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_1.json#/definitions/count" |
| }, |
| "RelatedItem": { |
| "description": "The ID(s) of the resources serviced with this fan.", |
| "items": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_1.json#/definitions/idRef" |
| }, |
| "longDescription": "The value of this property shall be an array of IDs containing pointers consistent with JSON pointer syntax to the resource that are being serviced by this fan.", |
| "readonly": true, |
| "type": "array" |
| }, |
| "RelatedItem@odata.count": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_1.json#/definitions/count" |
| }, |
| "SerialNumber": { |
| "description": "The serial number for this Fan.", |
| "longDescription": "This property shall contain the serial number as defined by the manufacturer for the associated fan.", |
| "readonly": true, |
| "type": [ |
| "string", |
| "null" |
| ] |
| }, |
| "SparePartNumber": { |
| "description": "The spare part number for this Fan.", |
| "longDescription": "This property shall contain the spare or replacement part number as defined by the manufacturer for the associated fan.", |
| "readonly": true, |
| "type": [ |
| "string", |
| "null" |
| ] |
| }, |
| "Status": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status" |
| }, |
| "UpperThresholdCritical": { |
| "description": "Above normal range but not yet fatal.", |
| "longDescription": "The value of this property shall indicate the Reading is above the normal range but is not yet fatal. The units shall be the same units as the related Reading property.", |
| "readonly": true, |
| "type": [ |
| "number", |
| "null" |
| ] |
| }, |
| "UpperThresholdFatal": { |
| "description": "Above normal range and is fatal.", |
| "longDescription": "The value of this property shall indicate the Reading is above the normal range and is fatal. The units shall be the same units as the related Reading property.", |
| "readonly": true, |
| "type": [ |
| "number", |
| "null" |
| ] |
| }, |
| "UpperThresholdNonCritical": { |
| "description": "Above normal range.", |
| "longDescription": "The value of this property shall indicate the Reading is above the normal range but is not critical. The units shall be the same units as the related Reading property.", |
| "readonly": true, |
| "type": [ |
| "number", |
| "null" |
| ] |
| } |
| }, |
| "type": "object" |
| }, |
| "FanActions": { |
| "additionalProperties": false, |
| "description": "The available actions for this resource.", |
| "longDescription": "This type shall contain the available actions for this resource.", |
| "patternProperties": { |
| "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message|Privileges)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": { |
| "description": "This property shall specify a valid odata or Redfish property.", |
| "type": [ |
| "array", |
| "boolean", |
| "number", |
| "null", |
| "object", |
| "string" |
| ] |
| } |
| }, |
| "properties": { |
| "Oem": { |
| "$ref": "#/definitions/FanOemActions" |
| } |
| }, |
| "type": "object" |
| }, |
| "FanOemActions": { |
| "additionalProperties": true, |
| "description": "The available OEM specific actions for this resource.", |
| "longDescription": "This type shall contain any additional OEM actions for this resource.", |
| "patternProperties": { |
| "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message|Privileges)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": { |
| "description": "This property shall specify a valid odata or Redfish property.", |
| "type": [ |
| "array", |
| "boolean", |
| "number", |
| "null", |
| "object", |
| "string" |
| ] |
| } |
| }, |
| "properties": {}, |
| "type": "object" |
| }, |
| "ReadingUnits": { |
| "enum": [ |
| "RPM", |
| "Percent" |
| ], |
| "enumDescriptions": { |
| "Percent": "Indicates that the fan reading and thresholds are measured in percentage.", |
| "RPM": "Indicates that the fan reading and thresholds are measured in rotations per minute." |
| }, |
| "type": "string" |
| }, |
| "Temperature": { |
| "additionalProperties": false, |
| "patternProperties": { |
| "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message|Privileges)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": { |
| "description": "This property shall specify a valid odata or Redfish property.", |
| "type": [ |
| "array", |
| "boolean", |
| "number", |
| "null", |
| "object", |
| "string" |
| ] |
| } |
| }, |
| "properties": { |
| "Actions": { |
| "$ref": "#/definitions/TemperatureActions", |
| "description": "The available actions for this resource.", |
| "longDescription": "The Actions property shall contain the available actions for this resource." |
| }, |
| "AdjustedMaxAllowableOperatingValue": { |
| "description": "Adjusted maximum allowable operating temperature for this equipment based on the current environmental conditions present.", |
| "longDescription": "The value of 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 may be adjusted based on the available liquid pressure.", |
| "readonly": true, |
| "type": [ |
| "number", |
| "null" |
| ], |
| "units": "Cel" |
| }, |
| "AdjustedMinAllowableOperatingValue": { |
| "description": "Adjusted minimum allowable operating temperature for this equipment based on the current environmental conditions present.", |
| "longDescription": "The value of 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 may be adjusted based on the available liquid pressure.", |
| "readonly": true, |
| "type": [ |
| "number", |
| "null" |
| ], |
| "units": "Cel" |
| }, |
| "DeltaPhysicalContext": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json#/definitions/PhysicalContext", |
| "description": "Describes the area or device to which the DeltaReadingCelsius temperature measurement applies, relative to PhysicalContext.", |
| "longDescription": "The value of this property shall be a description of the affected device or region within the chassis to which the DeltaReadingCelsius temperature measurement applies, relative to PhysicalContext.", |
| "readonly": true |
| }, |
| "DeltaReadingCelsius": { |
| "description": "Delta Temperature reading.", |
| "longDescription": "The value of this property shall be the delta of the values of the temperature readings across this sensor and the sensor at DeltaPhysicalContext.", |
| "readonly": true, |
| "type": [ |
| "number", |
| "null" |
| ], |
| "units": "Cel" |
| }, |
| "LowerThresholdCritical": { |
| "description": "Below normal range but not yet fatal.", |
| "longDescription": "The value of this property shall indicate the ReadingCelsius is below the normal range but is not yet fatal. The units shall be the same units as the related ReadingCelsius property.", |
| "readonly": true, |
| "type": [ |
| "number", |
| "null" |
| ], |
| "units": "Cel" |
| }, |
| "LowerThresholdFatal": { |
| "description": "Below normal range and is fatal.", |
| "longDescription": "The value of this property shall indicate the ReadingCelsius is below the normal range and is fatal. The units shall be the same units as the related ReadingCelsius property.", |
| "readonly": true, |
| "type": [ |
| "number", |
| "null" |
| ], |
| "units": "Cel" |
| }, |
| "LowerThresholdNonCritical": { |
| "description": "Below normal range.", |
| "longDescription": "The value of this property shall indicate the ReadingCelsius is below the normal range but is not critical. The units shall be the same units as the related ReadingCelsius property.", |
| "readonly": true, |
| "type": [ |
| "number", |
| "null" |
| ], |
| "units": "Cel" |
| }, |
| "MaxAllowableOperatingValue": { |
| "description": "Maximum allowable operating temperature for this equipment.", |
| "longDescription": "The value of 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.", |
| "readonly": true, |
| "type": [ |
| "number", |
| "null" |
| ], |
| "units": "Cel" |
| }, |
| "MaxReadingRangeTemp": { |
| "description": "Maximum value for ReadingCelsius.", |
| "longDescription": "The value of this property shall indicate the highest possible value for ReadingCelsius. The units shall be the same units as the related ReadingCelsius property.", |
| "readonly": true, |
| "type": [ |
| "number", |
| "null" |
| ], |
| "units": "Cel" |
| }, |
| "MemberId": { |
| "description": "This is the identifier for the member within the collection.", |
| "longDescription": "The value of this string shall uniquely identify the member within the collection.", |
| "readonly": true, |
| "type": "string" |
| }, |
| "MinAllowableOperatingValue": { |
| "description": "Minimum allowable operating temperature for this equipment.", |
| "longDescription": "The value of 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.", |
| "readonly": true, |
| "type": [ |
| "number", |
| "null" |
| ], |
| "units": "Cel" |
| }, |
| "MinReadingRangeTemp": { |
| "description": "Minimum value for ReadingCelsius.", |
| "longDescription": "The value of this property shall indicate the lowest possible value for ReadingCelsius. The units shall be the same units as the related ReadingCelsius property.", |
| "readonly": true, |
| "type": [ |
| "number", |
| "null" |
| ], |
| "units": "Cel" |
| }, |
| "Name": { |
| "description": "Temperature sensor name.", |
| "longDescription": "The value of this property shall be the name of the temperature sensor.", |
| "readonly": true, |
| "type": [ |
| "string", |
| "null" |
| ] |
| }, |
| "Oem": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", |
| "description": "This is the manufacturer/provider specific extension moniker used to divide the Oem object into sections.", |
| "longDescription": "The value of this string shall be of the format for the reserved word *Oem*." |
| }, |
| "PhysicalContext": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json#/definitions/PhysicalContext", |
| "description": "Describes the area or device to which this temperature measurement applies.", |
| "longDescription": "The value of this property shall be a description of the affected device or region within the chassis to which this temperature measurement applies.", |
| "readonly": true |
| }, |
| "ReadingCelsius": { |
| "description": "Temperature.", |
| "longDescription": "The value of this property shall be the current value of the temperature sensor's reading.", |
| "readonly": true, |
| "type": [ |
| "number", |
| "null" |
| ], |
| "units": "Cel" |
| }, |
| "RelatedItem": { |
| "description": "Describes the areas or devices to which this temperature measurement applies.", |
| "items": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_1.json#/definitions/idRef" |
| }, |
| "longDescription": "The value of this property shall the array of IDs of areas or devices to which this temperature measurement applies.", |
| "readonly": true, |
| "type": "array" |
| }, |
| "RelatedItem@odata.count": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_1.json#/definitions/count" |
| }, |
| "SensorNumber": { |
| "description": "A numerical identifier to represent the temperature sensor.", |
| "longDescription": "The value of this property shall be a numerical identifier for this temperature sensor that is unique within this resource.", |
| "readonly": true, |
| "type": [ |
| "number", |
| "null" |
| ] |
| }, |
| "Status": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status" |
| }, |
| "UpperThresholdCritical": { |
| "description": "Above normal range but not yet fatal.", |
| "longDescription": "The value of this property shall indicate the ReadingCelsius is above the normal range but is not yet fatal. The units shall be the same units as the related ReadingCelsius property.", |
| "readonly": true, |
| "type": [ |
| "number", |
| "null" |
| ], |
| "units": "Cel" |
| }, |
| "UpperThresholdFatal": { |
| "description": "Above normal range and is fatal.", |
| "longDescription": "The value of this property shall indicate the ReadingCelsius is above the normal range and is fatal. The units shall be the same units as the related ReadingCelsius property.", |
| "readonly": true, |
| "type": [ |
| "number", |
| "null" |
| ], |
| "units": "Cel" |
| }, |
| "UpperThresholdNonCritical": { |
| "description": "Above normal range.", |
| "longDescription": "The value of this property shall indicate the ReadingCelsius is above the normal range but is not critical. The units shall be the same units as the related ReadingCelsius property.", |
| "readonly": true, |
| "type": [ |
| "number", |
| "null" |
| ], |
| "units": "Cel" |
| } |
| }, |
| "type": "object" |
| }, |
| "TemperatureActions": { |
| "additionalProperties": false, |
| "description": "The available actions for this resource.", |
| "longDescription": "This type shall contain the available actions for this resource.", |
| "patternProperties": { |
| "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message|Privileges)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": { |
| "description": "This property shall specify a valid odata or Redfish property.", |
| "type": [ |
| "array", |
| "boolean", |
| "number", |
| "null", |
| "object", |
| "string" |
| ] |
| } |
| }, |
| "properties": { |
| "Oem": { |
| "$ref": "#/definitions/TemperatureOemActions" |
| } |
| }, |
| "type": "object" |
| }, |
| "TemperatureOemActions": { |
| "additionalProperties": true, |
| "description": "The available OEM specific actions for this resource.", |
| "longDescription": "This type shall contain any additional OEM actions for this resource.", |
| "patternProperties": { |
| "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message|Privileges)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": { |
| "description": "This property shall specify a valid odata or Redfish property.", |
| "type": [ |
| "array", |
| "boolean", |
| "number", |
| "null", |
| "object", |
| "string" |
| ] |
| } |
| }, |
| "properties": {}, |
| "type": "object" |
| }, |
| "Thermal": { |
| "additionalProperties": false, |
| "description": "This is the schema definition for the Thermal properties. It represents the properties for Temperature and Cooling.", |
| "longDescription": "This resource shall be used to represent a thermal metrics resource for a Redfish implementation.", |
| "patternProperties": { |
| "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message|Privileges)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": { |
| "description": "This property shall specify a valid odata or Redfish property.", |
| "type": [ |
| "array", |
| "boolean", |
| "number", |
| "null", |
| "object", |
| "string" |
| ] |
| } |
| }, |
| "properties": { |
| "@odata.context": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_1.json#/definitions/context" |
| }, |
| "@odata.id": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_1.json#/definitions/id" |
| }, |
| "@odata.type": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_1.json#/definitions/type" |
| }, |
| "Actions": { |
| "$ref": "#/definitions/ThermalActions", |
| "description": "The available actions for this resource.", |
| "longDescription": "The Actions property shall contain the available actions for this resource." |
| }, |
| "Description": { |
| "anyOf": [ |
| { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" |
| }, |
| { |
| "type": "null" |
| } |
| ], |
| "readonly": true |
| }, |
| "Fans": { |
| "description": "This is the definition for fans.", |
| "items": { |
| "$ref": "#/definitions/Fan" |
| }, |
| "longDescription": "These properties shall be the definition for fans for a Redfish implementation.", |
| "readonly": false, |
| "type": "array" |
| }, |
| "Fans@odata.count": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_1.json#/definitions/count" |
| }, |
| "Id": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id", |
| "readonly": true |
| }, |
| "Name": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", |
| "readonly": true |
| }, |
| "Oem": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", |
| "description": "This is the manufacturer/provider specific extension moniker used to divide the Oem object into sections.", |
| "longDescription": "The value of this string shall be of the format for the reserved word *Oem*." |
| }, |
| "Redundancy": { |
| "description": "This structure is used to show redundancy for fans. The Component ids will reference the members of the redundancy groups.", |
| "items": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/Redundancy.json#/definitions/Redundancy" |
| }, |
| "longDescription": "The values of the properties in this array shall be used to show redundancy for fans and other elements in this resource. The use of IDs within these arrays shall reference the members of the redundancy groups.", |
| "type": "array" |
| }, |
| "Redundancy@odata.count": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_1.json#/definitions/count" |
| }, |
| "Status": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status" |
| }, |
| "Temperatures": { |
| "description": "This is the definition for temperature sensors.", |
| "items": { |
| "$ref": "#/definitions/Temperature" |
| }, |
| "longDescription": "These properties shall be the definition for temperature sensors for a Redfish implementation.", |
| "readonly": false, |
| "type": "array" |
| }, |
| "Temperatures@odata.count": { |
| "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_1.json#/definitions/count" |
| } |
| }, |
| "required": [ |
| "Id", |
| "Name" |
| ], |
| "type": "object" |
| }, |
| "ThermalActions": { |
| "additionalProperties": false, |
| "description": "The available actions for this resource.", |
| "longDescription": "This type shall contain the available actions for this resource.", |
| "patternProperties": { |
| "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message|Privileges)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": { |
| "description": "This property shall specify a valid odata or Redfish property.", |
| "type": [ |
| "array", |
| "boolean", |
| "number", |
| "null", |
| "object", |
| "string" |
| ] |
| } |
| }, |
| "properties": { |
| "Oem": { |
| "$ref": "#/definitions/ThermalOemActions" |
| } |
| }, |
| "type": "object" |
| }, |
| "ThermalOemActions": { |
| "additionalProperties": true, |
| "description": "The available OEM specific actions for this resource.", |
| "longDescription": "This type shall contain any additional OEM actions for this resource.", |
| "patternProperties": { |
| "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message|Privileges)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": { |
| "description": "This property shall specify a valid odata or Redfish property.", |
| "type": [ |
| "array", |
| "boolean", |
| "number", |
| "null", |
| "object", |
| "string" |
| ] |
| } |
| }, |
| "properties": {}, |
| "type": "object" |
| } |
| }, |
| "title": "#Thermal.v1_4_0.Thermal" |
| } |