components: schemas: Thermal_v1_0_9_Fan: additionalProperties: false properties: '@odata.id': $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_id FanName: description: Name of the fan. nullable: true readOnly: true type: string x-longDescription: The value of this property shall be the name of the fan. LowerThresholdCritical: description: Below normal range but not yet fatal. nullable: true readOnly: true type: integer x-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. LowerThresholdFatal: description: Below normal range and is fatal. nullable: true readOnly: true type: integer x-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. LowerThresholdNonCritical: description: Below normal range. nullable: true readOnly: true type: integer x-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. MaxReadingRange: description: Maximum value for Reading. nullable: true readOnly: true type: integer x-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. MemberId: description: This is the identifier for the member within the collection. readOnly: true type: string x-longDescription: The value of this string shall uniquely identify the member within the collection. For services supporting Redfish v1.6 or higher, this value shall be the zero-based array index. MinReadingRange: description: Minimum value for Reading. nullable: true readOnly: true type: integer x-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. Oem: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Oem description: This is the manufacturer/provider specific extension moniker used to divide the Oem object into sections. x-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.yaml#/components/schemas/PhysicalContext_PhysicalContext description: Describes the area or device associated with this fan. readOnly: true x-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. Reading: description: Current fan speed. nullable: true readOnly: true type: integer x-longDescription: The value of this property shall be the current value of the fan sensor's reading. ReadingUnits: $ref: '#/components/schemas/Thermal_v1_0_9_ReadingUnits' description: Units in which the reading and thresholds are measured. nullable: true readOnly: true x-longDescription: The value of this property shall be the units in which the fan's reading and thresholds are measured. x-versionAdded: v1_0_1 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.yaml#/components/schemas/Redundancy_Redundancy type: array x-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. Redundancy@odata.count: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_count RelatedItem: description: The ID(s) of the resources serviced with this fan. items: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_idRef readOnly: true type: array x-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. RelatedItem@odata.count: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_count Status: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Status description: This property describes the status and health of the resource and its children. x-longDescription: This property shall contain any status or health properties of the resource. UpperThresholdCritical: description: Above normal range but not yet fatal. nullable: true readOnly: true type: integer x-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. UpperThresholdFatal: description: Above normal range and is fatal. nullable: true readOnly: true type: integer x-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. UpperThresholdNonCritical: description: Above normal range. nullable: true readOnly: true type: integer x-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. required: - '@odata.id' - MemberId type: object x-patternProperties: ^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\.[a-zA-Z_][a-zA-Z0-9_]*$: description: This property shall specify a valid odata or Redfish property. Thermal_v1_0_9_ReadingUnits: enum: - RPM - Percent type: string x-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. Thermal_v1_0_9_Temperature: additionalProperties: false properties: '@odata.id': $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_id LowerThresholdCritical: description: Below normal range but not yet fatal. nullable: true readOnly: true type: number x-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. x-units: Cel LowerThresholdFatal: description: Below normal range and is fatal. nullable: true readOnly: true type: number x-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. x-units: Cel LowerThresholdNonCritical: description: Below normal range. nullable: true readOnly: true type: number x-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. x-units: Cel MaxReadingRangeTemp: description: Maximum value for ReadingCelsius. nullable: true readOnly: true type: number x-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. x-units: Cel MemberId: description: This is the identifier for the member within the collection. readOnly: true type: string x-longDescription: The value of this string shall uniquely identify the member within the collection. For services supporting Redfish v1.6 or higher, this value shall be the zero-based array index. MinReadingRangeTemp: description: Minimum value for ReadingCelsius. nullable: true readOnly: true type: number x-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. x-units: Cel Name: description: Temperature sensor name. nullable: true readOnly: true type: string x-longDescription: The value of this property shall be the name of the temperature sensor. Oem: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Oem description: This is the manufacturer/provider specific extension moniker used to divide the Oem object into sections. x-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.yaml#/components/schemas/PhysicalContext_PhysicalContext description: Describes the area or device to which this temperature measurement applies. readOnly: true x-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. ReadingCelsius: description: Temperature. nullable: true readOnly: true type: number x-longDescription: The value of this property shall be the current value of the temperature sensor's reading. x-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.yaml#/components/schemas/odata-v4_idRef readOnly: true type: array x-longDescription: The value of this property shall the array of IDs of areas or devices to which this temperature measurement applies. RelatedItem@odata.count: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_count SensorNumber: description: A numerical identifier to represent the temperature sensor. nullable: true readOnly: true type: integer x-longDescription: The value of this property shall be a numerical identifier for this temperature sensor that is unique within this resource. Status: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Status description: This property describes the status and health of the resource and its children. x-longDescription: This property shall contain any status or health properties of the resource. UpperThresholdCritical: description: Above normal range but not yet fatal. nullable: true readOnly: true type: number x-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. x-units: Cel UpperThresholdFatal: description: Above normal range and is fatal. nullable: true readOnly: true type: number x-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. x-units: Cel UpperThresholdNonCritical: description: Above normal range. nullable: true readOnly: true type: number x-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. x-units: Cel required: - '@odata.id' - MemberId type: object x-patternProperties: ^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\.[a-zA-Z_][a-zA-Z0-9_]*$: description: This property shall specify a valid odata or Redfish property. Thermal_v1_0_9_Thermal: additionalProperties: false description: This is the schema definition for the Thermal properties. It represents the properties for Temperature and Cooling. properties: '@odata.context': $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_context '@odata.etag': $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_etag '@odata.id': $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_id '@odata.type': $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_type Description: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Description nullable: true readOnly: true Fans: description: This is the definition for fans. items: $ref: '#/components/schemas/Thermal_v1_0_9_Fan' readOnly: false type: array x-autoExpand: true x-longDescription: These properties shall be the definition for fans for a Redfish implementation. Fans@odata.count: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_count Id: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Id readOnly: true Name: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Name readOnly: true Oem: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Oem description: This is the manufacturer/provider specific extension moniker used to divide the Oem object into sections. x-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.yaml#/components/schemas/Redundancy_Redundancy type: array x-autoExpand: true x-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. Redundancy@odata.count: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_count Status: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Status description: This property describes the status and health of the resource and its children. x-longDescription: This property shall contain any status or health properties of the resource. Temperatures: description: This is the definition for temperature sensors. items: $ref: '#/components/schemas/Thermal_v1_0_9_Temperature' readOnly: false type: array x-autoExpand: true x-longDescription: These properties shall be the definition for temperature sensors for a Redfish implementation. Temperatures@odata.count: $ref: http://redfish.dmtf.org/schemas/v1/odata-v4.yaml#/components/schemas/odata-v4_count required: - '@odata.id' - '@odata.type' - Id - Name type: object x-longDescription: This resource shall be used to represent a thermal metrics resource for a Redfish implementation. x-patternProperties: ^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\.[a-zA-Z_][a-zA-Z0-9_]*$: description: This property shall specify a valid odata or Redfish property. title: '#Thermal.v1_0_9.Thermal' x-copyright: Copyright 2014-2019 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright x-owningEntity: DMTF x-release: '1.0'