1*5ecf7b4eSGunnar Mills{ 2*5ecf7b4eSGunnar Mills "$id": "http://redfish.dmtf.org/schemas/v1/Sensor.v1_11_1.json", 3*5ecf7b4eSGunnar Mills "$ref": "#/definitions/Sensor", 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 "#Sensor.ResetMetrics": { 27*5ecf7b4eSGunnar Mills "$ref": "#/definitions/ResetMetrics" 28*5ecf7b4eSGunnar Mills }, 29*5ecf7b4eSGunnar Mills "#Sensor.ResetToDefaults": { 30*5ecf7b4eSGunnar Mills "$ref": "#/definitions/ResetToDefaults" 31*5ecf7b4eSGunnar Mills }, 32*5ecf7b4eSGunnar Mills "Oem": { 33*5ecf7b4eSGunnar Mills "$ref": "#/definitions/OemActions", 34*5ecf7b4eSGunnar Mills "description": "The available OEM-specific actions for this resource.", 35*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the available OEM-specific actions for this resource." 36*5ecf7b4eSGunnar Mills } 37*5ecf7b4eSGunnar Mills }, 38*5ecf7b4eSGunnar Mills "type": "object" 39*5ecf7b4eSGunnar Mills }, 40*5ecf7b4eSGunnar Mills "ImplementationType": { 41*5ecf7b4eSGunnar Mills "enum": [ 42*5ecf7b4eSGunnar Mills "PhysicalSensor", 43*5ecf7b4eSGunnar Mills "Synthesized", 44*5ecf7b4eSGunnar Mills "Reported" 45*5ecf7b4eSGunnar Mills ], 46*5ecf7b4eSGunnar Mills "enumDescriptions": { 47*5ecf7b4eSGunnar Mills "PhysicalSensor": "The reading is acquired from a physical sensor.", 48*5ecf7b4eSGunnar Mills "Reported": "The reading is obtained from software or a device.", 49*5ecf7b4eSGunnar Mills "Synthesized": "The reading is obtained by applying a calculation on one or more properties or multiple sensors. The calculation is not provided." 50*5ecf7b4eSGunnar Mills }, 51*5ecf7b4eSGunnar Mills "type": "string" 52*5ecf7b4eSGunnar Mills }, 53*5ecf7b4eSGunnar Mills "Links": { 54*5ecf7b4eSGunnar Mills "additionalProperties": false, 55*5ecf7b4eSGunnar Mills "description": "The links to other resources that are related to this resource.", 56*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.", 57*5ecf7b4eSGunnar Mills "patternProperties": { 58*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 59*5ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 60*5ecf7b4eSGunnar Mills "type": [ 61*5ecf7b4eSGunnar Mills "array", 62*5ecf7b4eSGunnar Mills "boolean", 63*5ecf7b4eSGunnar Mills "integer", 64*5ecf7b4eSGunnar Mills "number", 65*5ecf7b4eSGunnar Mills "null", 66*5ecf7b4eSGunnar Mills "object", 67*5ecf7b4eSGunnar Mills "string" 68*5ecf7b4eSGunnar Mills ] 69*5ecf7b4eSGunnar Mills } 70*5ecf7b4eSGunnar Mills }, 71*5ecf7b4eSGunnar Mills "properties": { 72*5ecf7b4eSGunnar Mills "AssociatedControls": { 73*5ecf7b4eSGunnar Mills "description": "An array of links to the controls that can affect this sensor.", 74*5ecf7b4eSGunnar Mills "items": { 75*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Control.json#/definitions/Control" 76*5ecf7b4eSGunnar Mills }, 77*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `Control` that represent the controls that can affect this sensor.", 78*5ecf7b4eSGunnar Mills "readonly": true, 79*5ecf7b4eSGunnar Mills "type": "array", 80*5ecf7b4eSGunnar Mills "versionAdded": "v1_4_0" 81*5ecf7b4eSGunnar Mills }, 82*5ecf7b4eSGunnar Mills "AssociatedControls@odata.count": { 83*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 84*5ecf7b4eSGunnar Mills }, 85*5ecf7b4eSGunnar Mills "Oem": { 86*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 87*5ecf7b4eSGunnar Mills "description": "The OEM extension property.", 88*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." 89*5ecf7b4eSGunnar Mills } 90*5ecf7b4eSGunnar Mills }, 91*5ecf7b4eSGunnar Mills "type": "object" 92*5ecf7b4eSGunnar Mills }, 93*5ecf7b4eSGunnar Mills "OemActions": { 94*5ecf7b4eSGunnar Mills "additionalProperties": true, 95*5ecf7b4eSGunnar Mills "description": "The available OEM-specific actions for this resource.", 96*5ecf7b4eSGunnar Mills "longDescription": "This type shall contain the available OEM-specific actions for this resource.", 97*5ecf7b4eSGunnar Mills "patternProperties": { 98*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 99*5ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 100*5ecf7b4eSGunnar Mills "type": [ 101*5ecf7b4eSGunnar Mills "array", 102*5ecf7b4eSGunnar Mills "boolean", 103*5ecf7b4eSGunnar Mills "integer", 104*5ecf7b4eSGunnar Mills "number", 105*5ecf7b4eSGunnar Mills "null", 106*5ecf7b4eSGunnar Mills "object", 107*5ecf7b4eSGunnar Mills "string" 108*5ecf7b4eSGunnar Mills ] 109*5ecf7b4eSGunnar Mills } 110*5ecf7b4eSGunnar Mills }, 111*5ecf7b4eSGunnar Mills "properties": {}, 112*5ecf7b4eSGunnar Mills "type": "object" 113*5ecf7b4eSGunnar Mills }, 114*5ecf7b4eSGunnar Mills "ReadingBasisType": { 115*5ecf7b4eSGunnar Mills "enum": [ 116*5ecf7b4eSGunnar Mills "Zero", 117*5ecf7b4eSGunnar Mills "Delta", 118*5ecf7b4eSGunnar Mills "Headroom" 119*5ecf7b4eSGunnar Mills ], 120*5ecf7b4eSGunnar Mills "enumDescriptions": { 121*5ecf7b4eSGunnar Mills "Delta": "A reading that reports the difference between two measurements.", 122*5ecf7b4eSGunnar Mills "Headroom": "A reading that decreases as it approaches a defined reference point.", 123*5ecf7b4eSGunnar Mills "Zero": "A zero-based reading." 124*5ecf7b4eSGunnar Mills }, 125*5ecf7b4eSGunnar Mills "enumLongDescriptions": { 126*5ecf7b4eSGunnar Mills "Delta": "This value shall indicate a reading that reports the difference between two measurements.", 127*5ecf7b4eSGunnar Mills "Headroom": "This value shall indicate a reading that decreases in value as it approaches the reference point. If the value crosses the reference point, the value may be reported as a negative number or may report a value of zero.", 128*5ecf7b4eSGunnar Mills "Zero": "This value shall indicate a reading with zero as its reference point." 129*5ecf7b4eSGunnar Mills }, 130*5ecf7b4eSGunnar Mills "type": "string" 131*5ecf7b4eSGunnar Mills }, 132*5ecf7b4eSGunnar Mills "ReadingType": { 133*5ecf7b4eSGunnar Mills "enum": [ 134*5ecf7b4eSGunnar Mills "Temperature", 135*5ecf7b4eSGunnar Mills "Humidity", 136*5ecf7b4eSGunnar Mills "Power", 137*5ecf7b4eSGunnar Mills "EnergykWh", 138*5ecf7b4eSGunnar Mills "EnergyJoules", 139*5ecf7b4eSGunnar Mills "EnergyWh", 140*5ecf7b4eSGunnar Mills "ChargeAh", 141*5ecf7b4eSGunnar Mills "Voltage", 142*5ecf7b4eSGunnar Mills "Current", 143*5ecf7b4eSGunnar Mills "Frequency", 144*5ecf7b4eSGunnar Mills "Pressure", 145*5ecf7b4eSGunnar Mills "PressurekPa", 146*5ecf7b4eSGunnar Mills "PressurePa", 147*5ecf7b4eSGunnar Mills "LiquidLevel", 148*5ecf7b4eSGunnar Mills "Rotational", 149*5ecf7b4eSGunnar Mills "AirFlow", 150*5ecf7b4eSGunnar Mills "AirFlowCMM", 151*5ecf7b4eSGunnar Mills "LiquidFlow", 152*5ecf7b4eSGunnar Mills "LiquidFlowLPM", 153*5ecf7b4eSGunnar Mills "Barometric", 154*5ecf7b4eSGunnar Mills "Altitude", 155*5ecf7b4eSGunnar Mills "Percent", 156*5ecf7b4eSGunnar Mills "AbsoluteHumidity", 157*5ecf7b4eSGunnar Mills "Heat", 158*5ecf7b4eSGunnar Mills "LinearPosition", 159*5ecf7b4eSGunnar Mills "LinearVelocity", 160*5ecf7b4eSGunnar Mills "LinearAcceleration", 161*5ecf7b4eSGunnar Mills "RotationalPosition", 162*5ecf7b4eSGunnar Mills "RotationalVelocity", 163*5ecf7b4eSGunnar Mills "RotationalAcceleration", 164*5ecf7b4eSGunnar Mills "Valve" 165*5ecf7b4eSGunnar Mills ], 166*5ecf7b4eSGunnar Mills "enumDeprecated": { 167*5ecf7b4eSGunnar Mills "AirFlow": "This value has been deprecated in favor of `AirFlowCMM` for consistent use of SI units.", 168*5ecf7b4eSGunnar Mills "LiquidFlow": "This value has been deprecated in favor of `LiquidFlowLPM` for consistency of units typically expected or reported by `Sensor` and `Control` resources.", 169*5ecf7b4eSGunnar Mills "Pressure": "This value has been deprecated in favor of `PressurePa` or `PressurekPa` for consistency of units between `Sensor` and `Control` resources." 170*5ecf7b4eSGunnar Mills }, 171*5ecf7b4eSGunnar Mills "enumDescriptions": { 172*5ecf7b4eSGunnar Mills "AbsoluteHumidity": "Absolute humidity (g/m^3).", 173*5ecf7b4eSGunnar Mills "AirFlow": "Air flow (cu ft/min).", 174*5ecf7b4eSGunnar Mills "AirFlowCMM": "Air flow (m^3/min).", 175*5ecf7b4eSGunnar Mills "Altitude": "Altitude (m).", 176*5ecf7b4eSGunnar Mills "Barometric": "Barometric pressure (mm).", 177*5ecf7b4eSGunnar Mills "ChargeAh": "Charge (Ah).", 178*5ecf7b4eSGunnar Mills "Current": "Current (A).", 179*5ecf7b4eSGunnar Mills "EnergyJoules": "Energy (J).", 180*5ecf7b4eSGunnar Mills "EnergyWh": "Energy (Wh).", 181*5ecf7b4eSGunnar Mills "EnergykWh": "Energy (kWh).", 182*5ecf7b4eSGunnar Mills "Frequency": "Frequency (Hz).", 183*5ecf7b4eSGunnar Mills "Heat": "Heat (kW).", 184*5ecf7b4eSGunnar Mills "Humidity": "Relative humidity (percent).", 185*5ecf7b4eSGunnar Mills "LinearAcceleration": "Linear acceleration (m/s^2).", 186*5ecf7b4eSGunnar Mills "LinearPosition": "Linear position or distance (m).", 187*5ecf7b4eSGunnar Mills "LinearVelocity": "Linear velocity (m/s).", 188*5ecf7b4eSGunnar Mills "LiquidFlow": "Liquid flow (L/s).", 189*5ecf7b4eSGunnar Mills "LiquidFlowLPM": "Liquid flow (L/min).", 190*5ecf7b4eSGunnar Mills "LiquidLevel": "Liquid level (cm).", 191*5ecf7b4eSGunnar Mills "Percent": "Percent (%).", 192*5ecf7b4eSGunnar Mills "Power": "Power (W).", 193*5ecf7b4eSGunnar Mills "Pressure": "Pressure (Pa).", 194*5ecf7b4eSGunnar Mills "PressurePa": "Pressure (Pa).", 195*5ecf7b4eSGunnar Mills "PressurekPa": "Pressure (kPa).", 196*5ecf7b4eSGunnar Mills "Rotational": "Rotational (RPM).", 197*5ecf7b4eSGunnar Mills "RotationalAcceleration": "Rotational acceleration (rad/s^2).", 198*5ecf7b4eSGunnar Mills "RotationalPosition": "Rotational position (rad).", 199*5ecf7b4eSGunnar Mills "RotationalVelocity": "Rotational velocity (rad/s).", 200*5ecf7b4eSGunnar Mills "Temperature": "Temperature (C).", 201*5ecf7b4eSGunnar Mills "Valve": "Valve (% open).", 202*5ecf7b4eSGunnar Mills "Voltage": "Voltage (VAC or VDC)." 203*5ecf7b4eSGunnar Mills }, 204*5ecf7b4eSGunnar Mills "enumLongDescriptions": { 205*5ecf7b4eSGunnar Mills "AbsoluteHumidity": "This value shall indicate an absolute (volumetric) humidity measurement, in grams per cubic meter units. The `ReadingUnits` property shall contain `g/m3`.", 206*5ecf7b4eSGunnar Mills "AirFlow": "This value shall indicate a measurement of a volume of gas per unit of time, in cubic feet per minute units, that flows through a particular junction. The `ReadingUnits` property shall contain `[ft_i]3/min`.", 207*5ecf7b4eSGunnar Mills "AirFlowCMM": "This value shall indicate a measurement of a volume of gas per unit of time, in cubic meters per minute units, that flows through a particular junction. The `ReadingUnits` property shall contain `m3/min`.", 208*5ecf7b4eSGunnar Mills "Altitude": "This value shall indicate a measurement of altitude, in meter units, defined as the elevation above sea level. The `ReadingUnits` property shall contain `m`.", 209*5ecf7b4eSGunnar Mills "Barometric": "This value shall indicate a measurement of barometric pressure, in millimeters of a mercury column. The `ReadingUnits` property shall contain `mm[Hg]`.", 210*5ecf7b4eSGunnar Mills "ChargeAh": "This value shall indicate the amount of charge, integral of current over time, of the monitored item. If representing metered charge consumption the value shall reflect the charge consumption since the sensor metrics were last reset. The value of the `Reading` property shall be in ampere-hour units and the `ReadingUnits` property shall contain `A.h`.", 211*5ecf7b4eSGunnar Mills "Current": "This value shall indicate a measurement of the root mean square (RMS) of instantaneous current calculated over an integer number of line cycles for a circuit. Current is expressed in ampere units and the `ReadingUnits` property shall contain `A`.", 212*5ecf7b4eSGunnar Mills "EnergyJoules": "This value shall indicate the energy, integral of real power over time, of the monitored item. If representing metered power consumption the value shall reflect the power consumption since the sensor metrics were last reset. The value of the `Reading` property shall be in joule units and the `ReadingUnits` property shall contain `J`. This value is used for device-level energy consumption measurements, while `EnergykWh` is used for large-scale consumption measurements.", 213*5ecf7b4eSGunnar Mills "EnergyWh": "This value shall indicate the energy, integral of real power over time, of the monitored item. If representing metered power consumption the value shall reflect the power consumption since the sensor metrics were last reset. The value of the `Reading` property shall be in watt-hour units and the `ReadingUnits` property shall contain `W.h`. This value is used for device-level energy consumption measurements, while `EnergykWh` is used for large-scale consumption measurements.", 214*5ecf7b4eSGunnar Mills "EnergykWh": "This value shall indicate the energy, integral of real power over time, of the monitored item. If representing metered power consumption the value shall reflect the power consumption since the sensor metrics were last reset. The value of the `Reading` property shall be in kilowatt-hour units and the `ReadingUnits` property shall contain `kW.h`. This value is used for large-scale energy consumption measurements, while `EnergyJoules` and `EnergyWh` are used for device-level consumption measurements.", 215*5ecf7b4eSGunnar Mills "Frequency": "This value shall indicate a frequency measurement, in hertz units. The `ReadingUnits` property shall contain `Hz`.", 216*5ecf7b4eSGunnar Mills "Heat": "This value shall indicate a heat measurement, in kilowatt units. The `ReadingUnits` property shall contain `kW`.", 217*5ecf7b4eSGunnar Mills "Humidity": "This value shall indicate a relative humidity measurement, in percent units. The `ReadingUnits` property shall contain `%`.", 218*5ecf7b4eSGunnar Mills "LinearAcceleration": "This value shall indicate a linear acceleration, in meters per square second units. The `ReadingUnits` property shall contain `m/s2`.", 219*5ecf7b4eSGunnar Mills "LinearPosition": "This value shall indicate a linear position or distance, in meter units. The `ReadingUnits` property shall contain `m`.", 220*5ecf7b4eSGunnar Mills "LinearVelocity": "This value shall indicate a linear velocity, in meters per second units. The `ReadingUnits` property shall contain `m/s`.", 221*5ecf7b4eSGunnar Mills "LiquidFlow": "This value shall indicate a measurement of a volume of liquid per unit of time, in liters per second units, that flows through a particular junction. The `ReadingUnits` property shall contain `L/s`.", 222*5ecf7b4eSGunnar Mills "LiquidFlowLPM": "This value shall indicate a measurement of a volume of liquid per unit of time, in liters per minute units, that flows through a particular junction. The `ReadingUnits` property shall contain `L/min`.", 223*5ecf7b4eSGunnar Mills "LiquidLevel": "This value shall indicate a measurement of fluid height, in centimeter units, relative to a specified vertical datum and the `ReadingUnits` property shall contain `cm`.", 224*5ecf7b4eSGunnar Mills "Percent": "This value shall indicate a percentage measurement, in percent units. The `Reading` value, while typically `0` to `100`, may exceed `100` for rate-of-change or similar readings. The `ReadingUnits` property shall contain `%`.", 225*5ecf7b4eSGunnar Mills "Power": "This value shall indicate the arithmetic mean of product terms of instantaneous voltage and current values measured over integer number of line cycles for a circuit, in watt units. The `ReadingUnits` property shall contain `W`.", 226*5ecf7b4eSGunnar Mills "Pressure": "This value shall indicate a measurement of force, in pascal units, applied perpendicular to the surface of an object per unit area over which that force is distributed. The `ReadingUnits` property shall contain `Pa`.", 227*5ecf7b4eSGunnar Mills "PressurePa": "This value shall indicate a measurement of pressure, in pascal units, relative to atmospheric pressure. The `ReadingUnits` property shall contain `Pa`.", 228*5ecf7b4eSGunnar Mills "PressurekPa": "This value shall indicate a measurement of pressure, in kilopascal units, relative to atmospheric pressure. The `ReadingUnits` property shall contain `kPa`.", 229*5ecf7b4eSGunnar Mills "Rotational": "This value shall indicate a measurement of rotational frequency, in revolutions per minute units. The `ReadingUnits` property shall contain either `{rev}/min`, which is preferred, or `RPM`, which is a deprecated value. Services should represent fan speed and pump speed sensors with the `ReadingType` value `Percent`.", 230*5ecf7b4eSGunnar Mills "RotationalAcceleration": "This value shall indicate a rotational acceleration, in radians per square second units. The `ReadingUnits` property shall contain `rad/s2`.", 231*5ecf7b4eSGunnar Mills "RotationalPosition": "This value shall indicate a rotational position, in radian units. The `ReadingUnits` property shall contain `rad`.", 232*5ecf7b4eSGunnar Mills "RotationalVelocity": "This value shall indicate a rotational velocity, in radians per second units. The `ReadingUnits` property shall contain `rad/s`.", 233*5ecf7b4eSGunnar Mills "Temperature": "This value shall indicate a temperature measurement, in degree Celsius units. The `ReadingUnits` property shall contain `Cel`.", 234*5ecf7b4eSGunnar Mills "Valve": "This value shall indicate a valve position, in percent units. The `ReadingUnits` property shall contain `%`. A value of `100` shall indicate the valve is completely open, and a value of `0` shall indicate the valve is completely closed.", 235*5ecf7b4eSGunnar Mills "Voltage": "This value shall indicate a measurement of the root mean square (RMS) of instantaneous voltage calculated over an integer number of line cycles for a circuit. Voltage is expressed in volt units and the `ReadingUnits` property shall contain `V`." 236*5ecf7b4eSGunnar Mills }, 237*5ecf7b4eSGunnar Mills "enumVersionAdded": { 238*5ecf7b4eSGunnar Mills "AbsoluteHumidity": "v1_5_0", 239*5ecf7b4eSGunnar Mills "AirFlowCMM": "v1_7_0", 240*5ecf7b4eSGunnar Mills "ChargeAh": "v1_4_0", 241*5ecf7b4eSGunnar Mills "EnergyWh": "v1_4_0", 242*5ecf7b4eSGunnar Mills "Heat": "v1_7_0", 243*5ecf7b4eSGunnar Mills "LinearAcceleration": "v1_11_0", 244*5ecf7b4eSGunnar Mills "LinearPosition": "v1_11_0", 245*5ecf7b4eSGunnar Mills "LinearVelocity": "v1_11_0", 246*5ecf7b4eSGunnar Mills "LiquidFlowLPM": "v1_7_0", 247*5ecf7b4eSGunnar Mills "Percent": "v1_1_0", 248*5ecf7b4eSGunnar Mills "PressurePa": "v1_7_0", 249*5ecf7b4eSGunnar Mills "PressurekPa": "v1_5_0", 250*5ecf7b4eSGunnar Mills "RotationalAcceleration": "v1_11_0", 251*5ecf7b4eSGunnar Mills "RotationalPosition": "v1_11_0", 252*5ecf7b4eSGunnar Mills "RotationalVelocity": "v1_11_0", 253*5ecf7b4eSGunnar Mills "Valve": "v1_11_0" 254*5ecf7b4eSGunnar Mills }, 255*5ecf7b4eSGunnar Mills "enumVersionDeprecated": { 256*5ecf7b4eSGunnar Mills "AirFlow": "v1_7_0", 257*5ecf7b4eSGunnar Mills "LiquidFlow": "v1_7_0", 258*5ecf7b4eSGunnar Mills "Pressure": "v1_7_0" 259*5ecf7b4eSGunnar Mills }, 260*5ecf7b4eSGunnar Mills "type": "string" 261*5ecf7b4eSGunnar Mills }, 262*5ecf7b4eSGunnar Mills "ResetMetrics": { 263*5ecf7b4eSGunnar Mills "additionalProperties": false, 264*5ecf7b4eSGunnar Mills "description": "Resets metrics related to this sensor.", 265*5ecf7b4eSGunnar Mills "longDescription": "This action shall reset any time intervals or counted values for this sensor. The `SensorResetTime` property shall be updated to reflect the time that this action was performed.", 266*5ecf7b4eSGunnar Mills "parameters": {}, 267*5ecf7b4eSGunnar Mills "patternProperties": { 268*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 269*5ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 270*5ecf7b4eSGunnar Mills "type": [ 271*5ecf7b4eSGunnar Mills "array", 272*5ecf7b4eSGunnar Mills "boolean", 273*5ecf7b4eSGunnar Mills "integer", 274*5ecf7b4eSGunnar Mills "number", 275*5ecf7b4eSGunnar Mills "null", 276*5ecf7b4eSGunnar Mills "object", 277*5ecf7b4eSGunnar Mills "string" 278*5ecf7b4eSGunnar Mills ] 279*5ecf7b4eSGunnar Mills } 280*5ecf7b4eSGunnar Mills }, 281*5ecf7b4eSGunnar Mills "properties": { 282*5ecf7b4eSGunnar Mills "target": { 283*5ecf7b4eSGunnar Mills "description": "Link to invoke action", 284*5ecf7b4eSGunnar Mills "format": "uri-reference", 285*5ecf7b4eSGunnar Mills "type": "string" 286*5ecf7b4eSGunnar Mills }, 287*5ecf7b4eSGunnar Mills "title": { 288*5ecf7b4eSGunnar Mills "description": "Friendly action name", 289*5ecf7b4eSGunnar Mills "type": "string" 290*5ecf7b4eSGunnar Mills } 291*5ecf7b4eSGunnar Mills }, 292*5ecf7b4eSGunnar Mills "type": "object" 293*5ecf7b4eSGunnar Mills }, 294*5ecf7b4eSGunnar Mills "ResetToDefaults": { 295*5ecf7b4eSGunnar Mills "additionalProperties": false, 296*5ecf7b4eSGunnar Mills "description": "The action resets the values of writable properties to factory defaults.", 297*5ecf7b4eSGunnar Mills "longDescription": "This action shall reset the values of writable properties in this resource to their default values as specified by the manufacturer.", 298*5ecf7b4eSGunnar Mills "parameters": {}, 299*5ecf7b4eSGunnar Mills "patternProperties": { 300*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 301*5ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 302*5ecf7b4eSGunnar Mills "type": [ 303*5ecf7b4eSGunnar Mills "array", 304*5ecf7b4eSGunnar Mills "boolean", 305*5ecf7b4eSGunnar Mills "integer", 306*5ecf7b4eSGunnar Mills "number", 307*5ecf7b4eSGunnar Mills "null", 308*5ecf7b4eSGunnar Mills "object", 309*5ecf7b4eSGunnar Mills "string" 310*5ecf7b4eSGunnar Mills ] 311*5ecf7b4eSGunnar Mills } 312*5ecf7b4eSGunnar Mills }, 313*5ecf7b4eSGunnar Mills "properties": { 314*5ecf7b4eSGunnar Mills "target": { 315*5ecf7b4eSGunnar Mills "description": "Link to invoke action", 316*5ecf7b4eSGunnar Mills "format": "uri-reference", 317*5ecf7b4eSGunnar Mills "type": "string" 318*5ecf7b4eSGunnar Mills }, 319*5ecf7b4eSGunnar Mills "title": { 320*5ecf7b4eSGunnar Mills "description": "Friendly action name", 321*5ecf7b4eSGunnar Mills "type": "string" 322*5ecf7b4eSGunnar Mills } 323*5ecf7b4eSGunnar Mills }, 324*5ecf7b4eSGunnar Mills "type": "object", 325*5ecf7b4eSGunnar Mills "versionAdded": "v1_6_0" 326*5ecf7b4eSGunnar Mills }, 327*5ecf7b4eSGunnar Mills "Sensor": { 328*5ecf7b4eSGunnar Mills "additionalProperties": false, 329*5ecf7b4eSGunnar Mills "description": "The `Sensor` schema describes a sensor and its properties.", 330*5ecf7b4eSGunnar Mills "longDescription": "This resource shall represent a sensor for a Redfish implementation.", 331*5ecf7b4eSGunnar Mills "patternProperties": { 332*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 333*5ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 334*5ecf7b4eSGunnar Mills "type": [ 335*5ecf7b4eSGunnar Mills "array", 336*5ecf7b4eSGunnar Mills "boolean", 337*5ecf7b4eSGunnar Mills "integer", 338*5ecf7b4eSGunnar Mills "number", 339*5ecf7b4eSGunnar Mills "null", 340*5ecf7b4eSGunnar Mills "object", 341*5ecf7b4eSGunnar Mills "string" 342*5ecf7b4eSGunnar Mills ] 343*5ecf7b4eSGunnar Mills } 344*5ecf7b4eSGunnar Mills }, 345*5ecf7b4eSGunnar Mills "properties": { 346*5ecf7b4eSGunnar Mills "@odata.context": { 347*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" 348*5ecf7b4eSGunnar Mills }, 349*5ecf7b4eSGunnar Mills "@odata.etag": { 350*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" 351*5ecf7b4eSGunnar Mills }, 352*5ecf7b4eSGunnar Mills "@odata.id": { 353*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" 354*5ecf7b4eSGunnar Mills }, 355*5ecf7b4eSGunnar Mills "@odata.type": { 356*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type" 357*5ecf7b4eSGunnar Mills }, 358*5ecf7b4eSGunnar Mills "Accuracy": { 359*5ecf7b4eSGunnar Mills "deprecated": "This property has been deprecated in favor of ReadingAccuracy.", 360*5ecf7b4eSGunnar Mills "description": "The estimated percent error of measured versus actual values.", 361*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the percent error +/- of the measured versus actual values of the `Reading` property.", 362*5ecf7b4eSGunnar Mills "readonly": true, 363*5ecf7b4eSGunnar Mills "type": [ 364*5ecf7b4eSGunnar Mills "number", 365*5ecf7b4eSGunnar Mills "null" 366*5ecf7b4eSGunnar Mills ], 367*5ecf7b4eSGunnar Mills "units": "%", 368*5ecf7b4eSGunnar Mills "versionDeprecated": "v1_8_0" 369*5ecf7b4eSGunnar Mills }, 370*5ecf7b4eSGunnar Mills "Actions": { 371*5ecf7b4eSGunnar Mills "$ref": "#/definitions/Actions", 372*5ecf7b4eSGunnar Mills "description": "The available actions for this resource.", 373*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the available actions for this resource." 374*5ecf7b4eSGunnar Mills }, 375*5ecf7b4eSGunnar Mills "AdjustedMaxAllowableOperatingValue": { 376*5ecf7b4eSGunnar Mills "description": "The adjusted maximum allowable operating value for this equipment based on the environmental conditions.", 377*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the adjusted maximum allowable operating value for the equipment that this sensor monitors, as specified by a standards body, manufacturer, or both. The value is adjusted based on environmental conditions. For example, liquid inlet temperature can be adjusted based on the available liquid pressure.", 378*5ecf7b4eSGunnar Mills "readonly": true, 379*5ecf7b4eSGunnar Mills "type": [ 380*5ecf7b4eSGunnar Mills "number", 381*5ecf7b4eSGunnar Mills "null" 382*5ecf7b4eSGunnar Mills ] 383*5ecf7b4eSGunnar Mills }, 384*5ecf7b4eSGunnar Mills "AdjustedMinAllowableOperatingValue": { 385*5ecf7b4eSGunnar Mills "description": "The adjusted minimum allowable operating value for this equipment based on the environmental conditions.", 386*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the adjusted minimum allowable operating value for the equipment that this sensor monitors, as specified by a standards body, manufacturer, or both. This value is adjusted based on environmental conditions. For example, liquid inlet temperature can be adjusted based on the available liquid pressure.", 387*5ecf7b4eSGunnar Mills "readonly": true, 388*5ecf7b4eSGunnar Mills "type": [ 389*5ecf7b4eSGunnar Mills "number", 390*5ecf7b4eSGunnar Mills "null" 391*5ecf7b4eSGunnar Mills ] 392*5ecf7b4eSGunnar Mills }, 393*5ecf7b4eSGunnar Mills "ApparentVA": { 394*5ecf7b4eSGunnar Mills "description": "The product of voltage and current for an AC circuit, in volt-ampere units.", 395*5ecf7b4eSGunnar Mills "excerpt": "SensorPower,SensorPowerArray", 396*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the product of voltage (RMS) multiplied by current (RMS) for a circuit. This property can appear in sensors of the `Power` `ReadingType`, and shall not appear in sensors of other `ReadingType` values.", 397*5ecf7b4eSGunnar Mills "readonly": true, 398*5ecf7b4eSGunnar Mills "type": [ 399*5ecf7b4eSGunnar Mills "number", 400*5ecf7b4eSGunnar Mills "null" 401*5ecf7b4eSGunnar Mills ], 402*5ecf7b4eSGunnar Mills "units": "V.A" 403*5ecf7b4eSGunnar Mills }, 404*5ecf7b4eSGunnar Mills "ApparentkVAh": { 405*5ecf7b4eSGunnar Mills "description": "Apparent energy (kVAh).", 406*5ecf7b4eSGunnar Mills "excerpt": "SensorEnergykWh", 407*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the apparent energy, in kilovolt-ampere-hour units, for an electrical energy measurement. This property can appear in sensors with a `ReadingType` containing `EnergykWh`, and shall not appear in sensors with other `ReadingType` values.", 408*5ecf7b4eSGunnar Mills "readonly": true, 409*5ecf7b4eSGunnar Mills "type": [ 410*5ecf7b4eSGunnar Mills "number", 411*5ecf7b4eSGunnar Mills "null" 412*5ecf7b4eSGunnar Mills ], 413*5ecf7b4eSGunnar Mills "units": "kV.A.h", 414*5ecf7b4eSGunnar Mills "versionAdded": "v1_5_0" 415*5ecf7b4eSGunnar Mills }, 416*5ecf7b4eSGunnar Mills "AverageReading": { 417*5ecf7b4eSGunnar Mills "description": "The average sensor value.", 418*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the average sensor value over the time specified by the value of the `AveragingInterval` property. The value shall be reset by the `ResetMetrics` action or by a service reset of time-based property values.", 419*5ecf7b4eSGunnar Mills "readonly": true, 420*5ecf7b4eSGunnar Mills "type": [ 421*5ecf7b4eSGunnar Mills "number", 422*5ecf7b4eSGunnar Mills "null" 423*5ecf7b4eSGunnar Mills ], 424*5ecf7b4eSGunnar Mills "versionAdded": "v1_4_0" 425*5ecf7b4eSGunnar Mills }, 426*5ecf7b4eSGunnar Mills "AveragingInterval": { 427*5ecf7b4eSGunnar Mills "description": "The interval over which the average sensor value is calculated.", 428*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the interval over which the sensor value is averaged to produce the value of the `AverageReading` property. This property shall only be present if the `AverageReading` property is present.", 429*5ecf7b4eSGunnar Mills "pattern": "^P(\\d+D)?(T(\\d+H)?(\\d+M)?(\\d+(.\\d+)?S)?)?$", 430*5ecf7b4eSGunnar Mills "readonly": false, 431*5ecf7b4eSGunnar Mills "type": [ 432*5ecf7b4eSGunnar Mills "string", 433*5ecf7b4eSGunnar Mills "null" 434*5ecf7b4eSGunnar Mills ], 435*5ecf7b4eSGunnar Mills "versionAdded": "v1_4_0" 436*5ecf7b4eSGunnar Mills }, 437*5ecf7b4eSGunnar Mills "AveragingIntervalAchieved": { 438*5ecf7b4eSGunnar Mills "description": "Indicates that enough readings were collected to calculate the average sensor reading over the averaging interval time.", 439*5ecf7b4eSGunnar Mills "longDescription": "This property shall indicate that enough readings were collected to calculate the `AverageReading` value over the interval specified by the `AveragingInterval` property. The value shall be reset by the `ResetMetrics` action. This property shall only be present if the `AveragingInterval` property is present.", 440*5ecf7b4eSGunnar Mills "readonly": true, 441*5ecf7b4eSGunnar Mills "type": [ 442*5ecf7b4eSGunnar Mills "boolean", 443*5ecf7b4eSGunnar Mills "null" 444*5ecf7b4eSGunnar Mills ], 445*5ecf7b4eSGunnar Mills "versionAdded": "v1_4_0" 446*5ecf7b4eSGunnar Mills }, 447*5ecf7b4eSGunnar Mills "Calibration": { 448*5ecf7b4eSGunnar Mills "description": "The calibration offset applied to the Reading.", 449*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the offset applied to the raw sensor value to provide a calibrated value for the sensor as returned by the `Reading` property. The value of this property shall follow the units of the `Reading` property for this sensor instance. Updating the value of this property shall not affect the value of the `CalibrationTime` property.", 450*5ecf7b4eSGunnar Mills "readonly": false, 451*5ecf7b4eSGunnar Mills "type": [ 452*5ecf7b4eSGunnar Mills "number", 453*5ecf7b4eSGunnar Mills "null" 454*5ecf7b4eSGunnar Mills ], 455*5ecf7b4eSGunnar Mills "versionAdded": "v1_4_0" 456*5ecf7b4eSGunnar Mills }, 457*5ecf7b4eSGunnar Mills "CalibrationTime": { 458*5ecf7b4eSGunnar Mills "description": "The date and time that the sensor was last calibrated.", 459*5ecf7b4eSGunnar Mills "format": "date-time", 460*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the date and time that the sensor was last calibrated. This property is intended to reflect the actual time the calibration occurred.", 461*5ecf7b4eSGunnar Mills "readonly": false, 462*5ecf7b4eSGunnar Mills "type": [ 463*5ecf7b4eSGunnar Mills "string", 464*5ecf7b4eSGunnar Mills "null" 465*5ecf7b4eSGunnar Mills ], 466*5ecf7b4eSGunnar Mills "versionAdded": "v1_4_0" 467*5ecf7b4eSGunnar Mills }, 468*5ecf7b4eSGunnar Mills "CrestFactor": { 469*5ecf7b4eSGunnar Mills "description": "The crest factor for this sensor.", 470*5ecf7b4eSGunnar Mills "excerpt": "SensorCurrent,SensorVoltage", 471*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the ratio of the peak measurement divided by the RMS measurement and calculated over same N line cycles. A sine wave would have a value of 1.414.", 472*5ecf7b4eSGunnar Mills "readonly": true, 473*5ecf7b4eSGunnar Mills "type": [ 474*5ecf7b4eSGunnar Mills "number", 475*5ecf7b4eSGunnar Mills "null" 476*5ecf7b4eSGunnar Mills ], 477*5ecf7b4eSGunnar Mills "versionAdded": "v1_1_0" 478*5ecf7b4eSGunnar Mills }, 479*5ecf7b4eSGunnar Mills "Description": { 480*5ecf7b4eSGunnar Mills "anyOf": [ 481*5ecf7b4eSGunnar Mills { 482*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" 483*5ecf7b4eSGunnar Mills }, 484*5ecf7b4eSGunnar Mills { 485*5ecf7b4eSGunnar Mills "type": "null" 486*5ecf7b4eSGunnar Mills } 487*5ecf7b4eSGunnar Mills ], 488*5ecf7b4eSGunnar Mills "readonly": true 489*5ecf7b4eSGunnar Mills }, 490*5ecf7b4eSGunnar Mills "ElectricalContext": { 491*5ecf7b4eSGunnar Mills "anyOf": [ 492*5ecf7b4eSGunnar Mills { 493*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/ElectricalContext" 494*5ecf7b4eSGunnar Mills }, 495*5ecf7b4eSGunnar Mills { 496*5ecf7b4eSGunnar Mills "type": "null" 497*5ecf7b4eSGunnar Mills } 498*5ecf7b4eSGunnar Mills ], 499*5ecf7b4eSGunnar Mills "description": "The combination of current-carrying conductors.", 500*5ecf7b4eSGunnar Mills "longDescription": "This property shall represent the combination of current-carrying conductors that distribute power.", 501*5ecf7b4eSGunnar Mills "readonly": true 502*5ecf7b4eSGunnar Mills }, 503*5ecf7b4eSGunnar Mills "Enabled": { 504*5ecf7b4eSGunnar Mills "description": "Indicates whether the sensor is enabled and provides a reading.", 505*5ecf7b4eSGunnar Mills "longDescription": "This property shall indicate whether the sensor is enabled and provides a `Reading`. The value `true` shall indicate the sensor is enabled and returns the `Reading` property with a valid value. The value `false` shall indicate the sensor is disabled, shall not return the `Reading` property, and shall not trigger events, logging, or other functionality. This property allows a user to disable a faulty sensor or to otherwise remove it from use.", 506*5ecf7b4eSGunnar Mills "readonly": false, 507*5ecf7b4eSGunnar Mills "type": [ 508*5ecf7b4eSGunnar Mills "boolean", 509*5ecf7b4eSGunnar Mills "null" 510*5ecf7b4eSGunnar Mills ], 511*5ecf7b4eSGunnar Mills "versionAdded": "v1_10_0" 512*5ecf7b4eSGunnar Mills }, 513*5ecf7b4eSGunnar Mills "Id": { 514*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id", 515*5ecf7b4eSGunnar Mills "readonly": true 516*5ecf7b4eSGunnar Mills }, 517*5ecf7b4eSGunnar Mills "Implementation": { 518*5ecf7b4eSGunnar Mills "anyOf": [ 519*5ecf7b4eSGunnar Mills { 520*5ecf7b4eSGunnar Mills "$ref": "#/definitions/ImplementationType" 521*5ecf7b4eSGunnar Mills }, 522*5ecf7b4eSGunnar Mills { 523*5ecf7b4eSGunnar Mills "type": "null" 524*5ecf7b4eSGunnar Mills } 525*5ecf7b4eSGunnar Mills ], 526*5ecf7b4eSGunnar Mills "description": "The implementation of the sensor.", 527*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the implementation of the sensor.", 528*5ecf7b4eSGunnar Mills "readonly": true, 529*5ecf7b4eSGunnar Mills "versionAdded": "v1_1_0" 530*5ecf7b4eSGunnar Mills }, 531*5ecf7b4eSGunnar Mills "LifetimeReading": { 532*5ecf7b4eSGunnar Mills "description": "The total accumulation value for this sensor.", 533*5ecf7b4eSGunnar Mills "excerpt": "SensorEnergykWh", 534*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the total accumulation of the `Reading` property over the sensor's lifetime. This value shall not be reset by the `ResetMetrics` action.", 535*5ecf7b4eSGunnar Mills "readonly": true, 536*5ecf7b4eSGunnar Mills "type": [ 537*5ecf7b4eSGunnar Mills "number", 538*5ecf7b4eSGunnar Mills "null" 539*5ecf7b4eSGunnar Mills ], 540*5ecf7b4eSGunnar Mills "versionAdded": "v1_1_0" 541*5ecf7b4eSGunnar Mills }, 542*5ecf7b4eSGunnar Mills "LifetimeStartDateTime": { 543*5ecf7b4eSGunnar Mills "description": "The date and time when the sensor started accumulating readings for the `LifetimeReading` property.", 544*5ecf7b4eSGunnar Mills "format": "date-time", 545*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the date and time when the sensor started accumulating readings for the `LifetimeReading` property. This might contain the same value as the production date of the device that contains this sensor.", 546*5ecf7b4eSGunnar Mills "readonly": true, 547*5ecf7b4eSGunnar Mills "type": [ 548*5ecf7b4eSGunnar Mills "string", 549*5ecf7b4eSGunnar Mills "null" 550*5ecf7b4eSGunnar Mills ], 551*5ecf7b4eSGunnar Mills "versionAdded": "v1_9_0" 552*5ecf7b4eSGunnar Mills }, 553*5ecf7b4eSGunnar Mills "Links": { 554*5ecf7b4eSGunnar Mills "$ref": "#/definitions/Links", 555*5ecf7b4eSGunnar Mills "description": "The links to other resources that are related to this resource.", 556*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource.", 557*5ecf7b4eSGunnar Mills "versionAdded": "v1_3_0" 558*5ecf7b4eSGunnar Mills }, 559*5ecf7b4eSGunnar Mills "LoadPercent": { 560*5ecf7b4eSGunnar Mills "deprecated": "This property has been deprecated in favor of using a sensor instance with a `ReadingType` of `Percent` to show utilization values when needed.", 561*5ecf7b4eSGunnar Mills "description": "The power load utilization for this sensor.", 562*5ecf7b4eSGunnar Mills "longDescription": "This property shall indicate the power load utilization percent for this sensor. This property can appear in sensors of the `Power` `ReadingType`, and shall not appear in sensors of other `ReadingType` values.", 563*5ecf7b4eSGunnar Mills "readonly": true, 564*5ecf7b4eSGunnar Mills "type": [ 565*5ecf7b4eSGunnar Mills "number", 566*5ecf7b4eSGunnar Mills "null" 567*5ecf7b4eSGunnar Mills ], 568*5ecf7b4eSGunnar Mills "units": "%", 569*5ecf7b4eSGunnar Mills "versionDeprecated": "v1_1_0" 570*5ecf7b4eSGunnar Mills }, 571*5ecf7b4eSGunnar Mills "Location": { 572*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Location", 573*5ecf7b4eSGunnar Mills "description": "The location information for this sensor.", 574*5ecf7b4eSGunnar Mills "longDescription": "This property shall indicate the location information for this sensor." 575*5ecf7b4eSGunnar Mills }, 576*5ecf7b4eSGunnar Mills "LowestReading": { 577*5ecf7b4eSGunnar Mills "description": "The lowest sensor value.", 578*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the lowest sensor value since the last `ResetMetrics` action was performed or since the service last reset the time-based property values.", 579*5ecf7b4eSGunnar Mills "readonly": true, 580*5ecf7b4eSGunnar Mills "type": [ 581*5ecf7b4eSGunnar Mills "number", 582*5ecf7b4eSGunnar Mills "null" 583*5ecf7b4eSGunnar Mills ], 584*5ecf7b4eSGunnar Mills "versionAdded": "v1_4_0" 585*5ecf7b4eSGunnar Mills }, 586*5ecf7b4eSGunnar Mills "LowestReadingTime": { 587*5ecf7b4eSGunnar Mills "description": "The time when the lowest sensor value occurred.", 588*5ecf7b4eSGunnar Mills "format": "date-time", 589*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the date and time when the lowest sensor value was observed, as reported as the value of `LowestReading`.", 590*5ecf7b4eSGunnar Mills "readonly": true, 591*5ecf7b4eSGunnar Mills "type": [ 592*5ecf7b4eSGunnar Mills "string", 593*5ecf7b4eSGunnar Mills "null" 594*5ecf7b4eSGunnar Mills ], 595*5ecf7b4eSGunnar Mills "versionAdded": "v1_4_0" 596*5ecf7b4eSGunnar Mills }, 597*5ecf7b4eSGunnar Mills "Manufacturer": { 598*5ecf7b4eSGunnar Mills "description": "The manufacturer of this sensor.", 599*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the name of the organization responsible for producing the sensor. This organization may be the entity from whom the sensor is purchased, but this is not necessarily true. This property is generally used only for replaceable or user-configurable sensors.", 600*5ecf7b4eSGunnar Mills "readonly": true, 601*5ecf7b4eSGunnar Mills "type": [ 602*5ecf7b4eSGunnar Mills "string", 603*5ecf7b4eSGunnar Mills "null" 604*5ecf7b4eSGunnar Mills ], 605*5ecf7b4eSGunnar Mills "versionAdded": "v1_9_0" 606*5ecf7b4eSGunnar Mills }, 607*5ecf7b4eSGunnar Mills "MaxAllowableOperatingValue": { 608*5ecf7b4eSGunnar Mills "description": "The maximum allowable operating value for this equipment.", 609*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the maximum allowable operating value for the equipment that this sensor monitors, as specified by a standards body, manufacturer, or both.", 610*5ecf7b4eSGunnar Mills "readonly": true, 611*5ecf7b4eSGunnar Mills "type": [ 612*5ecf7b4eSGunnar Mills "number", 613*5ecf7b4eSGunnar Mills "null" 614*5ecf7b4eSGunnar Mills ] 615*5ecf7b4eSGunnar Mills }, 616*5ecf7b4eSGunnar Mills "MinAllowableOperatingValue": { 617*5ecf7b4eSGunnar Mills "description": "The minimum allowable operating value for this equipment.", 618*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the minimum allowable operating value for the equipment that this sensor monitors, as specified by a standards body, manufacturer, or both.", 619*5ecf7b4eSGunnar Mills "readonly": true, 620*5ecf7b4eSGunnar Mills "type": [ 621*5ecf7b4eSGunnar Mills "number", 622*5ecf7b4eSGunnar Mills "null" 623*5ecf7b4eSGunnar Mills ] 624*5ecf7b4eSGunnar Mills }, 625*5ecf7b4eSGunnar Mills "Model": { 626*5ecf7b4eSGunnar Mills "description": "The model number of the sensor.", 627*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the name by which the manufacturer generally refers to the sensor. This property is generally used only for replaceable or user-configurable sensors.", 628*5ecf7b4eSGunnar Mills "readonly": true, 629*5ecf7b4eSGunnar Mills "type": [ 630*5ecf7b4eSGunnar Mills "string", 631*5ecf7b4eSGunnar Mills "null" 632*5ecf7b4eSGunnar Mills ], 633*5ecf7b4eSGunnar Mills "versionAdded": "v1_9_0" 634*5ecf7b4eSGunnar Mills }, 635*5ecf7b4eSGunnar Mills "Name": { 636*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", 637*5ecf7b4eSGunnar Mills "readonly": true 638*5ecf7b4eSGunnar Mills }, 639*5ecf7b4eSGunnar Mills "Oem": { 640*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 641*5ecf7b4eSGunnar Mills "description": "The OEM extension property.", 642*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." 643*5ecf7b4eSGunnar Mills }, 644*5ecf7b4eSGunnar Mills "PartNumber": { 645*5ecf7b4eSGunnar Mills "description": "The part number of the sensor.", 646*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a part number assigned by the organization that is responsible for producing or manufacturing the sensor. This property is generally used only for replaceable or user-configurable sensors.", 647*5ecf7b4eSGunnar Mills "readonly": true, 648*5ecf7b4eSGunnar Mills "type": [ 649*5ecf7b4eSGunnar Mills "string", 650*5ecf7b4eSGunnar Mills "null" 651*5ecf7b4eSGunnar Mills ], 652*5ecf7b4eSGunnar Mills "versionAdded": "v1_9_0" 653*5ecf7b4eSGunnar Mills }, 654*5ecf7b4eSGunnar Mills "PeakReading": { 655*5ecf7b4eSGunnar Mills "description": "The peak sensor value.", 656*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the peak sensor value since the last `ResetMetrics` action was performed or since the service last reset the time-based property values.", 657*5ecf7b4eSGunnar Mills "readonly": true, 658*5ecf7b4eSGunnar Mills "type": [ 659*5ecf7b4eSGunnar Mills "number", 660*5ecf7b4eSGunnar Mills "null" 661*5ecf7b4eSGunnar Mills ] 662*5ecf7b4eSGunnar Mills }, 663*5ecf7b4eSGunnar Mills "PeakReadingTime": { 664*5ecf7b4eSGunnar Mills "description": "The time when the peak sensor value occurred.", 665*5ecf7b4eSGunnar Mills "format": "date-time", 666*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the date and time when the peak sensor value was observed, as reported as the value of `PeakReading`.", 667*5ecf7b4eSGunnar Mills "readonly": true, 668*5ecf7b4eSGunnar Mills "type": [ 669*5ecf7b4eSGunnar Mills "string", 670*5ecf7b4eSGunnar Mills "null" 671*5ecf7b4eSGunnar Mills ] 672*5ecf7b4eSGunnar Mills }, 673*5ecf7b4eSGunnar Mills "PhaseAngleDegrees": { 674*5ecf7b4eSGunnar Mills "description": "The phase angle (degrees) between the current and voltage waveforms.", 675*5ecf7b4eSGunnar Mills "excerpt": "SensorPower,SensorPowerArray", 676*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the phase angle, in degree units, between the current and voltage waveforms for an electrical measurement. This property can appear in sensors with a `ReadingType` containing `Power`, and shall not appear in sensors with other `ReadingType` values.", 677*5ecf7b4eSGunnar Mills "maximum": 90, 678*5ecf7b4eSGunnar Mills "minimum": -90, 679*5ecf7b4eSGunnar Mills "readonly": true, 680*5ecf7b4eSGunnar Mills "type": [ 681*5ecf7b4eSGunnar Mills "number", 682*5ecf7b4eSGunnar Mills "null" 683*5ecf7b4eSGunnar Mills ], 684*5ecf7b4eSGunnar Mills "versionAdded": "v1_5_0" 685*5ecf7b4eSGunnar Mills }, 686*5ecf7b4eSGunnar Mills "PhysicalContext": { 687*5ecf7b4eSGunnar Mills "anyOf": [ 688*5ecf7b4eSGunnar Mills { 689*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json#/definitions/PhysicalContext" 690*5ecf7b4eSGunnar Mills }, 691*5ecf7b4eSGunnar Mills { 692*5ecf7b4eSGunnar Mills "type": "null" 693*5ecf7b4eSGunnar Mills } 694*5ecf7b4eSGunnar Mills ], 695*5ecf7b4eSGunnar Mills "description": "The area or device to which this sensor measurement applies.", 696*5ecf7b4eSGunnar Mills "excerpt": "SensorArray,SensorFanArray,SensorPowerArray", 697*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a description of the affected component or region within the equipment to which this sensor measurement applies.", 698*5ecf7b4eSGunnar Mills "readonly": false 699*5ecf7b4eSGunnar Mills }, 700*5ecf7b4eSGunnar Mills "PhysicalSubContext": { 701*5ecf7b4eSGunnar Mills "anyOf": [ 702*5ecf7b4eSGunnar Mills { 703*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json#/definitions/PhysicalSubContext" 704*5ecf7b4eSGunnar Mills }, 705*5ecf7b4eSGunnar Mills { 706*5ecf7b4eSGunnar Mills "type": "null" 707*5ecf7b4eSGunnar Mills } 708*5ecf7b4eSGunnar Mills ], 709*5ecf7b4eSGunnar Mills "description": "The usage or location within a device to which this sensor measurement applies.", 710*5ecf7b4eSGunnar Mills "excerpt": "SensorArray,SensorFanArray,SensorPowerArray", 711*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a description of the usage or sub-region within the equipment to which this sensor measurement applies. This property generally differentiates multiple sensors within the same `PhysicalContext` instance.", 712*5ecf7b4eSGunnar Mills "readonly": false 713*5ecf7b4eSGunnar Mills }, 714*5ecf7b4eSGunnar Mills "PowerFactor": { 715*5ecf7b4eSGunnar Mills "description": "The power factor for this sensor.", 716*5ecf7b4eSGunnar Mills "excerpt": "SensorPower,SensorPowerArray", 717*5ecf7b4eSGunnar Mills "longDescription": "This property shall identify the quotient of real power (W) and apparent power (VA) for a circuit. `PowerFactor` is expressed in unit-less 1/100ths. This property can appear in sensors containing a `ReadingType` value of `Power`, and shall not appear in sensors of other `ReadingType` values.", 718*5ecf7b4eSGunnar Mills "maximum": 1, 719*5ecf7b4eSGunnar Mills "minimum": -1, 720*5ecf7b4eSGunnar Mills "readonly": true, 721*5ecf7b4eSGunnar Mills "type": [ 722*5ecf7b4eSGunnar Mills "number", 723*5ecf7b4eSGunnar Mills "null" 724*5ecf7b4eSGunnar Mills ] 725*5ecf7b4eSGunnar Mills }, 726*5ecf7b4eSGunnar Mills "Precision": { 727*5ecf7b4eSGunnar Mills "description": "The number of significant digits in the reading.", 728*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the number of significant digits in the `Reading` property.", 729*5ecf7b4eSGunnar Mills "readonly": true, 730*5ecf7b4eSGunnar Mills "type": [ 731*5ecf7b4eSGunnar Mills "number", 732*5ecf7b4eSGunnar Mills "null" 733*5ecf7b4eSGunnar Mills ] 734*5ecf7b4eSGunnar Mills }, 735*5ecf7b4eSGunnar Mills "ReactiveVAR": { 736*5ecf7b4eSGunnar Mills "description": "The square root of the difference term of squared apparent VA and squared power (Reading) for a circuit, in VAR units.", 737*5ecf7b4eSGunnar Mills "excerpt": "SensorPower,SensorPowerArray", 738*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the arithmetic mean of product terms of instantaneous voltage and quadrature current measurements calculated over an integer number of line cycles for a circuit. This property can appear in sensors of the `Power` `ReadingType`, and shall not appear in sensors of other `ReadingType` values.", 739*5ecf7b4eSGunnar Mills "readonly": true, 740*5ecf7b4eSGunnar Mills "type": [ 741*5ecf7b4eSGunnar Mills "number", 742*5ecf7b4eSGunnar Mills "null" 743*5ecf7b4eSGunnar Mills ], 744*5ecf7b4eSGunnar Mills "units": "V.A" 745*5ecf7b4eSGunnar Mills }, 746*5ecf7b4eSGunnar Mills "ReactivekVARh": { 747*5ecf7b4eSGunnar Mills "description": "Reactive energy (kVARh).", 748*5ecf7b4eSGunnar Mills "excerpt": "SensorEnergykWh", 749*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the reactive energy, in kilovolt-ampere-hours (reactive) units, for an electrical energy measurement. This property can appear in sensors with a `ReadingType` containing `EnergykWh`, and shall not appear in sensors with other `ReadingType` values.", 750*5ecf7b4eSGunnar Mills "readonly": true, 751*5ecf7b4eSGunnar Mills "type": [ 752*5ecf7b4eSGunnar Mills "number", 753*5ecf7b4eSGunnar Mills "null" 754*5ecf7b4eSGunnar Mills ], 755*5ecf7b4eSGunnar Mills "units": "kV.A.h", 756*5ecf7b4eSGunnar Mills "versionAdded": "v1_5_0" 757*5ecf7b4eSGunnar Mills }, 758*5ecf7b4eSGunnar Mills "Reading": { 759*5ecf7b4eSGunnar Mills "description": "The sensor value.", 760*5ecf7b4eSGunnar Mills "excerpt": "Sensor", 761*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the sensor value. This property shall not be returned if the `Enabled` property is supported and contains `false`.", 762*5ecf7b4eSGunnar Mills "readonly": true, 763*5ecf7b4eSGunnar Mills "type": [ 764*5ecf7b4eSGunnar Mills "number", 765*5ecf7b4eSGunnar Mills "null" 766*5ecf7b4eSGunnar Mills ] 767*5ecf7b4eSGunnar Mills }, 768*5ecf7b4eSGunnar Mills "ReadingAccuracy": { 769*5ecf7b4eSGunnar Mills "description": "Accuracy (+/-) of the reading.", 770*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the accuracy of the value of the `Reading` property for this sensor. The value shall be the absolute value of the maximum deviation of the `Reading` from its actual value. The value shall be in units that follow the `ReadingUnits` for this sensor.", 771*5ecf7b4eSGunnar Mills "readonly": true, 772*5ecf7b4eSGunnar Mills "type": [ 773*5ecf7b4eSGunnar Mills "number", 774*5ecf7b4eSGunnar Mills "null" 775*5ecf7b4eSGunnar Mills ], 776*5ecf7b4eSGunnar Mills "versionAdded": "v1_8_0" 777*5ecf7b4eSGunnar Mills }, 778*5ecf7b4eSGunnar Mills "ReadingBasis": { 779*5ecf7b4eSGunnar Mills "anyOf": [ 780*5ecf7b4eSGunnar Mills { 781*5ecf7b4eSGunnar Mills "$ref": "#/definitions/ReadingBasisType" 782*5ecf7b4eSGunnar Mills }, 783*5ecf7b4eSGunnar Mills { 784*5ecf7b4eSGunnar Mills "type": "null" 785*5ecf7b4eSGunnar Mills } 786*5ecf7b4eSGunnar Mills ], 787*5ecf7b4eSGunnar Mills "description": "The basis for the reading of this sensor.", 788*5ecf7b4eSGunnar Mills "longDescription": "This property shall indicate the basis or frame of reference for the value of the `Reading` property. If this property is not present, the value shall be assumed to be `Zero`.", 789*5ecf7b4eSGunnar Mills "readonly": true, 790*5ecf7b4eSGunnar Mills "versionAdded": "v1_7_0" 791*5ecf7b4eSGunnar Mills }, 792*5ecf7b4eSGunnar Mills "ReadingRangeMax": { 793*5ecf7b4eSGunnar Mills "description": "The maximum possible value for this sensor.", 794*5ecf7b4eSGunnar Mills "longDescription": "This property shall indicate the maximum possible value of the `Reading` property for this sensor. This value is the range of valid readings for this sensor. Values outside this range are discarded as reading errors.", 795*5ecf7b4eSGunnar Mills "readonly": true, 796*5ecf7b4eSGunnar Mills "type": [ 797*5ecf7b4eSGunnar Mills "number", 798*5ecf7b4eSGunnar Mills "null" 799*5ecf7b4eSGunnar Mills ] 800*5ecf7b4eSGunnar Mills }, 801*5ecf7b4eSGunnar Mills "ReadingRangeMin": { 802*5ecf7b4eSGunnar Mills "description": "The minimum possible value for this sensor.", 803*5ecf7b4eSGunnar Mills "longDescription": "This property shall indicate the minimum possible value of the `Reading` property for this sensor. This value is the range of valid readings for this sensor. Values outside this range are discarded as reading errors.", 804*5ecf7b4eSGunnar Mills "readonly": true, 805*5ecf7b4eSGunnar Mills "type": [ 806*5ecf7b4eSGunnar Mills "number", 807*5ecf7b4eSGunnar Mills "null" 808*5ecf7b4eSGunnar Mills ] 809*5ecf7b4eSGunnar Mills }, 810*5ecf7b4eSGunnar Mills "ReadingTime": { 811*5ecf7b4eSGunnar Mills "description": "The date and time that the reading was acquired from the sensor.", 812*5ecf7b4eSGunnar Mills "format": "date-time", 813*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the date and time that the reading data was acquired from the sensor. This value is used to synchronize readings from multiple sensors and does not represent the time at which the resource was accessed.", 814*5ecf7b4eSGunnar Mills "readonly": true, 815*5ecf7b4eSGunnar Mills "type": [ 816*5ecf7b4eSGunnar Mills "string", 817*5ecf7b4eSGunnar Mills "null" 818*5ecf7b4eSGunnar Mills ], 819*5ecf7b4eSGunnar Mills "versionAdded": "v1_1_0" 820*5ecf7b4eSGunnar Mills }, 821*5ecf7b4eSGunnar Mills "ReadingType": { 822*5ecf7b4eSGunnar Mills "anyOf": [ 823*5ecf7b4eSGunnar Mills { 824*5ecf7b4eSGunnar Mills "$ref": "#/definitions/ReadingType" 825*5ecf7b4eSGunnar Mills }, 826*5ecf7b4eSGunnar Mills { 827*5ecf7b4eSGunnar Mills "type": "null" 828*5ecf7b4eSGunnar Mills } 829*5ecf7b4eSGunnar Mills ], 830*5ecf7b4eSGunnar Mills "description": "The type of sensor.", 831*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the type of the sensor.", 832*5ecf7b4eSGunnar Mills "readonly": true 833*5ecf7b4eSGunnar Mills }, 834*5ecf7b4eSGunnar Mills "ReadingUnits": { 835*5ecf7b4eSGunnar Mills "description": "The units of the reading, thresholds, and other reading-related properties in UCUM c/s format.", 836*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the units of the sensor's reading, thresholds, and other reading-related properties. The value shall follow the case-sensitive symbol format defined by the Unified Code for Units of Measure (UCUM), as specified by the 'Units of measure annotation' clause of the Redfish Specification.", 837*5ecf7b4eSGunnar Mills "readonly": true, 838*5ecf7b4eSGunnar Mills "type": [ 839*5ecf7b4eSGunnar Mills "string", 840*5ecf7b4eSGunnar Mills "null" 841*5ecf7b4eSGunnar Mills ] 842*5ecf7b4eSGunnar Mills }, 843*5ecf7b4eSGunnar Mills "RelatedItem": { 844*5ecf7b4eSGunnar Mills "description": "An array of links to resources or objects that this sensor services.", 845*5ecf7b4eSGunnar Mills "items": { 846*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef" 847*5ecf7b4eSGunnar Mills }, 848*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain an array of links to resources or objects that this sensor services.", 849*5ecf7b4eSGunnar Mills "readonly": false, 850*5ecf7b4eSGunnar Mills "type": "array", 851*5ecf7b4eSGunnar Mills "versionAdded": "v1_2_0" 852*5ecf7b4eSGunnar Mills }, 853*5ecf7b4eSGunnar Mills "RelatedItem@odata.count": { 854*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 855*5ecf7b4eSGunnar Mills }, 856*5ecf7b4eSGunnar Mills "SKU": { 857*5ecf7b4eSGunnar Mills "description": "The SKU of the sensor.", 858*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the stock-keeping unit number for this sensor. This property is generally used only for replaceable or user-configurable sensors.", 859*5ecf7b4eSGunnar Mills "readonly": true, 860*5ecf7b4eSGunnar Mills "type": [ 861*5ecf7b4eSGunnar Mills "string", 862*5ecf7b4eSGunnar Mills "null" 863*5ecf7b4eSGunnar Mills ], 864*5ecf7b4eSGunnar Mills "versionAdded": "v1_9_0" 865*5ecf7b4eSGunnar Mills }, 866*5ecf7b4eSGunnar Mills "SensingFrequency": { 867*5ecf7b4eSGunnar Mills "deprecated": "This property has been deprecated in favor of the `SensingInterval` property, which uses the duration time format for interoperability.", 868*5ecf7b4eSGunnar Mills "description": "The time interval between readings of the physical sensor.", 869*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the time interval between readings of the physical sensor.", 870*5ecf7b4eSGunnar Mills "readonly": true, 871*5ecf7b4eSGunnar Mills "type": [ 872*5ecf7b4eSGunnar Mills "number", 873*5ecf7b4eSGunnar Mills "null" 874*5ecf7b4eSGunnar Mills ], 875*5ecf7b4eSGunnar Mills "versionDeprecated": "v1_1_0" 876*5ecf7b4eSGunnar Mills }, 877*5ecf7b4eSGunnar Mills "SensingInterval": { 878*5ecf7b4eSGunnar Mills "description": "The time interval between readings of the sensor.", 879*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the time interval between readings of data from the sensor.", 880*5ecf7b4eSGunnar Mills "pattern": "^P(\\d+D)?(T(\\d+H)?(\\d+M)?(\\d+(.\\d+)?S)?)?$", 881*5ecf7b4eSGunnar Mills "readonly": true, 882*5ecf7b4eSGunnar Mills "type": [ 883*5ecf7b4eSGunnar Mills "string", 884*5ecf7b4eSGunnar Mills "null" 885*5ecf7b4eSGunnar Mills ], 886*5ecf7b4eSGunnar Mills "versionAdded": "v1_1_0" 887*5ecf7b4eSGunnar Mills }, 888*5ecf7b4eSGunnar Mills "SensorGroup": { 889*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Redundancy.json#/definitions/RedundantGroup", 890*5ecf7b4eSGunnar Mills "description": "The group of sensors that provide readings for this sensor.", 891*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain information for a group of sensors that provide input for the value of this sensor's reading. If this property is present, the `Implementation` property shall contain the value `Synthesized`. The group may be created for redundancy or to improve the accuracy of the reading through multiple sensor inputs.", 892*5ecf7b4eSGunnar Mills "versionAdded": "v1_4_0" 893*5ecf7b4eSGunnar Mills }, 894*5ecf7b4eSGunnar Mills "SensorResetTime": { 895*5ecf7b4eSGunnar Mills "description": "The date and time when the time-based properties were last reset.", 896*5ecf7b4eSGunnar Mills "excerpt": "SensorEnergykWh", 897*5ecf7b4eSGunnar Mills "format": "date-time", 898*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the date and time when the `ResetMetrics` action was last performed or when the service last reset the time-based property values.", 899*5ecf7b4eSGunnar Mills "readonly": true, 900*5ecf7b4eSGunnar Mills "type": [ 901*5ecf7b4eSGunnar Mills "string", 902*5ecf7b4eSGunnar Mills "null" 903*5ecf7b4eSGunnar Mills ] 904*5ecf7b4eSGunnar Mills }, 905*5ecf7b4eSGunnar Mills "SerialNumber": { 906*5ecf7b4eSGunnar Mills "description": "The serial number of the sensor.", 907*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a manufacturer-allocated number that identifies the sensor. This property is generally used only for replaceable or user-configurable sensors.", 908*5ecf7b4eSGunnar Mills "readonly": true, 909*5ecf7b4eSGunnar Mills "type": [ 910*5ecf7b4eSGunnar Mills "string", 911*5ecf7b4eSGunnar Mills "null" 912*5ecf7b4eSGunnar Mills ], 913*5ecf7b4eSGunnar Mills "versionAdded": "v1_9_0" 914*5ecf7b4eSGunnar Mills }, 915*5ecf7b4eSGunnar Mills "SparePartNumber": { 916*5ecf7b4eSGunnar Mills "description": "The spare part number of the sensor.", 917*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the spare part number of the sensor. This property is generally used only for replaceable or user-configurable sensors.", 918*5ecf7b4eSGunnar Mills "readonly": true, 919*5ecf7b4eSGunnar Mills "type": [ 920*5ecf7b4eSGunnar Mills "string", 921*5ecf7b4eSGunnar Mills "null" 922*5ecf7b4eSGunnar Mills ], 923*5ecf7b4eSGunnar Mills "versionAdded": "v1_9_0" 924*5ecf7b4eSGunnar Mills }, 925*5ecf7b4eSGunnar Mills "SpeedRPM": { 926*5ecf7b4eSGunnar Mills "description": "The rotational speed.", 927*5ecf7b4eSGunnar Mills "excerpt": "SensorFan,SensorFanArray,SensorPump", 928*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a reading of the rotational speed of the device in revolutions per minute (RPM) units.", 929*5ecf7b4eSGunnar Mills "readonly": true, 930*5ecf7b4eSGunnar Mills "type": [ 931*5ecf7b4eSGunnar Mills "number", 932*5ecf7b4eSGunnar Mills "null" 933*5ecf7b4eSGunnar Mills ], 934*5ecf7b4eSGunnar Mills "units": "{rev}/min", 935*5ecf7b4eSGunnar Mills "versionAdded": "v1_2_0" 936*5ecf7b4eSGunnar Mills }, 937*5ecf7b4eSGunnar Mills "Status": { 938*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status", 939*5ecf7b4eSGunnar Mills "description": "The status and health of the resource and its subordinate or dependent resources.", 940*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain any status or health properties of the resource." 941*5ecf7b4eSGunnar Mills }, 942*5ecf7b4eSGunnar Mills "THDPercent": { 943*5ecf7b4eSGunnar Mills "description": "The total harmonic distortion percent (% THD).", 944*5ecf7b4eSGunnar Mills "excerpt": "SensorCurrent,SensorVoltage", 945*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the total harmonic distortion of the `Reading` property in percent units, typically `0` to `100`.", 946*5ecf7b4eSGunnar Mills "minimum": 0, 947*5ecf7b4eSGunnar Mills "readonly": true, 948*5ecf7b4eSGunnar Mills "type": [ 949*5ecf7b4eSGunnar Mills "number", 950*5ecf7b4eSGunnar Mills "null" 951*5ecf7b4eSGunnar Mills ], 952*5ecf7b4eSGunnar Mills "units": "%", 953*5ecf7b4eSGunnar Mills "versionAdded": "v1_1_0" 954*5ecf7b4eSGunnar Mills }, 955*5ecf7b4eSGunnar Mills "Thresholds": { 956*5ecf7b4eSGunnar Mills "$ref": "#/definitions/Thresholds", 957*5ecf7b4eSGunnar Mills "description": "The set of thresholds defined for this sensor.", 958*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the set of thresholds that derive a sensor's health and operational range." 959*5ecf7b4eSGunnar Mills }, 960*5ecf7b4eSGunnar Mills "UserLabel": { 961*5ecf7b4eSGunnar Mills "description": "A user-assigned label.", 962*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a user-assigned label used to identify this resource. This property shall only be present if the sensor can be configured for different purposes, or is dependent on configuration or end-user settings. This property shall not be present for embedded sensors with defined functions that cannot be altered. If a value has not been assigned by a user, the value of this property shall be an empty string.", 963*5ecf7b4eSGunnar Mills "readonly": false, 964*5ecf7b4eSGunnar Mills "type": "string", 965*5ecf7b4eSGunnar Mills "versionAdded": "v1_9_0" 966*5ecf7b4eSGunnar Mills }, 967*5ecf7b4eSGunnar Mills "VoltageType": { 968*5ecf7b4eSGunnar Mills "anyOf": [ 969*5ecf7b4eSGunnar Mills { 970*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/VoltageType" 971*5ecf7b4eSGunnar Mills }, 972*5ecf7b4eSGunnar Mills { 973*5ecf7b4eSGunnar Mills "type": "null" 974*5ecf7b4eSGunnar Mills } 975*5ecf7b4eSGunnar Mills ], 976*5ecf7b4eSGunnar Mills "description": "The voltage type for this sensor.", 977*5ecf7b4eSGunnar Mills "longDescription": "This property shall represent the type of input voltage the sensor monitors.", 978*5ecf7b4eSGunnar Mills "readonly": true 979*5ecf7b4eSGunnar Mills } 980*5ecf7b4eSGunnar Mills }, 981*5ecf7b4eSGunnar Mills "required": [ 982*5ecf7b4eSGunnar Mills "@odata.id", 983*5ecf7b4eSGunnar Mills "@odata.type", 984*5ecf7b4eSGunnar Mills "Id", 985*5ecf7b4eSGunnar Mills "Name" 986*5ecf7b4eSGunnar Mills ], 987*5ecf7b4eSGunnar Mills "type": "object" 988*5ecf7b4eSGunnar Mills }, 989*5ecf7b4eSGunnar Mills "SensorArrayExcerpt": { 990*5ecf7b4eSGunnar Mills "additionalProperties": false, 991*5ecf7b4eSGunnar Mills "description": "The `Sensor` schema describes a sensor and its properties.", 992*5ecf7b4eSGunnar Mills "excerpt": "SensorArray", 993*5ecf7b4eSGunnar Mills "longDescription": "This resource shall represent a sensor for a Redfish implementation.", 994*5ecf7b4eSGunnar Mills "patternProperties": { 995*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 996*5ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 997*5ecf7b4eSGunnar Mills "type": [ 998*5ecf7b4eSGunnar Mills "array", 999*5ecf7b4eSGunnar Mills "boolean", 1000*5ecf7b4eSGunnar Mills "integer", 1001*5ecf7b4eSGunnar Mills "number", 1002*5ecf7b4eSGunnar Mills "null", 1003*5ecf7b4eSGunnar Mills "object", 1004*5ecf7b4eSGunnar Mills "string" 1005*5ecf7b4eSGunnar Mills ] 1006*5ecf7b4eSGunnar Mills } 1007*5ecf7b4eSGunnar Mills }, 1008*5ecf7b4eSGunnar Mills "properties": { 1009*5ecf7b4eSGunnar Mills "DataSourceUri": { 1010*5ecf7b4eSGunnar Mills "description": "The link to the resource that provides the data for this sensor.", 1011*5ecf7b4eSGunnar Mills "excerptCopyOnly": true, 1012*5ecf7b4eSGunnar Mills "format": "uri-reference", 1013*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a URI to the resource that provides the source of the excerpt contained within this copy.", 1014*5ecf7b4eSGunnar Mills "readonly": true, 1015*5ecf7b4eSGunnar Mills "type": [ 1016*5ecf7b4eSGunnar Mills "string", 1017*5ecf7b4eSGunnar Mills "null" 1018*5ecf7b4eSGunnar Mills ] 1019*5ecf7b4eSGunnar Mills }, 1020*5ecf7b4eSGunnar Mills "DeviceName": { 1021*5ecf7b4eSGunnar Mills "description": "The name of the device.", 1022*5ecf7b4eSGunnar Mills "excerpt": "SensorArray,SensorFanArray", 1023*5ecf7b4eSGunnar Mills "excerptCopyOnly": true, 1024*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the name of the device associated with this sensor. If the device is represented by a resource, the value shall contain the value of the `Name` property of the associated resource.", 1025*5ecf7b4eSGunnar Mills "readonly": true, 1026*5ecf7b4eSGunnar Mills "type": [ 1027*5ecf7b4eSGunnar Mills "string", 1028*5ecf7b4eSGunnar Mills "null" 1029*5ecf7b4eSGunnar Mills ], 1030*5ecf7b4eSGunnar Mills "versionAdded": "v1_2_0" 1031*5ecf7b4eSGunnar Mills }, 1032*5ecf7b4eSGunnar Mills "PhysicalContext": { 1033*5ecf7b4eSGunnar Mills "anyOf": [ 1034*5ecf7b4eSGunnar Mills { 1035*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json#/definitions/PhysicalContext" 1036*5ecf7b4eSGunnar Mills }, 1037*5ecf7b4eSGunnar Mills { 1038*5ecf7b4eSGunnar Mills "type": "null" 1039*5ecf7b4eSGunnar Mills } 1040*5ecf7b4eSGunnar Mills ], 1041*5ecf7b4eSGunnar Mills "description": "The area or device to which this sensor measurement applies.", 1042*5ecf7b4eSGunnar Mills "excerpt": "SensorArray,SensorFanArray,SensorPowerArray", 1043*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a description of the affected component or region within the equipment to which this sensor measurement applies.", 1044*5ecf7b4eSGunnar Mills "readonly": false 1045*5ecf7b4eSGunnar Mills }, 1046*5ecf7b4eSGunnar Mills "PhysicalSubContext": { 1047*5ecf7b4eSGunnar Mills "anyOf": [ 1048*5ecf7b4eSGunnar Mills { 1049*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json#/definitions/PhysicalSubContext" 1050*5ecf7b4eSGunnar Mills }, 1051*5ecf7b4eSGunnar Mills { 1052*5ecf7b4eSGunnar Mills "type": "null" 1053*5ecf7b4eSGunnar Mills } 1054*5ecf7b4eSGunnar Mills ], 1055*5ecf7b4eSGunnar Mills "description": "The usage or location within a device to which this sensor measurement applies.", 1056*5ecf7b4eSGunnar Mills "excerpt": "SensorArray,SensorFanArray,SensorPowerArray", 1057*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a description of the usage or sub-region within the equipment to which this sensor measurement applies. This property generally differentiates multiple sensors within the same `PhysicalContext` instance.", 1058*5ecf7b4eSGunnar Mills "readonly": false 1059*5ecf7b4eSGunnar Mills }, 1060*5ecf7b4eSGunnar Mills "Reading": { 1061*5ecf7b4eSGunnar Mills "description": "The sensor value.", 1062*5ecf7b4eSGunnar Mills "excerpt": "Sensor", 1063*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the sensor value. This property shall not be returned if the `Enabled` property is supported and contains `false`.", 1064*5ecf7b4eSGunnar Mills "readonly": true, 1065*5ecf7b4eSGunnar Mills "type": [ 1066*5ecf7b4eSGunnar Mills "number", 1067*5ecf7b4eSGunnar Mills "null" 1068*5ecf7b4eSGunnar Mills ] 1069*5ecf7b4eSGunnar Mills } 1070*5ecf7b4eSGunnar Mills }, 1071*5ecf7b4eSGunnar Mills "type": "object" 1072*5ecf7b4eSGunnar Mills }, 1073*5ecf7b4eSGunnar Mills "SensorCurrentExcerpt": { 1074*5ecf7b4eSGunnar Mills "additionalProperties": false, 1075*5ecf7b4eSGunnar Mills "description": "The `Sensor` schema describes a sensor and its properties.", 1076*5ecf7b4eSGunnar Mills "excerpt": "SensorCurrent", 1077*5ecf7b4eSGunnar Mills "longDescription": "This resource shall represent a sensor for a Redfish implementation.", 1078*5ecf7b4eSGunnar Mills "patternProperties": { 1079*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 1080*5ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 1081*5ecf7b4eSGunnar Mills "type": [ 1082*5ecf7b4eSGunnar Mills "array", 1083*5ecf7b4eSGunnar Mills "boolean", 1084*5ecf7b4eSGunnar Mills "integer", 1085*5ecf7b4eSGunnar Mills "number", 1086*5ecf7b4eSGunnar Mills "null", 1087*5ecf7b4eSGunnar Mills "object", 1088*5ecf7b4eSGunnar Mills "string" 1089*5ecf7b4eSGunnar Mills ] 1090*5ecf7b4eSGunnar Mills } 1091*5ecf7b4eSGunnar Mills }, 1092*5ecf7b4eSGunnar Mills "properties": { 1093*5ecf7b4eSGunnar Mills "CrestFactor": { 1094*5ecf7b4eSGunnar Mills "description": "The crest factor for this sensor.", 1095*5ecf7b4eSGunnar Mills "excerpt": "SensorCurrent,SensorVoltage", 1096*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the ratio of the peak measurement divided by the RMS measurement and calculated over same N line cycles. A sine wave would have a value of 1.414.", 1097*5ecf7b4eSGunnar Mills "readonly": true, 1098*5ecf7b4eSGunnar Mills "type": [ 1099*5ecf7b4eSGunnar Mills "number", 1100*5ecf7b4eSGunnar Mills "null" 1101*5ecf7b4eSGunnar Mills ], 1102*5ecf7b4eSGunnar Mills "versionAdded": "v1_1_0" 1103*5ecf7b4eSGunnar Mills }, 1104*5ecf7b4eSGunnar Mills "DataSourceUri": { 1105*5ecf7b4eSGunnar Mills "description": "The link to the resource that provides the data for this sensor.", 1106*5ecf7b4eSGunnar Mills "excerptCopyOnly": true, 1107*5ecf7b4eSGunnar Mills "format": "uri-reference", 1108*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a URI to the resource that provides the source of the excerpt contained within this copy.", 1109*5ecf7b4eSGunnar Mills "readonly": true, 1110*5ecf7b4eSGunnar Mills "type": [ 1111*5ecf7b4eSGunnar Mills "string", 1112*5ecf7b4eSGunnar Mills "null" 1113*5ecf7b4eSGunnar Mills ] 1114*5ecf7b4eSGunnar Mills }, 1115*5ecf7b4eSGunnar Mills "Reading": { 1116*5ecf7b4eSGunnar Mills "description": "The sensor value.", 1117*5ecf7b4eSGunnar Mills "excerpt": "Sensor", 1118*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the sensor value. This property shall not be returned if the `Enabled` property is supported and contains `false`.", 1119*5ecf7b4eSGunnar Mills "readonly": true, 1120*5ecf7b4eSGunnar Mills "type": [ 1121*5ecf7b4eSGunnar Mills "number", 1122*5ecf7b4eSGunnar Mills "null" 1123*5ecf7b4eSGunnar Mills ] 1124*5ecf7b4eSGunnar Mills }, 1125*5ecf7b4eSGunnar Mills "THDPercent": { 1126*5ecf7b4eSGunnar Mills "description": "The total harmonic distortion percent (% THD).", 1127*5ecf7b4eSGunnar Mills "excerpt": "SensorCurrent,SensorVoltage", 1128*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the total harmonic distortion of the `Reading` property in percent units, typically `0` to `100`.", 1129*5ecf7b4eSGunnar Mills "minimum": 0, 1130*5ecf7b4eSGunnar Mills "readonly": true, 1131*5ecf7b4eSGunnar Mills "type": [ 1132*5ecf7b4eSGunnar Mills "number", 1133*5ecf7b4eSGunnar Mills "null" 1134*5ecf7b4eSGunnar Mills ], 1135*5ecf7b4eSGunnar Mills "units": "%", 1136*5ecf7b4eSGunnar Mills "versionAdded": "v1_1_0" 1137*5ecf7b4eSGunnar Mills } 1138*5ecf7b4eSGunnar Mills }, 1139*5ecf7b4eSGunnar Mills "type": "object" 1140*5ecf7b4eSGunnar Mills }, 1141*5ecf7b4eSGunnar Mills "SensorEnergykWhExcerpt": { 1142*5ecf7b4eSGunnar Mills "additionalProperties": false, 1143*5ecf7b4eSGunnar Mills "description": "The `Sensor` schema describes a sensor and its properties.", 1144*5ecf7b4eSGunnar Mills "excerpt": "SensorEnergykWh", 1145*5ecf7b4eSGunnar Mills "longDescription": "This resource shall represent a sensor for a Redfish implementation.", 1146*5ecf7b4eSGunnar Mills "patternProperties": { 1147*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 1148*5ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 1149*5ecf7b4eSGunnar Mills "type": [ 1150*5ecf7b4eSGunnar Mills "array", 1151*5ecf7b4eSGunnar Mills "boolean", 1152*5ecf7b4eSGunnar Mills "integer", 1153*5ecf7b4eSGunnar Mills "number", 1154*5ecf7b4eSGunnar Mills "null", 1155*5ecf7b4eSGunnar Mills "object", 1156*5ecf7b4eSGunnar Mills "string" 1157*5ecf7b4eSGunnar Mills ] 1158*5ecf7b4eSGunnar Mills } 1159*5ecf7b4eSGunnar Mills }, 1160*5ecf7b4eSGunnar Mills "properties": { 1161*5ecf7b4eSGunnar Mills "ApparentkVAh": { 1162*5ecf7b4eSGunnar Mills "description": "Apparent energy (kVAh).", 1163*5ecf7b4eSGunnar Mills "excerpt": "SensorEnergykWh", 1164*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the apparent energy, in kilovolt-ampere-hour units, for an electrical energy measurement. This property can appear in sensors with a `ReadingType` containing `EnergykWh`, and shall not appear in sensors with other `ReadingType` values.", 1165*5ecf7b4eSGunnar Mills "readonly": true, 1166*5ecf7b4eSGunnar Mills "type": [ 1167*5ecf7b4eSGunnar Mills "number", 1168*5ecf7b4eSGunnar Mills "null" 1169*5ecf7b4eSGunnar Mills ], 1170*5ecf7b4eSGunnar Mills "units": "kV.A.h", 1171*5ecf7b4eSGunnar Mills "versionAdded": "v1_5_0" 1172*5ecf7b4eSGunnar Mills }, 1173*5ecf7b4eSGunnar Mills "DataSourceUri": { 1174*5ecf7b4eSGunnar Mills "description": "The link to the resource that provides the data for this sensor.", 1175*5ecf7b4eSGunnar Mills "excerptCopyOnly": true, 1176*5ecf7b4eSGunnar Mills "format": "uri-reference", 1177*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a URI to the resource that provides the source of the excerpt contained within this copy.", 1178*5ecf7b4eSGunnar Mills "readonly": true, 1179*5ecf7b4eSGunnar Mills "type": [ 1180*5ecf7b4eSGunnar Mills "string", 1181*5ecf7b4eSGunnar Mills "null" 1182*5ecf7b4eSGunnar Mills ] 1183*5ecf7b4eSGunnar Mills }, 1184*5ecf7b4eSGunnar Mills "LifetimeReading": { 1185*5ecf7b4eSGunnar Mills "description": "The total accumulation value for this sensor.", 1186*5ecf7b4eSGunnar Mills "excerpt": "SensorEnergykWh", 1187*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the total accumulation of the `Reading` property over the sensor's lifetime. This value shall not be reset by the `ResetMetrics` action.", 1188*5ecf7b4eSGunnar Mills "readonly": true, 1189*5ecf7b4eSGunnar Mills "type": [ 1190*5ecf7b4eSGunnar Mills "number", 1191*5ecf7b4eSGunnar Mills "null" 1192*5ecf7b4eSGunnar Mills ], 1193*5ecf7b4eSGunnar Mills "versionAdded": "v1_1_0" 1194*5ecf7b4eSGunnar Mills }, 1195*5ecf7b4eSGunnar Mills "ReactivekVARh": { 1196*5ecf7b4eSGunnar Mills "description": "Reactive energy (kVARh).", 1197*5ecf7b4eSGunnar Mills "excerpt": "SensorEnergykWh", 1198*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the reactive energy, in kilovolt-ampere-hours (reactive) units, for an electrical energy measurement. This property can appear in sensors with a `ReadingType` containing `EnergykWh`, and shall not appear in sensors with other `ReadingType` values.", 1199*5ecf7b4eSGunnar Mills "readonly": true, 1200*5ecf7b4eSGunnar Mills "type": [ 1201*5ecf7b4eSGunnar Mills "number", 1202*5ecf7b4eSGunnar Mills "null" 1203*5ecf7b4eSGunnar Mills ], 1204*5ecf7b4eSGunnar Mills "units": "kV.A.h", 1205*5ecf7b4eSGunnar Mills "versionAdded": "v1_5_0" 1206*5ecf7b4eSGunnar Mills }, 1207*5ecf7b4eSGunnar Mills "Reading": { 1208*5ecf7b4eSGunnar Mills "description": "The sensor value.", 1209*5ecf7b4eSGunnar Mills "excerpt": "Sensor", 1210*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the sensor value. This property shall not be returned if the `Enabled` property is supported and contains `false`.", 1211*5ecf7b4eSGunnar Mills "readonly": true, 1212*5ecf7b4eSGunnar Mills "type": [ 1213*5ecf7b4eSGunnar Mills "number", 1214*5ecf7b4eSGunnar Mills "null" 1215*5ecf7b4eSGunnar Mills ] 1216*5ecf7b4eSGunnar Mills }, 1217*5ecf7b4eSGunnar Mills "SensorResetTime": { 1218*5ecf7b4eSGunnar Mills "description": "The date and time when the time-based properties were last reset.", 1219*5ecf7b4eSGunnar Mills "excerpt": "SensorEnergykWh", 1220*5ecf7b4eSGunnar Mills "format": "date-time", 1221*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the date and time when the `ResetMetrics` action was last performed or when the service last reset the time-based property values.", 1222*5ecf7b4eSGunnar Mills "readonly": true, 1223*5ecf7b4eSGunnar Mills "type": [ 1224*5ecf7b4eSGunnar Mills "string", 1225*5ecf7b4eSGunnar Mills "null" 1226*5ecf7b4eSGunnar Mills ] 1227*5ecf7b4eSGunnar Mills } 1228*5ecf7b4eSGunnar Mills }, 1229*5ecf7b4eSGunnar Mills "type": "object" 1230*5ecf7b4eSGunnar Mills }, 1231*5ecf7b4eSGunnar Mills "SensorExcerpt": { 1232*5ecf7b4eSGunnar Mills "additionalProperties": false, 1233*5ecf7b4eSGunnar Mills "description": "The `Sensor` schema describes a sensor and its properties.", 1234*5ecf7b4eSGunnar Mills "excerpt": "Sensor", 1235*5ecf7b4eSGunnar Mills "longDescription": "This resource shall represent a sensor for a Redfish implementation.", 1236*5ecf7b4eSGunnar Mills "patternProperties": { 1237*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 1238*5ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 1239*5ecf7b4eSGunnar Mills "type": [ 1240*5ecf7b4eSGunnar Mills "array", 1241*5ecf7b4eSGunnar Mills "boolean", 1242*5ecf7b4eSGunnar Mills "integer", 1243*5ecf7b4eSGunnar Mills "number", 1244*5ecf7b4eSGunnar Mills "null", 1245*5ecf7b4eSGunnar Mills "object", 1246*5ecf7b4eSGunnar Mills "string" 1247*5ecf7b4eSGunnar Mills ] 1248*5ecf7b4eSGunnar Mills } 1249*5ecf7b4eSGunnar Mills }, 1250*5ecf7b4eSGunnar Mills "properties": { 1251*5ecf7b4eSGunnar Mills "DataSourceUri": { 1252*5ecf7b4eSGunnar Mills "description": "The link to the resource that provides the data for this sensor.", 1253*5ecf7b4eSGunnar Mills "excerptCopyOnly": true, 1254*5ecf7b4eSGunnar Mills "format": "uri-reference", 1255*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a URI to the resource that provides the source of the excerpt contained within this copy.", 1256*5ecf7b4eSGunnar Mills "readonly": true, 1257*5ecf7b4eSGunnar Mills "type": [ 1258*5ecf7b4eSGunnar Mills "string", 1259*5ecf7b4eSGunnar Mills "null" 1260*5ecf7b4eSGunnar Mills ] 1261*5ecf7b4eSGunnar Mills }, 1262*5ecf7b4eSGunnar Mills "Reading": { 1263*5ecf7b4eSGunnar Mills "description": "The sensor value.", 1264*5ecf7b4eSGunnar Mills "excerpt": "Sensor", 1265*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the sensor value. This property shall not be returned if the `Enabled` property is supported and contains `false`.", 1266*5ecf7b4eSGunnar Mills "readonly": true, 1267*5ecf7b4eSGunnar Mills "type": [ 1268*5ecf7b4eSGunnar Mills "number", 1269*5ecf7b4eSGunnar Mills "null" 1270*5ecf7b4eSGunnar Mills ] 1271*5ecf7b4eSGunnar Mills } 1272*5ecf7b4eSGunnar Mills }, 1273*5ecf7b4eSGunnar Mills "type": "object" 1274*5ecf7b4eSGunnar Mills }, 1275*5ecf7b4eSGunnar Mills "SensorFanArrayExcerpt": { 1276*5ecf7b4eSGunnar Mills "additionalProperties": false, 1277*5ecf7b4eSGunnar Mills "description": "The `Sensor` schema describes a sensor and its properties.", 1278*5ecf7b4eSGunnar Mills "excerpt": "SensorFanArray", 1279*5ecf7b4eSGunnar Mills "longDescription": "This resource shall represent a sensor for a Redfish implementation.", 1280*5ecf7b4eSGunnar Mills "patternProperties": { 1281*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 1282*5ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 1283*5ecf7b4eSGunnar Mills "type": [ 1284*5ecf7b4eSGunnar Mills "array", 1285*5ecf7b4eSGunnar Mills "boolean", 1286*5ecf7b4eSGunnar Mills "integer", 1287*5ecf7b4eSGunnar Mills "number", 1288*5ecf7b4eSGunnar Mills "null", 1289*5ecf7b4eSGunnar Mills "object", 1290*5ecf7b4eSGunnar Mills "string" 1291*5ecf7b4eSGunnar Mills ] 1292*5ecf7b4eSGunnar Mills } 1293*5ecf7b4eSGunnar Mills }, 1294*5ecf7b4eSGunnar Mills "properties": { 1295*5ecf7b4eSGunnar Mills "DataSourceUri": { 1296*5ecf7b4eSGunnar Mills "description": "The link to the resource that provides the data for this sensor.", 1297*5ecf7b4eSGunnar Mills "excerptCopyOnly": true, 1298*5ecf7b4eSGunnar Mills "format": "uri-reference", 1299*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a URI to the resource that provides the source of the excerpt contained within this copy.", 1300*5ecf7b4eSGunnar Mills "readonly": true, 1301*5ecf7b4eSGunnar Mills "type": [ 1302*5ecf7b4eSGunnar Mills "string", 1303*5ecf7b4eSGunnar Mills "null" 1304*5ecf7b4eSGunnar Mills ] 1305*5ecf7b4eSGunnar Mills }, 1306*5ecf7b4eSGunnar Mills "DeviceName": { 1307*5ecf7b4eSGunnar Mills "description": "The name of the device.", 1308*5ecf7b4eSGunnar Mills "excerpt": "SensorArray,SensorFanArray", 1309*5ecf7b4eSGunnar Mills "excerptCopyOnly": true, 1310*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the name of the device associated with this sensor. If the device is represented by a resource, the value shall contain the value of the `Name` property of the associated resource.", 1311*5ecf7b4eSGunnar Mills "readonly": true, 1312*5ecf7b4eSGunnar Mills "type": [ 1313*5ecf7b4eSGunnar Mills "string", 1314*5ecf7b4eSGunnar Mills "null" 1315*5ecf7b4eSGunnar Mills ], 1316*5ecf7b4eSGunnar Mills "versionAdded": "v1_2_0" 1317*5ecf7b4eSGunnar Mills }, 1318*5ecf7b4eSGunnar Mills "PhysicalContext": { 1319*5ecf7b4eSGunnar Mills "anyOf": [ 1320*5ecf7b4eSGunnar Mills { 1321*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json#/definitions/PhysicalContext" 1322*5ecf7b4eSGunnar Mills }, 1323*5ecf7b4eSGunnar Mills { 1324*5ecf7b4eSGunnar Mills "type": "null" 1325*5ecf7b4eSGunnar Mills } 1326*5ecf7b4eSGunnar Mills ], 1327*5ecf7b4eSGunnar Mills "description": "The area or device to which this sensor measurement applies.", 1328*5ecf7b4eSGunnar Mills "excerpt": "SensorArray,SensorFanArray,SensorPowerArray", 1329*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a description of the affected component or region within the equipment to which this sensor measurement applies.", 1330*5ecf7b4eSGunnar Mills "readonly": false 1331*5ecf7b4eSGunnar Mills }, 1332*5ecf7b4eSGunnar Mills "PhysicalSubContext": { 1333*5ecf7b4eSGunnar Mills "anyOf": [ 1334*5ecf7b4eSGunnar Mills { 1335*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json#/definitions/PhysicalSubContext" 1336*5ecf7b4eSGunnar Mills }, 1337*5ecf7b4eSGunnar Mills { 1338*5ecf7b4eSGunnar Mills "type": "null" 1339*5ecf7b4eSGunnar Mills } 1340*5ecf7b4eSGunnar Mills ], 1341*5ecf7b4eSGunnar Mills "description": "The usage or location within a device to which this sensor measurement applies.", 1342*5ecf7b4eSGunnar Mills "excerpt": "SensorArray,SensorFanArray,SensorPowerArray", 1343*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a description of the usage or sub-region within the equipment to which this sensor measurement applies. This property generally differentiates multiple sensors within the same `PhysicalContext` instance.", 1344*5ecf7b4eSGunnar Mills "readonly": false 1345*5ecf7b4eSGunnar Mills }, 1346*5ecf7b4eSGunnar Mills "Reading": { 1347*5ecf7b4eSGunnar Mills "description": "The sensor value.", 1348*5ecf7b4eSGunnar Mills "excerpt": "Sensor", 1349*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the sensor value. This property shall not be returned if the `Enabled` property is supported and contains `false`.", 1350*5ecf7b4eSGunnar Mills "readonly": true, 1351*5ecf7b4eSGunnar Mills "type": [ 1352*5ecf7b4eSGunnar Mills "number", 1353*5ecf7b4eSGunnar Mills "null" 1354*5ecf7b4eSGunnar Mills ] 1355*5ecf7b4eSGunnar Mills }, 1356*5ecf7b4eSGunnar Mills "SpeedRPM": { 1357*5ecf7b4eSGunnar Mills "description": "The rotational speed.", 1358*5ecf7b4eSGunnar Mills "excerpt": "SensorFan,SensorFanArray,SensorPump", 1359*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a reading of the rotational speed of the device in revolutions per minute (RPM) units.", 1360*5ecf7b4eSGunnar Mills "readonly": true, 1361*5ecf7b4eSGunnar Mills "type": [ 1362*5ecf7b4eSGunnar Mills "number", 1363*5ecf7b4eSGunnar Mills "null" 1364*5ecf7b4eSGunnar Mills ], 1365*5ecf7b4eSGunnar Mills "units": "{rev}/min", 1366*5ecf7b4eSGunnar Mills "versionAdded": "v1_2_0" 1367*5ecf7b4eSGunnar Mills } 1368*5ecf7b4eSGunnar Mills }, 1369*5ecf7b4eSGunnar Mills "type": "object" 1370*5ecf7b4eSGunnar Mills }, 1371*5ecf7b4eSGunnar Mills "SensorFanExcerpt": { 1372*5ecf7b4eSGunnar Mills "additionalProperties": false, 1373*5ecf7b4eSGunnar Mills "description": "The `Sensor` schema describes a sensor and its properties.", 1374*5ecf7b4eSGunnar Mills "excerpt": "SensorFan", 1375*5ecf7b4eSGunnar Mills "longDescription": "This resource shall represent a sensor for a Redfish implementation.", 1376*5ecf7b4eSGunnar Mills "patternProperties": { 1377*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 1378*5ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 1379*5ecf7b4eSGunnar Mills "type": [ 1380*5ecf7b4eSGunnar Mills "array", 1381*5ecf7b4eSGunnar Mills "boolean", 1382*5ecf7b4eSGunnar Mills "integer", 1383*5ecf7b4eSGunnar Mills "number", 1384*5ecf7b4eSGunnar Mills "null", 1385*5ecf7b4eSGunnar Mills "object", 1386*5ecf7b4eSGunnar Mills "string" 1387*5ecf7b4eSGunnar Mills ] 1388*5ecf7b4eSGunnar Mills } 1389*5ecf7b4eSGunnar Mills }, 1390*5ecf7b4eSGunnar Mills "properties": { 1391*5ecf7b4eSGunnar Mills "DataSourceUri": { 1392*5ecf7b4eSGunnar Mills "description": "The link to the resource that provides the data for this sensor.", 1393*5ecf7b4eSGunnar Mills "excerptCopyOnly": true, 1394*5ecf7b4eSGunnar Mills "format": "uri-reference", 1395*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a URI to the resource that provides the source of the excerpt contained within this copy.", 1396*5ecf7b4eSGunnar Mills "readonly": true, 1397*5ecf7b4eSGunnar Mills "type": [ 1398*5ecf7b4eSGunnar Mills "string", 1399*5ecf7b4eSGunnar Mills "null" 1400*5ecf7b4eSGunnar Mills ] 1401*5ecf7b4eSGunnar Mills }, 1402*5ecf7b4eSGunnar Mills "Reading": { 1403*5ecf7b4eSGunnar Mills "description": "The sensor value.", 1404*5ecf7b4eSGunnar Mills "excerpt": "Sensor", 1405*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the sensor value. This property shall not be returned if the `Enabled` property is supported and contains `false`.", 1406*5ecf7b4eSGunnar Mills "readonly": true, 1407*5ecf7b4eSGunnar Mills "type": [ 1408*5ecf7b4eSGunnar Mills "number", 1409*5ecf7b4eSGunnar Mills "null" 1410*5ecf7b4eSGunnar Mills ] 1411*5ecf7b4eSGunnar Mills }, 1412*5ecf7b4eSGunnar Mills "SpeedRPM": { 1413*5ecf7b4eSGunnar Mills "description": "The rotational speed.", 1414*5ecf7b4eSGunnar Mills "excerpt": "SensorFan,SensorFanArray,SensorPump", 1415*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a reading of the rotational speed of the device in revolutions per minute (RPM) units.", 1416*5ecf7b4eSGunnar Mills "readonly": true, 1417*5ecf7b4eSGunnar Mills "type": [ 1418*5ecf7b4eSGunnar Mills "number", 1419*5ecf7b4eSGunnar Mills "null" 1420*5ecf7b4eSGunnar Mills ], 1421*5ecf7b4eSGunnar Mills "units": "{rev}/min", 1422*5ecf7b4eSGunnar Mills "versionAdded": "v1_2_0" 1423*5ecf7b4eSGunnar Mills } 1424*5ecf7b4eSGunnar Mills }, 1425*5ecf7b4eSGunnar Mills "type": "object" 1426*5ecf7b4eSGunnar Mills }, 1427*5ecf7b4eSGunnar Mills "SensorPowerArrayExcerpt": { 1428*5ecf7b4eSGunnar Mills "additionalProperties": false, 1429*5ecf7b4eSGunnar Mills "description": "The `Sensor` schema describes a sensor and its properties.", 1430*5ecf7b4eSGunnar Mills "excerpt": "SensorPowerArray", 1431*5ecf7b4eSGunnar Mills "longDescription": "This resource shall represent a sensor for a Redfish implementation.", 1432*5ecf7b4eSGunnar Mills "patternProperties": { 1433*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 1434*5ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 1435*5ecf7b4eSGunnar Mills "type": [ 1436*5ecf7b4eSGunnar Mills "array", 1437*5ecf7b4eSGunnar Mills "boolean", 1438*5ecf7b4eSGunnar Mills "integer", 1439*5ecf7b4eSGunnar Mills "number", 1440*5ecf7b4eSGunnar Mills "null", 1441*5ecf7b4eSGunnar Mills "object", 1442*5ecf7b4eSGunnar Mills "string" 1443*5ecf7b4eSGunnar Mills ] 1444*5ecf7b4eSGunnar Mills } 1445*5ecf7b4eSGunnar Mills }, 1446*5ecf7b4eSGunnar Mills "properties": { 1447*5ecf7b4eSGunnar Mills "ApparentVA": { 1448*5ecf7b4eSGunnar Mills "description": "The product of voltage and current for an AC circuit, in volt-ampere units.", 1449*5ecf7b4eSGunnar Mills "excerpt": "SensorPower,SensorPowerArray", 1450*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the product of voltage (RMS) multiplied by current (RMS) for a circuit. This property can appear in sensors of the `Power` `ReadingType`, and shall not appear in sensors of other `ReadingType` values.", 1451*5ecf7b4eSGunnar Mills "readonly": true, 1452*5ecf7b4eSGunnar Mills "type": [ 1453*5ecf7b4eSGunnar Mills "number", 1454*5ecf7b4eSGunnar Mills "null" 1455*5ecf7b4eSGunnar Mills ], 1456*5ecf7b4eSGunnar Mills "units": "V.A" 1457*5ecf7b4eSGunnar Mills }, 1458*5ecf7b4eSGunnar Mills "DataSourceUri": { 1459*5ecf7b4eSGunnar Mills "description": "The link to the resource that provides the data for this sensor.", 1460*5ecf7b4eSGunnar Mills "excerptCopyOnly": true, 1461*5ecf7b4eSGunnar Mills "format": "uri-reference", 1462*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a URI to the resource that provides the source of the excerpt contained within this copy.", 1463*5ecf7b4eSGunnar Mills "readonly": true, 1464*5ecf7b4eSGunnar Mills "type": [ 1465*5ecf7b4eSGunnar Mills "string", 1466*5ecf7b4eSGunnar Mills "null" 1467*5ecf7b4eSGunnar Mills ] 1468*5ecf7b4eSGunnar Mills }, 1469*5ecf7b4eSGunnar Mills "PhaseAngleDegrees": { 1470*5ecf7b4eSGunnar Mills "description": "The phase angle (degrees) between the current and voltage waveforms.", 1471*5ecf7b4eSGunnar Mills "excerpt": "SensorPower,SensorPowerArray", 1472*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the phase angle, in degree units, between the current and voltage waveforms for an electrical measurement. This property can appear in sensors with a `ReadingType` containing `Power`, and shall not appear in sensors with other `ReadingType` values.", 1473*5ecf7b4eSGunnar Mills "maximum": 90, 1474*5ecf7b4eSGunnar Mills "minimum": -90, 1475*5ecf7b4eSGunnar Mills "readonly": true, 1476*5ecf7b4eSGunnar Mills "type": [ 1477*5ecf7b4eSGunnar Mills "number", 1478*5ecf7b4eSGunnar Mills "null" 1479*5ecf7b4eSGunnar Mills ], 1480*5ecf7b4eSGunnar Mills "versionAdded": "v1_5_0" 1481*5ecf7b4eSGunnar Mills }, 1482*5ecf7b4eSGunnar Mills "PhysicalContext": { 1483*5ecf7b4eSGunnar Mills "anyOf": [ 1484*5ecf7b4eSGunnar Mills { 1485*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json#/definitions/PhysicalContext" 1486*5ecf7b4eSGunnar Mills }, 1487*5ecf7b4eSGunnar Mills { 1488*5ecf7b4eSGunnar Mills "type": "null" 1489*5ecf7b4eSGunnar Mills } 1490*5ecf7b4eSGunnar Mills ], 1491*5ecf7b4eSGunnar Mills "description": "The area or device to which this sensor measurement applies.", 1492*5ecf7b4eSGunnar Mills "excerpt": "SensorArray,SensorFanArray,SensorPowerArray", 1493*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a description of the affected component or region within the equipment to which this sensor measurement applies.", 1494*5ecf7b4eSGunnar Mills "readonly": false 1495*5ecf7b4eSGunnar Mills }, 1496*5ecf7b4eSGunnar Mills "PhysicalSubContext": { 1497*5ecf7b4eSGunnar Mills "anyOf": [ 1498*5ecf7b4eSGunnar Mills { 1499*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json#/definitions/PhysicalSubContext" 1500*5ecf7b4eSGunnar Mills }, 1501*5ecf7b4eSGunnar Mills { 1502*5ecf7b4eSGunnar Mills "type": "null" 1503*5ecf7b4eSGunnar Mills } 1504*5ecf7b4eSGunnar Mills ], 1505*5ecf7b4eSGunnar Mills "description": "The usage or location within a device to which this sensor measurement applies.", 1506*5ecf7b4eSGunnar Mills "excerpt": "SensorArray,SensorFanArray,SensorPowerArray", 1507*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a description of the usage or sub-region within the equipment to which this sensor measurement applies. This property generally differentiates multiple sensors within the same `PhysicalContext` instance.", 1508*5ecf7b4eSGunnar Mills "readonly": false 1509*5ecf7b4eSGunnar Mills }, 1510*5ecf7b4eSGunnar Mills "PowerFactor": { 1511*5ecf7b4eSGunnar Mills "description": "The power factor for this sensor.", 1512*5ecf7b4eSGunnar Mills "excerpt": "SensorPower,SensorPowerArray", 1513*5ecf7b4eSGunnar Mills "longDescription": "This property shall identify the quotient of real power (W) and apparent power (VA) for a circuit. `PowerFactor` is expressed in unit-less 1/100ths. This property can appear in sensors containing a `ReadingType` value of `Power`, and shall not appear in sensors of other `ReadingType` values.", 1514*5ecf7b4eSGunnar Mills "maximum": 1, 1515*5ecf7b4eSGunnar Mills "minimum": -1, 1516*5ecf7b4eSGunnar Mills "readonly": true, 1517*5ecf7b4eSGunnar Mills "type": [ 1518*5ecf7b4eSGunnar Mills "number", 1519*5ecf7b4eSGunnar Mills "null" 1520*5ecf7b4eSGunnar Mills ] 1521*5ecf7b4eSGunnar Mills }, 1522*5ecf7b4eSGunnar Mills "ReactiveVAR": { 1523*5ecf7b4eSGunnar Mills "description": "The square root of the difference term of squared apparent VA and squared power (Reading) for a circuit, in VAR units.", 1524*5ecf7b4eSGunnar Mills "excerpt": "SensorPower,SensorPowerArray", 1525*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the arithmetic mean of product terms of instantaneous voltage and quadrature current measurements calculated over an integer number of line cycles for a circuit. This property can appear in sensors of the `Power` `ReadingType`, and shall not appear in sensors of other `ReadingType` values.", 1526*5ecf7b4eSGunnar Mills "readonly": true, 1527*5ecf7b4eSGunnar Mills "type": [ 1528*5ecf7b4eSGunnar Mills "number", 1529*5ecf7b4eSGunnar Mills "null" 1530*5ecf7b4eSGunnar Mills ], 1531*5ecf7b4eSGunnar Mills "units": "V.A" 1532*5ecf7b4eSGunnar Mills }, 1533*5ecf7b4eSGunnar Mills "Reading": { 1534*5ecf7b4eSGunnar Mills "description": "The sensor value.", 1535*5ecf7b4eSGunnar Mills "excerpt": "Sensor", 1536*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the sensor value. This property shall not be returned if the `Enabled` property is supported and contains `false`.", 1537*5ecf7b4eSGunnar Mills "readonly": true, 1538*5ecf7b4eSGunnar Mills "type": [ 1539*5ecf7b4eSGunnar Mills "number", 1540*5ecf7b4eSGunnar Mills "null" 1541*5ecf7b4eSGunnar Mills ] 1542*5ecf7b4eSGunnar Mills } 1543*5ecf7b4eSGunnar Mills }, 1544*5ecf7b4eSGunnar Mills "type": "object" 1545*5ecf7b4eSGunnar Mills }, 1546*5ecf7b4eSGunnar Mills "SensorPowerExcerpt": { 1547*5ecf7b4eSGunnar Mills "additionalProperties": false, 1548*5ecf7b4eSGunnar Mills "description": "The `Sensor` schema describes a sensor and its properties.", 1549*5ecf7b4eSGunnar Mills "excerpt": "SensorPower", 1550*5ecf7b4eSGunnar Mills "longDescription": "This resource shall represent a sensor for a Redfish implementation.", 1551*5ecf7b4eSGunnar Mills "patternProperties": { 1552*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 1553*5ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 1554*5ecf7b4eSGunnar Mills "type": [ 1555*5ecf7b4eSGunnar Mills "array", 1556*5ecf7b4eSGunnar Mills "boolean", 1557*5ecf7b4eSGunnar Mills "integer", 1558*5ecf7b4eSGunnar Mills "number", 1559*5ecf7b4eSGunnar Mills "null", 1560*5ecf7b4eSGunnar Mills "object", 1561*5ecf7b4eSGunnar Mills "string" 1562*5ecf7b4eSGunnar Mills ] 1563*5ecf7b4eSGunnar Mills } 1564*5ecf7b4eSGunnar Mills }, 1565*5ecf7b4eSGunnar Mills "properties": { 1566*5ecf7b4eSGunnar Mills "ApparentVA": { 1567*5ecf7b4eSGunnar Mills "description": "The product of voltage and current for an AC circuit, in volt-ampere units.", 1568*5ecf7b4eSGunnar Mills "excerpt": "SensorPower,SensorPowerArray", 1569*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the product of voltage (RMS) multiplied by current (RMS) for a circuit. This property can appear in sensors of the `Power` `ReadingType`, and shall not appear in sensors of other `ReadingType` values.", 1570*5ecf7b4eSGunnar Mills "readonly": true, 1571*5ecf7b4eSGunnar Mills "type": [ 1572*5ecf7b4eSGunnar Mills "number", 1573*5ecf7b4eSGunnar Mills "null" 1574*5ecf7b4eSGunnar Mills ], 1575*5ecf7b4eSGunnar Mills "units": "V.A" 1576*5ecf7b4eSGunnar Mills }, 1577*5ecf7b4eSGunnar Mills "DataSourceUri": { 1578*5ecf7b4eSGunnar Mills "description": "The link to the resource that provides the data for this sensor.", 1579*5ecf7b4eSGunnar Mills "excerptCopyOnly": true, 1580*5ecf7b4eSGunnar Mills "format": "uri-reference", 1581*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a URI to the resource that provides the source of the excerpt contained within this copy.", 1582*5ecf7b4eSGunnar Mills "readonly": true, 1583*5ecf7b4eSGunnar Mills "type": [ 1584*5ecf7b4eSGunnar Mills "string", 1585*5ecf7b4eSGunnar Mills "null" 1586*5ecf7b4eSGunnar Mills ] 1587*5ecf7b4eSGunnar Mills }, 1588*5ecf7b4eSGunnar Mills "PhaseAngleDegrees": { 1589*5ecf7b4eSGunnar Mills "description": "The phase angle (degrees) between the current and voltage waveforms.", 1590*5ecf7b4eSGunnar Mills "excerpt": "SensorPower,SensorPowerArray", 1591*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the phase angle, in degree units, between the current and voltage waveforms for an electrical measurement. This property can appear in sensors with a `ReadingType` containing `Power`, and shall not appear in sensors with other `ReadingType` values.", 1592*5ecf7b4eSGunnar Mills "maximum": 90, 1593*5ecf7b4eSGunnar Mills "minimum": -90, 1594*5ecf7b4eSGunnar Mills "readonly": true, 1595*5ecf7b4eSGunnar Mills "type": [ 1596*5ecf7b4eSGunnar Mills "number", 1597*5ecf7b4eSGunnar Mills "null" 1598*5ecf7b4eSGunnar Mills ], 1599*5ecf7b4eSGunnar Mills "versionAdded": "v1_5_0" 1600*5ecf7b4eSGunnar Mills }, 1601*5ecf7b4eSGunnar Mills "PowerFactor": { 1602*5ecf7b4eSGunnar Mills "description": "The power factor for this sensor.", 1603*5ecf7b4eSGunnar Mills "excerpt": "SensorPower,SensorPowerArray", 1604*5ecf7b4eSGunnar Mills "longDescription": "This property shall identify the quotient of real power (W) and apparent power (VA) for a circuit. `PowerFactor` is expressed in unit-less 1/100ths. This property can appear in sensors containing a `ReadingType` value of `Power`, and shall not appear in sensors of other `ReadingType` values.", 1605*5ecf7b4eSGunnar Mills "maximum": 1, 1606*5ecf7b4eSGunnar Mills "minimum": -1, 1607*5ecf7b4eSGunnar Mills "readonly": true, 1608*5ecf7b4eSGunnar Mills "type": [ 1609*5ecf7b4eSGunnar Mills "number", 1610*5ecf7b4eSGunnar Mills "null" 1611*5ecf7b4eSGunnar Mills ] 1612*5ecf7b4eSGunnar Mills }, 1613*5ecf7b4eSGunnar Mills "ReactiveVAR": { 1614*5ecf7b4eSGunnar Mills "description": "The square root of the difference term of squared apparent VA and squared power (Reading) for a circuit, in VAR units.", 1615*5ecf7b4eSGunnar Mills "excerpt": "SensorPower,SensorPowerArray", 1616*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the arithmetic mean of product terms of instantaneous voltage and quadrature current measurements calculated over an integer number of line cycles for a circuit. This property can appear in sensors of the `Power` `ReadingType`, and shall not appear in sensors of other `ReadingType` values.", 1617*5ecf7b4eSGunnar Mills "readonly": true, 1618*5ecf7b4eSGunnar Mills "type": [ 1619*5ecf7b4eSGunnar Mills "number", 1620*5ecf7b4eSGunnar Mills "null" 1621*5ecf7b4eSGunnar Mills ], 1622*5ecf7b4eSGunnar Mills "units": "V.A" 1623*5ecf7b4eSGunnar Mills }, 1624*5ecf7b4eSGunnar Mills "Reading": { 1625*5ecf7b4eSGunnar Mills "description": "The sensor value.", 1626*5ecf7b4eSGunnar Mills "excerpt": "Sensor", 1627*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the sensor value. This property shall not be returned if the `Enabled` property is supported and contains `false`.", 1628*5ecf7b4eSGunnar Mills "readonly": true, 1629*5ecf7b4eSGunnar Mills "type": [ 1630*5ecf7b4eSGunnar Mills "number", 1631*5ecf7b4eSGunnar Mills "null" 1632*5ecf7b4eSGunnar Mills ] 1633*5ecf7b4eSGunnar Mills } 1634*5ecf7b4eSGunnar Mills }, 1635*5ecf7b4eSGunnar Mills "type": "object" 1636*5ecf7b4eSGunnar Mills }, 1637*5ecf7b4eSGunnar Mills "SensorPumpExcerpt": { 1638*5ecf7b4eSGunnar Mills "additionalProperties": false, 1639*5ecf7b4eSGunnar Mills "description": "The `Sensor` schema describes a sensor and its properties.", 1640*5ecf7b4eSGunnar Mills "excerpt": "SensorPump", 1641*5ecf7b4eSGunnar Mills "longDescription": "This resource shall represent a sensor for a Redfish implementation.", 1642*5ecf7b4eSGunnar Mills "patternProperties": { 1643*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 1644*5ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 1645*5ecf7b4eSGunnar Mills "type": [ 1646*5ecf7b4eSGunnar Mills "array", 1647*5ecf7b4eSGunnar Mills "boolean", 1648*5ecf7b4eSGunnar Mills "integer", 1649*5ecf7b4eSGunnar Mills "number", 1650*5ecf7b4eSGunnar Mills "null", 1651*5ecf7b4eSGunnar Mills "object", 1652*5ecf7b4eSGunnar Mills "string" 1653*5ecf7b4eSGunnar Mills ] 1654*5ecf7b4eSGunnar Mills } 1655*5ecf7b4eSGunnar Mills }, 1656*5ecf7b4eSGunnar Mills "properties": { 1657*5ecf7b4eSGunnar Mills "DataSourceUri": { 1658*5ecf7b4eSGunnar Mills "description": "The link to the resource that provides the data for this sensor.", 1659*5ecf7b4eSGunnar Mills "excerptCopyOnly": true, 1660*5ecf7b4eSGunnar Mills "format": "uri-reference", 1661*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a URI to the resource that provides the source of the excerpt contained within this copy.", 1662*5ecf7b4eSGunnar Mills "readonly": true, 1663*5ecf7b4eSGunnar Mills "type": [ 1664*5ecf7b4eSGunnar Mills "string", 1665*5ecf7b4eSGunnar Mills "null" 1666*5ecf7b4eSGunnar Mills ] 1667*5ecf7b4eSGunnar Mills }, 1668*5ecf7b4eSGunnar Mills "Reading": { 1669*5ecf7b4eSGunnar Mills "description": "The sensor value.", 1670*5ecf7b4eSGunnar Mills "excerpt": "Sensor", 1671*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the sensor value. This property shall not be returned if the `Enabled` property is supported and contains `false`.", 1672*5ecf7b4eSGunnar Mills "readonly": true, 1673*5ecf7b4eSGunnar Mills "type": [ 1674*5ecf7b4eSGunnar Mills "number", 1675*5ecf7b4eSGunnar Mills "null" 1676*5ecf7b4eSGunnar Mills ] 1677*5ecf7b4eSGunnar Mills }, 1678*5ecf7b4eSGunnar Mills "SpeedRPM": { 1679*5ecf7b4eSGunnar Mills "description": "The rotational speed.", 1680*5ecf7b4eSGunnar Mills "excerpt": "SensorFan,SensorFanArray,SensorPump", 1681*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a reading of the rotational speed of the device in revolutions per minute (RPM) units.", 1682*5ecf7b4eSGunnar Mills "readonly": true, 1683*5ecf7b4eSGunnar Mills "type": [ 1684*5ecf7b4eSGunnar Mills "number", 1685*5ecf7b4eSGunnar Mills "null" 1686*5ecf7b4eSGunnar Mills ], 1687*5ecf7b4eSGunnar Mills "units": "{rev}/min", 1688*5ecf7b4eSGunnar Mills "versionAdded": "v1_2_0" 1689*5ecf7b4eSGunnar Mills } 1690*5ecf7b4eSGunnar Mills }, 1691*5ecf7b4eSGunnar Mills "type": "object" 1692*5ecf7b4eSGunnar Mills }, 1693*5ecf7b4eSGunnar Mills "SensorVoltageExcerpt": { 1694*5ecf7b4eSGunnar Mills "additionalProperties": false, 1695*5ecf7b4eSGunnar Mills "description": "The `Sensor` schema describes a sensor and its properties.", 1696*5ecf7b4eSGunnar Mills "excerpt": "SensorVoltage", 1697*5ecf7b4eSGunnar Mills "longDescription": "This resource shall represent a sensor for a Redfish implementation.", 1698*5ecf7b4eSGunnar Mills "patternProperties": { 1699*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 1700*5ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 1701*5ecf7b4eSGunnar Mills "type": [ 1702*5ecf7b4eSGunnar Mills "array", 1703*5ecf7b4eSGunnar Mills "boolean", 1704*5ecf7b4eSGunnar Mills "integer", 1705*5ecf7b4eSGunnar Mills "number", 1706*5ecf7b4eSGunnar Mills "null", 1707*5ecf7b4eSGunnar Mills "object", 1708*5ecf7b4eSGunnar Mills "string" 1709*5ecf7b4eSGunnar Mills ] 1710*5ecf7b4eSGunnar Mills } 1711*5ecf7b4eSGunnar Mills }, 1712*5ecf7b4eSGunnar Mills "properties": { 1713*5ecf7b4eSGunnar Mills "CrestFactor": { 1714*5ecf7b4eSGunnar Mills "description": "The crest factor for this sensor.", 1715*5ecf7b4eSGunnar Mills "excerpt": "SensorCurrent,SensorVoltage", 1716*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the ratio of the peak measurement divided by the RMS measurement and calculated over same N line cycles. A sine wave would have a value of 1.414.", 1717*5ecf7b4eSGunnar Mills "readonly": true, 1718*5ecf7b4eSGunnar Mills "type": [ 1719*5ecf7b4eSGunnar Mills "number", 1720*5ecf7b4eSGunnar Mills "null" 1721*5ecf7b4eSGunnar Mills ], 1722*5ecf7b4eSGunnar Mills "versionAdded": "v1_1_0" 1723*5ecf7b4eSGunnar Mills }, 1724*5ecf7b4eSGunnar Mills "DataSourceUri": { 1725*5ecf7b4eSGunnar Mills "description": "The link to the resource that provides the data for this sensor.", 1726*5ecf7b4eSGunnar Mills "excerptCopyOnly": true, 1727*5ecf7b4eSGunnar Mills "format": "uri-reference", 1728*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a URI to the resource that provides the source of the excerpt contained within this copy.", 1729*5ecf7b4eSGunnar Mills "readonly": true, 1730*5ecf7b4eSGunnar Mills "type": [ 1731*5ecf7b4eSGunnar Mills "string", 1732*5ecf7b4eSGunnar Mills "null" 1733*5ecf7b4eSGunnar Mills ] 1734*5ecf7b4eSGunnar Mills }, 1735*5ecf7b4eSGunnar Mills "Reading": { 1736*5ecf7b4eSGunnar Mills "description": "The sensor value.", 1737*5ecf7b4eSGunnar Mills "excerpt": "Sensor", 1738*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the sensor value. This property shall not be returned if the `Enabled` property is supported and contains `false`.", 1739*5ecf7b4eSGunnar Mills "readonly": true, 1740*5ecf7b4eSGunnar Mills "type": [ 1741*5ecf7b4eSGunnar Mills "number", 1742*5ecf7b4eSGunnar Mills "null" 1743*5ecf7b4eSGunnar Mills ] 1744*5ecf7b4eSGunnar Mills }, 1745*5ecf7b4eSGunnar Mills "THDPercent": { 1746*5ecf7b4eSGunnar Mills "description": "The total harmonic distortion percent (% THD).", 1747*5ecf7b4eSGunnar Mills "excerpt": "SensorCurrent,SensorVoltage", 1748*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the total harmonic distortion of the `Reading` property in percent units, typically `0` to `100`.", 1749*5ecf7b4eSGunnar Mills "minimum": 0, 1750*5ecf7b4eSGunnar Mills "readonly": true, 1751*5ecf7b4eSGunnar Mills "type": [ 1752*5ecf7b4eSGunnar Mills "number", 1753*5ecf7b4eSGunnar Mills "null" 1754*5ecf7b4eSGunnar Mills ], 1755*5ecf7b4eSGunnar Mills "units": "%", 1756*5ecf7b4eSGunnar Mills "versionAdded": "v1_1_0" 1757*5ecf7b4eSGunnar Mills } 1758*5ecf7b4eSGunnar Mills }, 1759*5ecf7b4eSGunnar Mills "type": "object" 1760*5ecf7b4eSGunnar Mills }, 1761*5ecf7b4eSGunnar Mills "Threshold": { 1762*5ecf7b4eSGunnar Mills "additionalProperties": false, 1763*5ecf7b4eSGunnar Mills "description": "The threshold definition for a sensor.", 1764*5ecf7b4eSGunnar Mills "longDescription": "This type shall contain the properties for an individual threshold for this sensor.", 1765*5ecf7b4eSGunnar Mills "patternProperties": { 1766*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 1767*5ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 1768*5ecf7b4eSGunnar Mills "type": [ 1769*5ecf7b4eSGunnar Mills "array", 1770*5ecf7b4eSGunnar Mills "boolean", 1771*5ecf7b4eSGunnar Mills "integer", 1772*5ecf7b4eSGunnar Mills "number", 1773*5ecf7b4eSGunnar Mills "null", 1774*5ecf7b4eSGunnar Mills "object", 1775*5ecf7b4eSGunnar Mills "string" 1776*5ecf7b4eSGunnar Mills ] 1777*5ecf7b4eSGunnar Mills } 1778*5ecf7b4eSGunnar Mills }, 1779*5ecf7b4eSGunnar Mills "properties": { 1780*5ecf7b4eSGunnar Mills "Activation": { 1781*5ecf7b4eSGunnar Mills "anyOf": [ 1782*5ecf7b4eSGunnar Mills { 1783*5ecf7b4eSGunnar Mills "$ref": "#/definitions/ThresholdActivation" 1784*5ecf7b4eSGunnar Mills }, 1785*5ecf7b4eSGunnar Mills { 1786*5ecf7b4eSGunnar Mills "type": "null" 1787*5ecf7b4eSGunnar Mills } 1788*5ecf7b4eSGunnar Mills ], 1789*5ecf7b4eSGunnar Mills "description": "The direction of crossing that activates this threshold.", 1790*5ecf7b4eSGunnar Mills "longDescription": "This property shall indicate the direction of crossing of the reading for this sensor that activates the threshold.", 1791*5ecf7b4eSGunnar Mills "readonly": false 1792*5ecf7b4eSGunnar Mills }, 1793*5ecf7b4eSGunnar Mills "DwellTime": { 1794*5ecf7b4eSGunnar Mills "description": "The duration the sensor value must violate the threshold before the threshold is activated.", 1795*5ecf7b4eSGunnar Mills "longDescription": "This property shall indicate the duration the sensor value violates the threshold before the threshold is activated.", 1796*5ecf7b4eSGunnar Mills "pattern": "^P(\\d+D)?(T(\\d+H)?(\\d+M)?(\\d+(.\\d+)?S)?)?$", 1797*5ecf7b4eSGunnar Mills "readonly": false, 1798*5ecf7b4eSGunnar Mills "type": [ 1799*5ecf7b4eSGunnar Mills "string", 1800*5ecf7b4eSGunnar Mills "null" 1801*5ecf7b4eSGunnar Mills ] 1802*5ecf7b4eSGunnar Mills }, 1803*5ecf7b4eSGunnar Mills "HysteresisDuration": { 1804*5ecf7b4eSGunnar Mills "description": "The duration the sensor value must not violate the threshold before the threshold is deactivated.", 1805*5ecf7b4eSGunnar Mills "longDescription": "This property shall indicate the duration the sensor value no longer violates the threshold before the threshold is deactivated. A duration of zero seconds, or if the property is not present in the resource, shall indicate the threshold is deactivated immediately once the sensor value no longer violates the threshold. The threshold shall not deactivate until the conditions of both `HysteresisReading` and `HysteresisDuration` are met.", 1806*5ecf7b4eSGunnar Mills "pattern": "^P(\\d+D)?(T(\\d+H)?(\\d+M)?(\\d+(.\\d+)?S)?)?$", 1807*5ecf7b4eSGunnar Mills "readonly": false, 1808*5ecf7b4eSGunnar Mills "type": [ 1809*5ecf7b4eSGunnar Mills "string", 1810*5ecf7b4eSGunnar Mills "null" 1811*5ecf7b4eSGunnar Mills ], 1812*5ecf7b4eSGunnar Mills "versionAdded": "v1_7_0" 1813*5ecf7b4eSGunnar Mills }, 1814*5ecf7b4eSGunnar Mills "HysteresisReading": { 1815*5ecf7b4eSGunnar Mills "description": "The reading offset from the threshold value required to clear the threshold.", 1816*5ecf7b4eSGunnar Mills "longDescription": "This property shall indicate the offset from the reading for this sensor and the threshold value that deactivates the threshold. For example, a value of `-2` indicates the sensor reading shall fall 2 units below an upper threshold value to deactivate the threshold. The value of the property shall use the same units as the `Reading` property. A value of `0`, or if the property is not present in the resource, shall indicate the threshold is deactivated when the sensor value no longer violates the threshold. The threshold shall not deactivate until the conditions of both `HysteresisReading` and `HysteresisDuration` are met.", 1817*5ecf7b4eSGunnar Mills "readonly": false, 1818*5ecf7b4eSGunnar Mills "type": [ 1819*5ecf7b4eSGunnar Mills "number", 1820*5ecf7b4eSGunnar Mills "null" 1821*5ecf7b4eSGunnar Mills ], 1822*5ecf7b4eSGunnar Mills "versionAdded": "v1_7_0" 1823*5ecf7b4eSGunnar Mills }, 1824*5ecf7b4eSGunnar Mills "Reading": { 1825*5ecf7b4eSGunnar Mills "description": "The threshold value.", 1826*5ecf7b4eSGunnar Mills "longDescription": "This property shall indicate the reading for this sensor that activates the threshold. The value of the property shall use the same units as the `Reading` property.", 1827*5ecf7b4eSGunnar Mills "readonly": false, 1828*5ecf7b4eSGunnar Mills "type": [ 1829*5ecf7b4eSGunnar Mills "number", 1830*5ecf7b4eSGunnar Mills "null" 1831*5ecf7b4eSGunnar Mills ] 1832*5ecf7b4eSGunnar Mills } 1833*5ecf7b4eSGunnar Mills }, 1834*5ecf7b4eSGunnar Mills "type": "object" 1835*5ecf7b4eSGunnar Mills }, 1836*5ecf7b4eSGunnar Mills "ThresholdActivation": { 1837*5ecf7b4eSGunnar Mills "enum": [ 1838*5ecf7b4eSGunnar Mills "Increasing", 1839*5ecf7b4eSGunnar Mills "Decreasing", 1840*5ecf7b4eSGunnar Mills "Either", 1841*5ecf7b4eSGunnar Mills "Disabled" 1842*5ecf7b4eSGunnar Mills ], 1843*5ecf7b4eSGunnar Mills "enumDescriptions": { 1844*5ecf7b4eSGunnar Mills "Decreasing": "Value decreases below the threshold.", 1845*5ecf7b4eSGunnar Mills "Disabled": "The threshold is disabled.", 1846*5ecf7b4eSGunnar Mills "Either": "Value crosses the threshold in either direction.", 1847*5ecf7b4eSGunnar Mills "Increasing": "Value increases above the threshold." 1848*5ecf7b4eSGunnar Mills }, 1849*5ecf7b4eSGunnar Mills "enumLongDescriptions": { 1850*5ecf7b4eSGunnar Mills "Decreasing": "This threshold is activated when the reading changes from a value higher than the threshold to a value lower than the threshold.", 1851*5ecf7b4eSGunnar Mills "Disabled": "This value shall indicate the threshold is disabled and no actions shall be taken as a result of the reading crossing the threshold value.", 1852*5ecf7b4eSGunnar Mills "Either": "This threshold is activated when either the increasing or decreasing conditions are met.", 1853*5ecf7b4eSGunnar Mills "Increasing": "This threshold is activated when the reading changes from a value lower than the threshold to a value higher than the threshold." 1854*5ecf7b4eSGunnar Mills }, 1855*5ecf7b4eSGunnar Mills "enumVersionAdded": { 1856*5ecf7b4eSGunnar Mills "Disabled": "v1_7_0" 1857*5ecf7b4eSGunnar Mills }, 1858*5ecf7b4eSGunnar Mills "type": "string" 1859*5ecf7b4eSGunnar Mills }, 1860*5ecf7b4eSGunnar Mills "Thresholds": { 1861*5ecf7b4eSGunnar Mills "additionalProperties": false, 1862*5ecf7b4eSGunnar Mills "description": "The set of thresholds defined for a sensor.", 1863*5ecf7b4eSGunnar Mills "longDescription": "This object shall contain the set of thresholds that derive a sensor's health and operational range.", 1864*5ecf7b4eSGunnar Mills "patternProperties": { 1865*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 1866*5ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 1867*5ecf7b4eSGunnar Mills "type": [ 1868*5ecf7b4eSGunnar Mills "array", 1869*5ecf7b4eSGunnar Mills "boolean", 1870*5ecf7b4eSGunnar Mills "integer", 1871*5ecf7b4eSGunnar Mills "number", 1872*5ecf7b4eSGunnar Mills "null", 1873*5ecf7b4eSGunnar Mills "object", 1874*5ecf7b4eSGunnar Mills "string" 1875*5ecf7b4eSGunnar Mills ] 1876*5ecf7b4eSGunnar Mills } 1877*5ecf7b4eSGunnar Mills }, 1878*5ecf7b4eSGunnar Mills "properties": { 1879*5ecf7b4eSGunnar Mills "LowerCaution": { 1880*5ecf7b4eSGunnar Mills "$ref": "#/definitions/Threshold", 1881*5ecf7b4eSGunnar Mills "description": "The value at which the reading is below normal range.", 1882*5ecf7b4eSGunnar 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." 1883*5ecf7b4eSGunnar Mills }, 1884*5ecf7b4eSGunnar Mills "LowerCautionUser": { 1885*5ecf7b4eSGunnar Mills "$ref": "#/definitions/Threshold", 1886*5ecf7b4eSGunnar Mills "description": "A user-defined value at which the reading is considered below normal range.", 1887*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a user-defined value at which the `Reading` property is considered below the normal range. The value of the property shall use the same units as the `Reading` property. The `Reading` property shall be considered below normal range if either the `LowerCaution` or `LowerCautionUser` threshold has been violated. This property is used to provide an additional, user-defined threshold value when the `LowerCaution` threshold is implemented as read-only to reflect a service-defined value that cannot be changed.", 1888*5ecf7b4eSGunnar Mills "versionAdded": "v1_2_0" 1889*5ecf7b4eSGunnar Mills }, 1890*5ecf7b4eSGunnar Mills "LowerCritical": { 1891*5ecf7b4eSGunnar Mills "$ref": "#/definitions/Threshold", 1892*5ecf7b4eSGunnar Mills "description": "The value at which the reading is below normal range but not yet fatal.", 1893*5ecf7b4eSGunnar 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." 1894*5ecf7b4eSGunnar Mills }, 1895*5ecf7b4eSGunnar Mills "LowerCriticalUser": { 1896*5ecf7b4eSGunnar Mills "$ref": "#/definitions/Threshold", 1897*5ecf7b4eSGunnar Mills "description": "A user-defined value at which the reading is considered below normal range but not yet fatal.", 1898*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a user-defined value at which the `Reading` property is considered below the normal range but is not yet fatal. The value of the property shall use the same units as the `Reading` property. The `Reading` property shall be considered below normal range if either the `LowerCritical` or `LowerCriticalUser` threshold has been violated. This property is used to provide an additional, user-defined threshold value when the `LowerCritical` threshold is implemented as read-only to reflect a service-defined value that cannot be changed.", 1899*5ecf7b4eSGunnar Mills "versionAdded": "v1_2_0" 1900*5ecf7b4eSGunnar Mills }, 1901*5ecf7b4eSGunnar Mills "LowerFatal": { 1902*5ecf7b4eSGunnar Mills "$ref": "#/definitions/Threshold", 1903*5ecf7b4eSGunnar Mills "description": "The value at which the reading is below normal range and fatal.", 1904*5ecf7b4eSGunnar 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." 1905*5ecf7b4eSGunnar Mills }, 1906*5ecf7b4eSGunnar Mills "UpperCaution": { 1907*5ecf7b4eSGunnar Mills "$ref": "#/definitions/Threshold", 1908*5ecf7b4eSGunnar Mills "description": "The value at which the reading is above normal range.", 1909*5ecf7b4eSGunnar 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." 1910*5ecf7b4eSGunnar Mills }, 1911*5ecf7b4eSGunnar Mills "UpperCautionUser": { 1912*5ecf7b4eSGunnar Mills "$ref": "#/definitions/Threshold", 1913*5ecf7b4eSGunnar Mills "description": "A user-defined value at which the reading is considered above normal range.", 1914*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a user-defined value at which the `Reading` property is considered above the normal range. The value of the property shall use the same units as the `Reading` property. The `Reading` property shall be considered above normal range if either the `UpperCaution` or `UpperCautionUser` threshold has been violated. This property is used to provide an additional, user-defined threshold value when the `UpperCaution` threshold is implemented as read-only to reflect a service-defined value that cannot be changed.", 1915*5ecf7b4eSGunnar Mills "versionAdded": "v1_2_0" 1916*5ecf7b4eSGunnar Mills }, 1917*5ecf7b4eSGunnar Mills "UpperCritical": { 1918*5ecf7b4eSGunnar Mills "$ref": "#/definitions/Threshold", 1919*5ecf7b4eSGunnar Mills "description": "The value at which the reading is above normal range but not yet fatal.", 1920*5ecf7b4eSGunnar 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." 1921*5ecf7b4eSGunnar Mills }, 1922*5ecf7b4eSGunnar Mills "UpperCriticalUser": { 1923*5ecf7b4eSGunnar Mills "$ref": "#/definitions/Threshold", 1924*5ecf7b4eSGunnar Mills "description": "A user-defined value at which the reading is considered above normal range but not yet fatal.", 1925*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a user-defined value at which the `Reading` property is considered above the normal range but is not yet fatal. The value of the property shall use the same units as the `Reading` property. The `Reading` property shall be considered above normal range if either the `UpperCritical` or `UpperCriticalUser` threshold has been violated. This property is used to provide an additional, user-defined threshold value when the `UpperCritical` threshold is implemented as read-only to reflect a service-defined value that cannot be changed.", 1926*5ecf7b4eSGunnar Mills "versionAdded": "v1_2_0" 1927*5ecf7b4eSGunnar Mills }, 1928*5ecf7b4eSGunnar Mills "UpperFatal": { 1929*5ecf7b4eSGunnar Mills "$ref": "#/definitions/Threshold", 1930*5ecf7b4eSGunnar Mills "description": "The value at which the reading is above normal range and fatal.", 1931*5ecf7b4eSGunnar 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." 1932*5ecf7b4eSGunnar Mills } 1933*5ecf7b4eSGunnar Mills }, 1934*5ecf7b4eSGunnar Mills "type": "object" 1935*5ecf7b4eSGunnar Mills } 1936*5ecf7b4eSGunnar Mills }, 1937*5ecf7b4eSGunnar Mills "language": "en", 1938*5ecf7b4eSGunnar Mills "owningEntity": "DMTF", 1939*5ecf7b4eSGunnar Mills "release": "2025.2", 1940*5ecf7b4eSGunnar Mills "title": "#Sensor.v1_11_1.Sensor" 1941*5ecf7b4eSGunnar Mills}