1f2a8e57eSGunnar Mills{ 2f2a8e57eSGunnar Mills "$id": "http://redfish.dmtf.org/schemas/v1/Fan.v1_5_2.json", 3f2a8e57eSGunnar Mills "$ref": "#/definitions/Fan", 4f2a8e57eSGunnar Mills "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 5f2a8e57eSGunnar Mills "copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright", 6f2a8e57eSGunnar Mills "definitions": { 7f2a8e57eSGunnar Mills "Actions": { 8f2a8e57eSGunnar Mills "additionalProperties": false, 9f2a8e57eSGunnar Mills "description": "The available actions for this resource.", 10f2a8e57eSGunnar Mills "longDescription": "This type shall contain the available actions for this resource.", 11f2a8e57eSGunnar Mills "patternProperties": { 12f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 13f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 14f2a8e57eSGunnar Mills "type": [ 15f2a8e57eSGunnar Mills "array", 16f2a8e57eSGunnar Mills "boolean", 17f2a8e57eSGunnar Mills "integer", 18f2a8e57eSGunnar Mills "number", 19f2a8e57eSGunnar Mills "null", 20f2a8e57eSGunnar Mills "object", 21f2a8e57eSGunnar Mills "string" 22f2a8e57eSGunnar Mills ] 23f2a8e57eSGunnar Mills } 24f2a8e57eSGunnar Mills }, 25f2a8e57eSGunnar Mills "properties": { 26f2a8e57eSGunnar Mills "Oem": { 27f2a8e57eSGunnar Mills "$ref": "#/definitions/OemActions", 28f2a8e57eSGunnar Mills "description": "The available OEM-specific actions for this resource.", 29f2a8e57eSGunnar Mills "longDescription": "This property shall contain the available OEM-specific actions for this resource." 30f2a8e57eSGunnar Mills } 31f2a8e57eSGunnar Mills }, 32f2a8e57eSGunnar Mills "type": "object" 33f2a8e57eSGunnar Mills }, 34f2a8e57eSGunnar Mills "Fan": { 35f2a8e57eSGunnar Mills "additionalProperties": false, 36f2a8e57eSGunnar Mills "description": "The `Fan` schema describes a cooling fan unit for a computer system or similar devices contained within a chassis. It also describes the location, such as a slot, socket, or bay, where a unit can be installed, by populating a resource instance with an absent state if a unit is not present.", 37f2a8e57eSGunnar Mills "longDescription": "This resource shall represent a cooling fan for a Redfish implementation. It may also represent a location, such as a slot, socket, or bay, where a unit may be installed, but the `State` property within the `Status` property contains `Absent`.", 38f2a8e57eSGunnar Mills "patternProperties": { 39f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 40f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 41f2a8e57eSGunnar Mills "type": [ 42f2a8e57eSGunnar Mills "array", 43f2a8e57eSGunnar Mills "boolean", 44f2a8e57eSGunnar Mills "integer", 45f2a8e57eSGunnar Mills "number", 46f2a8e57eSGunnar Mills "null", 47f2a8e57eSGunnar Mills "object", 48f2a8e57eSGunnar Mills "string" 49f2a8e57eSGunnar Mills ] 50f2a8e57eSGunnar Mills } 51f2a8e57eSGunnar Mills }, 52f2a8e57eSGunnar Mills "properties": { 53f2a8e57eSGunnar Mills "@odata.context": { 54f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" 55f2a8e57eSGunnar Mills }, 56f2a8e57eSGunnar Mills "@odata.etag": { 57f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" 58f2a8e57eSGunnar Mills }, 59f2a8e57eSGunnar Mills "@odata.id": { 60f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" 61f2a8e57eSGunnar Mills }, 62f2a8e57eSGunnar Mills "@odata.type": { 63f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type" 64f2a8e57eSGunnar Mills }, 65f2a8e57eSGunnar Mills "Actions": { 66f2a8e57eSGunnar Mills "$ref": "#/definitions/Actions", 67f2a8e57eSGunnar Mills "description": "The available actions for this resource.", 68f2a8e57eSGunnar Mills "longDescription": "This property shall contain the available actions for this resource." 69f2a8e57eSGunnar Mills }, 70f2a8e57eSGunnar Mills "Assembly": { 71f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Assembly.json#/definitions/Assembly", 72f2a8e57eSGunnar Mills "description": "The link to the assembly associated with this fan.", 73f2a8e57eSGunnar Mills "longDescription": "This property shall contain a link to a resource of type `Assembly`.", 74f2a8e57eSGunnar Mills "readonly": true 75f2a8e57eSGunnar Mills }, 76f2a8e57eSGunnar Mills "Description": { 77f2a8e57eSGunnar Mills "anyOf": [ 78f2a8e57eSGunnar Mills { 79f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" 80f2a8e57eSGunnar Mills }, 81f2a8e57eSGunnar Mills { 82f2a8e57eSGunnar Mills "type": "null" 83f2a8e57eSGunnar Mills } 84f2a8e57eSGunnar Mills ], 85f2a8e57eSGunnar Mills "readonly": true 86f2a8e57eSGunnar Mills }, 87f2a8e57eSGunnar Mills "FanDiameterMm": { 88f2a8e57eSGunnar Mills "description": "The diameter of the fan assembly in millimeter units.", 89f2a8e57eSGunnar Mills "longDescription": "This property shall contain the diameter of the fan assembly in millimeter units.", 90f2a8e57eSGunnar Mills "minimum": 0, 91f2a8e57eSGunnar Mills "readonly": true, 92f2a8e57eSGunnar Mills "type": [ 93f2a8e57eSGunnar Mills "integer", 94f2a8e57eSGunnar Mills "null" 95f2a8e57eSGunnar Mills ], 96f2a8e57eSGunnar Mills "units": "mm", 97f2a8e57eSGunnar Mills "versionAdded": "v1_4_0" 98f2a8e57eSGunnar Mills }, 99f2a8e57eSGunnar Mills "HotPluggable": { 100f2a8e57eSGunnar Mills "description": "An indication of whether this device can be inserted or removed while the equipment is in operation.", 101f2a8e57eSGunnar Mills "longDescription": "This property shall indicate whether the device can be inserted or removed while the underlying equipment otherwise remains in its current operational state. Hot-pluggable devices can become operable without altering the operational state of the underlying equipment. Devices that cannot be inserted or removed from equipment in operation, or devices that cannot become operable without affecting the operational state of that equipment, shall not be hot-pluggable.", 102f2a8e57eSGunnar Mills "readonly": true, 103f2a8e57eSGunnar Mills "type": [ 104f2a8e57eSGunnar Mills "boolean", 105f2a8e57eSGunnar Mills "null" 106f2a8e57eSGunnar Mills ] 107f2a8e57eSGunnar Mills }, 108f2a8e57eSGunnar Mills "Id": { 109f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id", 110f2a8e57eSGunnar Mills "readonly": true 111f2a8e57eSGunnar Mills }, 112f2a8e57eSGunnar Mills "Links": { 113f2a8e57eSGunnar Mills "$ref": "#/definitions/Links", 114f2a8e57eSGunnar Mills "description": "The links to other resources that are related to this resource.", 115f2a8e57eSGunnar Mills "longDescription": "This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource.", 116f2a8e57eSGunnar Mills "versionAdded": "v1_2_0" 117f2a8e57eSGunnar Mills }, 118f2a8e57eSGunnar Mills "Location": { 119f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Location", 120f2a8e57eSGunnar Mills "description": "The location of the fan.", 121f2a8e57eSGunnar Mills "longDescription": "This property shall contain the location information of this fan." 122f2a8e57eSGunnar Mills }, 123f2a8e57eSGunnar Mills "LocationIndicatorActive": { 124f2a8e57eSGunnar Mills "description": "An indicator allowing an operator to physically locate this resource.", 125f2a8e57eSGunnar Mills "longDescription": "This property shall contain the state of the indicator used to physically identify or locate this resource.", 126f2a8e57eSGunnar Mills "readonly": false, 127f2a8e57eSGunnar Mills "type": [ 128f2a8e57eSGunnar Mills "boolean", 129f2a8e57eSGunnar Mills "null" 130f2a8e57eSGunnar Mills ] 131f2a8e57eSGunnar Mills }, 132f2a8e57eSGunnar Mills "Manufacturer": { 133f2a8e57eSGunnar Mills "description": "The manufacturer of this fan.", 134f2a8e57eSGunnar Mills "longDescription": "This property shall contain the name of the organization responsible for producing the fan. This organization may be the entity from whom the fan is purchased, but this is not necessarily true.", 135f2a8e57eSGunnar Mills "readonly": true, 136f2a8e57eSGunnar Mills "type": [ 137f2a8e57eSGunnar Mills "string", 138f2a8e57eSGunnar Mills "null" 139f2a8e57eSGunnar Mills ] 140f2a8e57eSGunnar Mills }, 141f2a8e57eSGunnar Mills "Model": { 142f2a8e57eSGunnar Mills "description": "The model number for this fan.", 143f2a8e57eSGunnar Mills "longDescription": "This property shall contain the model information as defined by the manufacturer for this fan.", 144f2a8e57eSGunnar Mills "readonly": true, 145f2a8e57eSGunnar Mills "type": [ 146f2a8e57eSGunnar Mills "string", 147f2a8e57eSGunnar Mills "null" 148f2a8e57eSGunnar Mills ] 149f2a8e57eSGunnar Mills }, 150f2a8e57eSGunnar Mills "Name": { 151f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", 152f2a8e57eSGunnar Mills "readonly": true 153f2a8e57eSGunnar Mills }, 154f2a8e57eSGunnar Mills "Oem": { 155f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 156f2a8e57eSGunnar Mills "description": "The OEM extension property.", 157f2a8e57eSGunnar 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." 158f2a8e57eSGunnar Mills }, 159f2a8e57eSGunnar Mills "PartNumber": { 160f2a8e57eSGunnar Mills "description": "The part number for this fan.", 161f2a8e57eSGunnar Mills "longDescription": "This property shall contain the part number as defined by the manufacturer for this fan.", 162f2a8e57eSGunnar Mills "readonly": true, 163f2a8e57eSGunnar Mills "type": [ 164f2a8e57eSGunnar Mills "string", 165f2a8e57eSGunnar Mills "null" 166f2a8e57eSGunnar Mills ] 167f2a8e57eSGunnar Mills }, 168f2a8e57eSGunnar Mills "PhysicalContext": { 169f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json#/definitions/PhysicalContext", 170f2a8e57eSGunnar Mills "description": "The area or device associated with this fan.", 171f2a8e57eSGunnar Mills "longDescription": "This property shall contain a description of the affected device or region within the chassis with which this fan is associated.", 172f2a8e57eSGunnar Mills "readonly": true 173f2a8e57eSGunnar Mills }, 174f2a8e57eSGunnar Mills "PowerWatts": { 175f2a8e57eSGunnar Mills "anyOf": [ 176f2a8e57eSGunnar Mills { 177f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorPowerExcerpt" 178f2a8e57eSGunnar Mills }, 179f2a8e57eSGunnar Mills { 180f2a8e57eSGunnar Mills "type": "null" 181f2a8e57eSGunnar Mills } 182f2a8e57eSGunnar Mills ], 183f2a8e57eSGunnar Mills "description": "Power consumption (W).", 184f2a8e57eSGunnar Mills "excerptCopy": "SensorPowerExcerpt", 185f2a8e57eSGunnar Mills "longDescription": "This property shall contain the total power, in watt units, for this resource. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Power`.", 186f2a8e57eSGunnar Mills "versionAdded": "v1_1_0" 187f2a8e57eSGunnar Mills }, 188f2a8e57eSGunnar Mills "Replaceable": { 189f2a8e57eSGunnar Mills "description": "An indication of whether this component can be independently replaced as allowed by the vendor's replacement policy.", 190f2a8e57eSGunnar Mills "longDescription": "This property shall indicate whether this component can be independently replaced as allowed by the vendor's replacement policy. A value of `false` indicates the component needs to be replaced by policy as part of another component. If the `LocationType` property of this component contains `Embedded`, this property shall contain `false`.", 191f2a8e57eSGunnar Mills "readonly": true, 192f2a8e57eSGunnar Mills "type": [ 193f2a8e57eSGunnar Mills "boolean", 194f2a8e57eSGunnar Mills "null" 195f2a8e57eSGunnar Mills ], 196f2a8e57eSGunnar Mills "versionAdded": "v1_3_0" 197f2a8e57eSGunnar Mills }, 198f2a8e57eSGunnar Mills "SecondarySpeedPercent": { 199f2a8e57eSGunnar Mills "anyOf": [ 200f2a8e57eSGunnar Mills { 201f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorFanExcerpt" 202f2a8e57eSGunnar Mills }, 203f2a8e57eSGunnar Mills { 204f2a8e57eSGunnar Mills "type": "null" 205f2a8e57eSGunnar Mills } 206f2a8e57eSGunnar Mills ], 207f2a8e57eSGunnar Mills "description": "The fan speed (percent) of the second rotor in a multi-rotor fan.", 208f2a8e57eSGunnar Mills "excerptCopy": "SensorFanExcerpt", 209f2a8e57eSGunnar Mills "longDescription": "This property shall contain the fan speed, in percent units, for the secondary rotor of this resource. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Percent`.", 210f2a8e57eSGunnar Mills "versionAdded": "v1_5_0" 211f2a8e57eSGunnar Mills }, 212f2a8e57eSGunnar Mills "SerialNumber": { 213f2a8e57eSGunnar Mills "description": "The serial number for this fan.", 214f2a8e57eSGunnar Mills "longDescription": "This property shall contain the serial number as defined by the manufacturer for this fan.", 215f2a8e57eSGunnar Mills "readonly": true, 216f2a8e57eSGunnar Mills "type": [ 217f2a8e57eSGunnar Mills "string", 218f2a8e57eSGunnar Mills "null" 219f2a8e57eSGunnar Mills ] 220f2a8e57eSGunnar Mills }, 221f2a8e57eSGunnar Mills "SparePartNumber": { 222f2a8e57eSGunnar Mills "description": "The spare part number for this fan.", 223f2a8e57eSGunnar Mills "longDescription": "This property shall contain the spare or replacement part number as defined by the manufacturer for this fan.", 224f2a8e57eSGunnar Mills "readonly": true, 225f2a8e57eSGunnar Mills "type": [ 226f2a8e57eSGunnar Mills "string", 227f2a8e57eSGunnar Mills "null" 228f2a8e57eSGunnar Mills ] 229f2a8e57eSGunnar Mills }, 230f2a8e57eSGunnar Mills "SpeedPercent": { 231f2a8e57eSGunnar Mills "anyOf": [ 232f2a8e57eSGunnar Mills { 233f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorFanExcerpt" 234f2a8e57eSGunnar Mills }, 235f2a8e57eSGunnar Mills { 236f2a8e57eSGunnar Mills "type": "null" 237f2a8e57eSGunnar Mills } 238f2a8e57eSGunnar Mills ], 239f2a8e57eSGunnar Mills "description": "The fan speed (percent).", 240f2a8e57eSGunnar Mills "excerptCopy": "SensorFanExcerpt", 241f2a8e57eSGunnar Mills "longDescription": "This property shall contain the fan speed, in percent units, for this resource. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Percent`." 242f2a8e57eSGunnar Mills }, 243f2a8e57eSGunnar Mills "Status": { 244f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status", 245f2a8e57eSGunnar Mills "description": "The status and health of the resource and its subordinate or dependent resources.", 246f2a8e57eSGunnar Mills "longDescription": "This property shall contain any status or health properties of the resource." 247f2a8e57eSGunnar Mills } 248f2a8e57eSGunnar Mills }, 249f2a8e57eSGunnar Mills "required": [ 250f2a8e57eSGunnar Mills "@odata.id", 251f2a8e57eSGunnar Mills "@odata.type", 252f2a8e57eSGunnar Mills "Id", 253f2a8e57eSGunnar Mills "Name" 254f2a8e57eSGunnar Mills ], 255f2a8e57eSGunnar Mills "type": "object" 256f2a8e57eSGunnar Mills }, 257f2a8e57eSGunnar Mills "Links": { 258f2a8e57eSGunnar Mills "additionalProperties": false, 259f2a8e57eSGunnar Mills "description": "The links to other resources that are related to this resource.", 260f2a8e57eSGunnar 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.", 261f2a8e57eSGunnar Mills "patternProperties": { 262f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 263f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 264f2a8e57eSGunnar Mills "type": [ 265f2a8e57eSGunnar Mills "array", 266f2a8e57eSGunnar Mills "boolean", 267f2a8e57eSGunnar Mills "integer", 268f2a8e57eSGunnar Mills "number", 269f2a8e57eSGunnar Mills "null", 270f2a8e57eSGunnar Mills "object", 271f2a8e57eSGunnar Mills "string" 272f2a8e57eSGunnar Mills ] 273f2a8e57eSGunnar Mills } 274f2a8e57eSGunnar Mills }, 275f2a8e57eSGunnar Mills "properties": { 276f2a8e57eSGunnar Mills "CoolingChassis": { 277f2a8e57eSGunnar Mills "description": "An array of links to the chassis that are directly cooled by this fan.", 278f2a8e57eSGunnar Mills "items": { 279f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Chassis.json#/definitions/Chassis" 280f2a8e57eSGunnar Mills }, 281f2a8e57eSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `Chassis` that represent the chassis directly cooled by this fan. This property shall not be present if the fan is only providing cooling to its containing chassis.", 282f2a8e57eSGunnar Mills "readonly": true, 283f2a8e57eSGunnar Mills "type": "array", 284f2a8e57eSGunnar Mills "versionAdded": "v1_2_0" 285f2a8e57eSGunnar Mills }, 286f2a8e57eSGunnar Mills "CoolingChassis@odata.count": { 287f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 288f2a8e57eSGunnar Mills }, 289f2a8e57eSGunnar Mills "Oem": { 290f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 291f2a8e57eSGunnar Mills "description": "The OEM extension property.", 292f2a8e57eSGunnar 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." 293f2a8e57eSGunnar Mills } 294f2a8e57eSGunnar Mills }, 295f2a8e57eSGunnar Mills "type": "object" 296f2a8e57eSGunnar Mills }, 297f2a8e57eSGunnar Mills "OemActions": { 298f2a8e57eSGunnar Mills "additionalProperties": true, 299f2a8e57eSGunnar Mills "description": "The available OEM-specific actions for this resource.", 300f2a8e57eSGunnar Mills "longDescription": "This type shall contain the available OEM-specific actions for this resource.", 301f2a8e57eSGunnar Mills "patternProperties": { 302f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 303f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 304f2a8e57eSGunnar Mills "type": [ 305f2a8e57eSGunnar Mills "array", 306f2a8e57eSGunnar Mills "boolean", 307f2a8e57eSGunnar Mills "integer", 308f2a8e57eSGunnar Mills "number", 309f2a8e57eSGunnar Mills "null", 310f2a8e57eSGunnar Mills "object", 311f2a8e57eSGunnar Mills "string" 312f2a8e57eSGunnar Mills ] 313f2a8e57eSGunnar Mills } 314f2a8e57eSGunnar Mills }, 315f2a8e57eSGunnar Mills "properties": {}, 316f2a8e57eSGunnar Mills "type": "object" 317f2a8e57eSGunnar Mills } 318f2a8e57eSGunnar Mills }, 319f2a8e57eSGunnar Mills "language": "en", 320f2a8e57eSGunnar Mills "owningEntity": "DMTF", 321f2a8e57eSGunnar Mills "release": "2023.2", 322f2a8e57eSGunnar Mills "title": "#Fan.v1_5_2.Fan" 323f2a8e57eSGunnar Mills}