1*5ecf7b4eSGunnar Mills{ 2*5ecf7b4eSGunnar Mills "$id": "http://redfish.dmtf.org/schemas/v1/Battery.v1_5_0.json", 3*5ecf7b4eSGunnar Mills "$ref": "#/definitions/Battery", 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 "#Battery.Calibrate": { 27*5ecf7b4eSGunnar Mills "$ref": "#/definitions/Calibrate" 28*5ecf7b4eSGunnar Mills }, 29*5ecf7b4eSGunnar Mills "#Battery.Reset": { 30*5ecf7b4eSGunnar Mills "$ref": "#/definitions/Reset" 31*5ecf7b4eSGunnar Mills }, 32*5ecf7b4eSGunnar Mills "#Battery.SelfTest": { 33*5ecf7b4eSGunnar Mills "$ref": "#/definitions/SelfTest" 34*5ecf7b4eSGunnar Mills }, 35*5ecf7b4eSGunnar Mills "Oem": { 36*5ecf7b4eSGunnar Mills "$ref": "#/definitions/OemActions", 37*5ecf7b4eSGunnar Mills "description": "The available OEM-specific actions for this resource.", 38*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the available OEM-specific actions for this resource." 39*5ecf7b4eSGunnar Mills } 40*5ecf7b4eSGunnar Mills }, 41*5ecf7b4eSGunnar Mills "type": "object" 42*5ecf7b4eSGunnar Mills }, 43*5ecf7b4eSGunnar Mills "Battery": { 44*5ecf7b4eSGunnar Mills "additionalProperties": false, 45*5ecf7b4eSGunnar Mills "description": "The `Battery` schema describes a unit of energy storage, including batteries and supercapacitors, used to provide systems or components within a system with power during a power-loss event or to store energy for later use. 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.", 46*5ecf7b4eSGunnar Mills "longDescription": "This resource shall represent an energy storage device for a Redfish implementation. It may also represent a location, such as a slot, socket, or bay, where a unit may be installed if the `State` property within the `Status` property contains `Absent`.", 47*5ecf7b4eSGunnar Mills "patternProperties": { 48*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 49*5ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 50*5ecf7b4eSGunnar Mills "type": [ 51*5ecf7b4eSGunnar Mills "array", 52*5ecf7b4eSGunnar Mills "boolean", 53*5ecf7b4eSGunnar Mills "integer", 54*5ecf7b4eSGunnar Mills "number", 55*5ecf7b4eSGunnar Mills "null", 56*5ecf7b4eSGunnar Mills "object", 57*5ecf7b4eSGunnar Mills "string" 58*5ecf7b4eSGunnar Mills ] 59*5ecf7b4eSGunnar Mills } 60*5ecf7b4eSGunnar Mills }, 61*5ecf7b4eSGunnar Mills "properties": { 62*5ecf7b4eSGunnar Mills "@odata.context": { 63*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" 64*5ecf7b4eSGunnar Mills }, 65*5ecf7b4eSGunnar Mills "@odata.etag": { 66*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" 67*5ecf7b4eSGunnar Mills }, 68*5ecf7b4eSGunnar Mills "@odata.id": { 69*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" 70*5ecf7b4eSGunnar Mills }, 71*5ecf7b4eSGunnar Mills "@odata.type": { 72*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type" 73*5ecf7b4eSGunnar Mills }, 74*5ecf7b4eSGunnar Mills "Actions": { 75*5ecf7b4eSGunnar Mills "$ref": "#/definitions/Actions", 76*5ecf7b4eSGunnar Mills "description": "The available actions for this resource.", 77*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the available actions for this resource." 78*5ecf7b4eSGunnar Mills }, 79*5ecf7b4eSGunnar Mills "Assembly": { 80*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Assembly.json#/definitions/Assembly", 81*5ecf7b4eSGunnar Mills "description": "The link to the assembly associated with this battery.", 82*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a link to a resource of type `Assembly`.", 83*5ecf7b4eSGunnar Mills "readonly": true 84*5ecf7b4eSGunnar Mills }, 85*5ecf7b4eSGunnar Mills "BatteryChemistryType": { 86*5ecf7b4eSGunnar Mills "anyOf": [ 87*5ecf7b4eSGunnar Mills { 88*5ecf7b4eSGunnar Mills "$ref": "#/definitions/BatteryChemistryType" 89*5ecf7b4eSGunnar Mills }, 90*5ecf7b4eSGunnar Mills { 91*5ecf7b4eSGunnar Mills "type": "null" 92*5ecf7b4eSGunnar Mills } 93*5ecf7b4eSGunnar Mills ], 94*5ecf7b4eSGunnar Mills "description": "The chemistry of the battery.", 95*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the chemistry of the battery. This property shall only be present if the `EnergyStorageType` property contains `Battery`.", 96*5ecf7b4eSGunnar Mills "readonly": true, 97*5ecf7b4eSGunnar Mills "versionAdded": "v1_4_0" 98*5ecf7b4eSGunnar Mills }, 99*5ecf7b4eSGunnar Mills "CapacityActualAmpHours": { 100*5ecf7b4eSGunnar Mills "description": "The actual maximum capacity of this battery in amp-hour units.", 101*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the actual maximum capacity of this battery in amp-hour units.", 102*5ecf7b4eSGunnar Mills "minimum": 0, 103*5ecf7b4eSGunnar Mills "readonly": true, 104*5ecf7b4eSGunnar Mills "type": [ 105*5ecf7b4eSGunnar Mills "number", 106*5ecf7b4eSGunnar Mills "null" 107*5ecf7b4eSGunnar Mills ], 108*5ecf7b4eSGunnar Mills "units": "A.h" 109*5ecf7b4eSGunnar Mills }, 110*5ecf7b4eSGunnar Mills "CapacityActualWattHours": { 111*5ecf7b4eSGunnar Mills "description": "The actual maximum capacity of this battery in watt-hour units.", 112*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the actual maximum capacity of this battery in watt-hour units.", 113*5ecf7b4eSGunnar Mills "minimum": 0, 114*5ecf7b4eSGunnar Mills "readonly": true, 115*5ecf7b4eSGunnar Mills "type": [ 116*5ecf7b4eSGunnar Mills "number", 117*5ecf7b4eSGunnar Mills "null" 118*5ecf7b4eSGunnar Mills ], 119*5ecf7b4eSGunnar Mills "units": "W.h" 120*5ecf7b4eSGunnar Mills }, 121*5ecf7b4eSGunnar Mills "CapacityRatedAmpHours": { 122*5ecf7b4eSGunnar Mills "description": "The rated maximum capacity of this battery in amp-hour units.", 123*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the rated maximum capacity of this battery in amp-hour units.", 124*5ecf7b4eSGunnar Mills "minimum": 0, 125*5ecf7b4eSGunnar Mills "readonly": true, 126*5ecf7b4eSGunnar Mills "type": [ 127*5ecf7b4eSGunnar Mills "number", 128*5ecf7b4eSGunnar Mills "null" 129*5ecf7b4eSGunnar Mills ], 130*5ecf7b4eSGunnar Mills "units": "A.h" 131*5ecf7b4eSGunnar Mills }, 132*5ecf7b4eSGunnar Mills "CapacityRatedWattHours": { 133*5ecf7b4eSGunnar Mills "description": "The rated maximum capacity of this battery in watt-hour units.", 134*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the rated maximum capacity of this battery in watt-hour units.", 135*5ecf7b4eSGunnar Mills "minimum": 0, 136*5ecf7b4eSGunnar Mills "readonly": true, 137*5ecf7b4eSGunnar Mills "type": [ 138*5ecf7b4eSGunnar Mills "number", 139*5ecf7b4eSGunnar Mills "null" 140*5ecf7b4eSGunnar Mills ], 141*5ecf7b4eSGunnar Mills "units": "W.h" 142*5ecf7b4eSGunnar Mills }, 143*5ecf7b4eSGunnar Mills "ChargeState": { 144*5ecf7b4eSGunnar Mills "anyOf": [ 145*5ecf7b4eSGunnar Mills { 146*5ecf7b4eSGunnar Mills "$ref": "#/definitions/ChargeState" 147*5ecf7b4eSGunnar Mills }, 148*5ecf7b4eSGunnar Mills { 149*5ecf7b4eSGunnar Mills "type": "null" 150*5ecf7b4eSGunnar Mills } 151*5ecf7b4eSGunnar Mills ], 152*5ecf7b4eSGunnar Mills "description": "The charge state of this battery.", 153*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the charge state of this battery.", 154*5ecf7b4eSGunnar Mills "readonly": true 155*5ecf7b4eSGunnar Mills }, 156*5ecf7b4eSGunnar Mills "Description": { 157*5ecf7b4eSGunnar Mills "anyOf": [ 158*5ecf7b4eSGunnar Mills { 159*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" 160*5ecf7b4eSGunnar Mills }, 161*5ecf7b4eSGunnar Mills { 162*5ecf7b4eSGunnar Mills "type": "null" 163*5ecf7b4eSGunnar Mills } 164*5ecf7b4eSGunnar Mills ], 165*5ecf7b4eSGunnar Mills "readonly": true 166*5ecf7b4eSGunnar Mills }, 167*5ecf7b4eSGunnar Mills "EnergyStorageType": { 168*5ecf7b4eSGunnar Mills "anyOf": [ 169*5ecf7b4eSGunnar Mills { 170*5ecf7b4eSGunnar Mills "$ref": "#/definitions/EnergyStorageType" 171*5ecf7b4eSGunnar Mills }, 172*5ecf7b4eSGunnar Mills { 173*5ecf7b4eSGunnar Mills "type": "null" 174*5ecf7b4eSGunnar Mills } 175*5ecf7b4eSGunnar Mills ], 176*5ecf7b4eSGunnar Mills "description": "The type of energy storage technology used in the battery.", 177*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the energy storage technology used in the battery.", 178*5ecf7b4eSGunnar Mills "readonly": true, 179*5ecf7b4eSGunnar Mills "versionAdded": "v1_4_0" 180*5ecf7b4eSGunnar Mills }, 181*5ecf7b4eSGunnar Mills "FirmwareVersion": { 182*5ecf7b4eSGunnar Mills "description": "The firmware version for this battery.", 183*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the firmware version as defined by the manufacturer for this battery.", 184*5ecf7b4eSGunnar Mills "readonly": true, 185*5ecf7b4eSGunnar Mills "type": [ 186*5ecf7b4eSGunnar Mills "string", 187*5ecf7b4eSGunnar Mills "null" 188*5ecf7b4eSGunnar Mills ] 189*5ecf7b4eSGunnar Mills }, 190*5ecf7b4eSGunnar Mills "HotPluggable": { 191*5ecf7b4eSGunnar Mills "description": "An indication of whether this device can be inserted or removed while the equipment is in operation.", 192*5ecf7b4eSGunnar 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. Devices indicated as hot-pluggable shall allow the device to become operable without altering the operational state of the underlying equipment. Devices that cannot be inserted or removed from equipment in operation, or devices that cannot become operable without affecting the operational state of that equipment, shall be indicated as not hot-pluggable.", 193*5ecf7b4eSGunnar Mills "readonly": true, 194*5ecf7b4eSGunnar Mills "type": [ 195*5ecf7b4eSGunnar Mills "boolean", 196*5ecf7b4eSGunnar Mills "null" 197*5ecf7b4eSGunnar Mills ] 198*5ecf7b4eSGunnar Mills }, 199*5ecf7b4eSGunnar Mills "Id": { 200*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id", 201*5ecf7b4eSGunnar Mills "readonly": true 202*5ecf7b4eSGunnar Mills }, 203*5ecf7b4eSGunnar Mills "Links": { 204*5ecf7b4eSGunnar Mills "$ref": "#/definitions/Links", 205*5ecf7b4eSGunnar Mills "description": "The links to other resources that are related to this resource.", 206*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource.", 207*5ecf7b4eSGunnar Mills "versionAdded": "v1_1_0" 208*5ecf7b4eSGunnar Mills }, 209*5ecf7b4eSGunnar Mills "Location": { 210*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Location", 211*5ecf7b4eSGunnar Mills "description": "The location of the battery.", 212*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the location information of this battery." 213*5ecf7b4eSGunnar Mills }, 214*5ecf7b4eSGunnar Mills "LocationIndicatorActive": { 215*5ecf7b4eSGunnar Mills "description": "An indicator allowing an operator to physically locate this resource.", 216*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the state of the indicator used to physically identify or locate this resource.", 217*5ecf7b4eSGunnar Mills "readonly": false, 218*5ecf7b4eSGunnar Mills "type": [ 219*5ecf7b4eSGunnar Mills "boolean", 220*5ecf7b4eSGunnar Mills "null" 221*5ecf7b4eSGunnar Mills ] 222*5ecf7b4eSGunnar Mills }, 223*5ecf7b4eSGunnar Mills "Manufacturer": { 224*5ecf7b4eSGunnar Mills "description": "The manufacturer of this battery.", 225*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the name of the organization responsible for producing the battery. This organization may be the entity from whom the battery is purchased, but this is not necessarily true.", 226*5ecf7b4eSGunnar Mills "readonly": true, 227*5ecf7b4eSGunnar Mills "type": [ 228*5ecf7b4eSGunnar Mills "string", 229*5ecf7b4eSGunnar Mills "null" 230*5ecf7b4eSGunnar Mills ] 231*5ecf7b4eSGunnar Mills }, 232*5ecf7b4eSGunnar Mills "MaxChargeRateAmps": { 233*5ecf7b4eSGunnar Mills "description": "The maximum charge rate at the input of this battery in amp units.", 234*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the maximum charge rate at the input of this battery in amp units.", 235*5ecf7b4eSGunnar Mills "minimum": 0, 236*5ecf7b4eSGunnar Mills "readonly": true, 237*5ecf7b4eSGunnar Mills "type": [ 238*5ecf7b4eSGunnar Mills "number", 239*5ecf7b4eSGunnar Mills "null" 240*5ecf7b4eSGunnar Mills ], 241*5ecf7b4eSGunnar Mills "units": "A" 242*5ecf7b4eSGunnar Mills }, 243*5ecf7b4eSGunnar Mills "MaxChargeVoltage": { 244*5ecf7b4eSGunnar Mills "description": "The maximum charge voltage across the cell pack of this battery when it is fully charged.", 245*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the maximum charge voltage across the cell pack of this battery when it is fully charged. This property should not be present if the battery contains an internal charger that regulates the voltage applied to the cell pack from the input of the battery.", 246*5ecf7b4eSGunnar Mills "minimum": 0, 247*5ecf7b4eSGunnar Mills "readonly": true, 248*5ecf7b4eSGunnar Mills "type": [ 249*5ecf7b4eSGunnar Mills "number", 250*5ecf7b4eSGunnar Mills "null" 251*5ecf7b4eSGunnar Mills ], 252*5ecf7b4eSGunnar Mills "units": "V" 253*5ecf7b4eSGunnar Mills }, 254*5ecf7b4eSGunnar Mills "MaxDischargeRateAmps": { 255*5ecf7b4eSGunnar Mills "description": "The maximum discharge rate at the output of this battery in amp units.", 256*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the maximum discharge rate at the output of this battery in amp units.", 257*5ecf7b4eSGunnar Mills "minimum": 0, 258*5ecf7b4eSGunnar Mills "readonly": true, 259*5ecf7b4eSGunnar Mills "type": [ 260*5ecf7b4eSGunnar Mills "number", 261*5ecf7b4eSGunnar Mills "null" 262*5ecf7b4eSGunnar Mills ], 263*5ecf7b4eSGunnar Mills "units": "A" 264*5ecf7b4eSGunnar Mills }, 265*5ecf7b4eSGunnar Mills "Metrics": { 266*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/BatteryMetrics.json#/definitions/BatteryMetrics", 267*5ecf7b4eSGunnar Mills "description": "The link to the battery metrics resource associated with this battery.", 268*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a link to a resource of type `BatteryMetrics`.", 269*5ecf7b4eSGunnar Mills "readonly": true 270*5ecf7b4eSGunnar Mills }, 271*5ecf7b4eSGunnar Mills "Model": { 272*5ecf7b4eSGunnar Mills "description": "The model number for this battery.", 273*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the model information as defined by the manufacturer for this battery.", 274*5ecf7b4eSGunnar Mills "readonly": true, 275*5ecf7b4eSGunnar Mills "type": [ 276*5ecf7b4eSGunnar Mills "string", 277*5ecf7b4eSGunnar Mills "null" 278*5ecf7b4eSGunnar Mills ] 279*5ecf7b4eSGunnar Mills }, 280*5ecf7b4eSGunnar Mills "Name": { 281*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", 282*5ecf7b4eSGunnar Mills "readonly": true 283*5ecf7b4eSGunnar Mills }, 284*5ecf7b4eSGunnar Mills "NominalOutputVoltage": { 285*5ecf7b4eSGunnar Mills "description": "The nominal output voltage of this battery.", 286*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the nominal output voltage of this battery.", 287*5ecf7b4eSGunnar Mills "minimum": 0, 288*5ecf7b4eSGunnar Mills "readonly": true, 289*5ecf7b4eSGunnar Mills "type": [ 290*5ecf7b4eSGunnar Mills "number", 291*5ecf7b4eSGunnar Mills "null" 292*5ecf7b4eSGunnar Mills ], 293*5ecf7b4eSGunnar Mills "units": "V", 294*5ecf7b4eSGunnar Mills "versionAdded": "v1_3_0" 295*5ecf7b4eSGunnar Mills }, 296*5ecf7b4eSGunnar Mills "Oem": { 297*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 298*5ecf7b4eSGunnar Mills "description": "The OEM extension property.", 299*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." 300*5ecf7b4eSGunnar Mills }, 301*5ecf7b4eSGunnar Mills "PartNumber": { 302*5ecf7b4eSGunnar Mills "description": "The part number for this battery.", 303*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the part number as defined by the manufacturer for this battery.", 304*5ecf7b4eSGunnar Mills "readonly": true, 305*5ecf7b4eSGunnar Mills "type": [ 306*5ecf7b4eSGunnar Mills "string", 307*5ecf7b4eSGunnar Mills "null" 308*5ecf7b4eSGunnar Mills ] 309*5ecf7b4eSGunnar Mills }, 310*5ecf7b4eSGunnar Mills "ProductionDate": { 311*5ecf7b4eSGunnar Mills "description": "The production or manufacturing date of this battery.", 312*5ecf7b4eSGunnar Mills "format": "date-time", 313*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the date of production or manufacture for this battery.", 314*5ecf7b4eSGunnar Mills "readonly": true, 315*5ecf7b4eSGunnar Mills "type": [ 316*5ecf7b4eSGunnar Mills "string", 317*5ecf7b4eSGunnar Mills "null" 318*5ecf7b4eSGunnar Mills ] 319*5ecf7b4eSGunnar Mills }, 320*5ecf7b4eSGunnar Mills "Replaceable": { 321*5ecf7b4eSGunnar Mills "description": "An indication of whether this component can be independently replaced as allowed by the vendor's replacement policy.", 322*5ecf7b4eSGunnar 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`.", 323*5ecf7b4eSGunnar Mills "readonly": true, 324*5ecf7b4eSGunnar Mills "type": [ 325*5ecf7b4eSGunnar Mills "boolean", 326*5ecf7b4eSGunnar Mills "null" 327*5ecf7b4eSGunnar Mills ], 328*5ecf7b4eSGunnar Mills "versionAdded": "v1_2_0" 329*5ecf7b4eSGunnar Mills }, 330*5ecf7b4eSGunnar Mills "SerialNumber": { 331*5ecf7b4eSGunnar Mills "description": "The serial number for this battery.", 332*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the serial number as defined by the manufacturer for this battery.", 333*5ecf7b4eSGunnar Mills "readonly": true, 334*5ecf7b4eSGunnar Mills "type": [ 335*5ecf7b4eSGunnar Mills "string", 336*5ecf7b4eSGunnar Mills "null" 337*5ecf7b4eSGunnar Mills ] 338*5ecf7b4eSGunnar Mills }, 339*5ecf7b4eSGunnar Mills "ServicedDate": { 340*5ecf7b4eSGunnar Mills "description": "The date this battery was put into service.", 341*5ecf7b4eSGunnar Mills "format": "date-time", 342*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the date the battery was put into active service.", 343*5ecf7b4eSGunnar Mills "readonly": false, 344*5ecf7b4eSGunnar Mills "type": [ 345*5ecf7b4eSGunnar Mills "string", 346*5ecf7b4eSGunnar Mills "null" 347*5ecf7b4eSGunnar Mills ], 348*5ecf7b4eSGunnar Mills "versionAdded": "v1_5_0" 349*5ecf7b4eSGunnar Mills }, 350*5ecf7b4eSGunnar Mills "SparePartNumber": { 351*5ecf7b4eSGunnar Mills "description": "The spare part number for this battery.", 352*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the spare or replacement part number as defined by the manufacturer for this battery.", 353*5ecf7b4eSGunnar Mills "readonly": true, 354*5ecf7b4eSGunnar Mills "type": [ 355*5ecf7b4eSGunnar Mills "string", 356*5ecf7b4eSGunnar Mills "null" 357*5ecf7b4eSGunnar Mills ] 358*5ecf7b4eSGunnar Mills }, 359*5ecf7b4eSGunnar Mills "StateOfHealthPercent": { 360*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorExcerpt", 361*5ecf7b4eSGunnar Mills "description": "The state of health (percent) of this battery.", 362*5ecf7b4eSGunnar Mills "excerptCopy": "SensorExcerpt", 363*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the state of health, in percent units, of this battery. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Percent`." 364*5ecf7b4eSGunnar Mills }, 365*5ecf7b4eSGunnar Mills "Status": { 366*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status", 367*5ecf7b4eSGunnar Mills "description": "The status and health of the resource and its subordinate or dependent resources.", 368*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain any status or health properties of the resource." 369*5ecf7b4eSGunnar Mills }, 370*5ecf7b4eSGunnar Mills "Version": { 371*5ecf7b4eSGunnar Mills "description": "The hardware version of this battery.", 372*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the hardware version of this battery as determined by the vendor or supplier.", 373*5ecf7b4eSGunnar Mills "readonly": true, 374*5ecf7b4eSGunnar Mills "type": [ 375*5ecf7b4eSGunnar Mills "string", 376*5ecf7b4eSGunnar Mills "null" 377*5ecf7b4eSGunnar Mills ] 378*5ecf7b4eSGunnar Mills } 379*5ecf7b4eSGunnar Mills }, 380*5ecf7b4eSGunnar Mills "required": [ 381*5ecf7b4eSGunnar Mills "@odata.id", 382*5ecf7b4eSGunnar Mills "@odata.type", 383*5ecf7b4eSGunnar Mills "Id", 384*5ecf7b4eSGunnar Mills "Name" 385*5ecf7b4eSGunnar Mills ], 386*5ecf7b4eSGunnar Mills "type": "object" 387*5ecf7b4eSGunnar Mills }, 388*5ecf7b4eSGunnar Mills "BatteryChemistryType": { 389*5ecf7b4eSGunnar Mills "enum": [ 390*5ecf7b4eSGunnar Mills "LeadAcid", 391*5ecf7b4eSGunnar Mills "LithiumIon", 392*5ecf7b4eSGunnar Mills "NickelCadmium" 393*5ecf7b4eSGunnar Mills ], 394*5ecf7b4eSGunnar Mills "enumDescriptions": { 395*5ecf7b4eSGunnar Mills "LeadAcid": "Chemical energy stored through lead and acid electrochemical reactions.", 396*5ecf7b4eSGunnar Mills "LithiumIon": "Chemical energy stored through lithium ion intercalation reactions.", 397*5ecf7b4eSGunnar Mills "NickelCadmium": "Chemical energy stored through nickel and cadmium electrochemical reactions." 398*5ecf7b4eSGunnar Mills }, 399*5ecf7b4eSGunnar Mills "enumLongDescriptions": { 400*5ecf7b4eSGunnar Mills "LeadAcid": "The value shall indicate that the battery stores chemical energy using lead and acid electrochemical reactions.", 401*5ecf7b4eSGunnar Mills "LithiumIon": "The value shall indicate that the battery stores chemical energy using lithium ion intercalation.", 402*5ecf7b4eSGunnar Mills "NickelCadmium": "The value shall indicate that the battery stores chemical energy using nickel and cadmium electrochemical reactions." 403*5ecf7b4eSGunnar Mills }, 404*5ecf7b4eSGunnar Mills "type": "string" 405*5ecf7b4eSGunnar Mills }, 406*5ecf7b4eSGunnar Mills "Calibrate": { 407*5ecf7b4eSGunnar Mills "additionalProperties": false, 408*5ecf7b4eSGunnar Mills "description": "This action performs a self-calibration, or learn cycle, of the battery.", 409*5ecf7b4eSGunnar Mills "longDescription": "This action shall perform a self-calibration, or learn cycle, of the battery.", 410*5ecf7b4eSGunnar Mills "parameters": {}, 411*5ecf7b4eSGunnar Mills "patternProperties": { 412*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 413*5ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 414*5ecf7b4eSGunnar Mills "type": [ 415*5ecf7b4eSGunnar Mills "array", 416*5ecf7b4eSGunnar Mills "boolean", 417*5ecf7b4eSGunnar Mills "integer", 418*5ecf7b4eSGunnar Mills "number", 419*5ecf7b4eSGunnar Mills "null", 420*5ecf7b4eSGunnar Mills "object", 421*5ecf7b4eSGunnar Mills "string" 422*5ecf7b4eSGunnar Mills ] 423*5ecf7b4eSGunnar Mills } 424*5ecf7b4eSGunnar Mills }, 425*5ecf7b4eSGunnar Mills "properties": { 426*5ecf7b4eSGunnar Mills "target": { 427*5ecf7b4eSGunnar Mills "description": "Link to invoke action", 428*5ecf7b4eSGunnar Mills "format": "uri-reference", 429*5ecf7b4eSGunnar Mills "type": "string" 430*5ecf7b4eSGunnar Mills }, 431*5ecf7b4eSGunnar Mills "title": { 432*5ecf7b4eSGunnar Mills "description": "Friendly action name", 433*5ecf7b4eSGunnar Mills "type": "string" 434*5ecf7b4eSGunnar Mills } 435*5ecf7b4eSGunnar Mills }, 436*5ecf7b4eSGunnar Mills "type": "object" 437*5ecf7b4eSGunnar Mills }, 438*5ecf7b4eSGunnar Mills "ChargeState": { 439*5ecf7b4eSGunnar Mills "enum": [ 440*5ecf7b4eSGunnar Mills "Idle", 441*5ecf7b4eSGunnar Mills "Charging", 442*5ecf7b4eSGunnar Mills "Discharging" 443*5ecf7b4eSGunnar Mills ], 444*5ecf7b4eSGunnar Mills "enumDescriptions": { 445*5ecf7b4eSGunnar Mills "Charging": "The battery is charging.", 446*5ecf7b4eSGunnar Mills "Discharging": "The battery is discharging.", 447*5ecf7b4eSGunnar Mills "Idle": "The battery is idle." 448*5ecf7b4eSGunnar Mills }, 449*5ecf7b4eSGunnar Mills "enumLongDescriptions": { 450*5ecf7b4eSGunnar Mills "Charging": "This value shall indicate the battery is charging and energy is entering the battery.", 451*5ecf7b4eSGunnar Mills "Discharging": "This value shall indicate the battery is discharging and energy is leaving the battery.", 452*5ecf7b4eSGunnar Mills "Idle": "This value shall indicate the battery is idle and energy is not entering or leaving the battery. Small amounts of energy may enter or leave the battery while in this state if the battery is regulating itself." 453*5ecf7b4eSGunnar Mills }, 454*5ecf7b4eSGunnar Mills "type": "string" 455*5ecf7b4eSGunnar Mills }, 456*5ecf7b4eSGunnar Mills "EnergyStorageType": { 457*5ecf7b4eSGunnar Mills "enum": [ 458*5ecf7b4eSGunnar Mills "Battery", 459*5ecf7b4eSGunnar Mills "Supercapacitor" 460*5ecf7b4eSGunnar Mills ], 461*5ecf7b4eSGunnar Mills "enumDescriptions": { 462*5ecf7b4eSGunnar Mills "Battery": "Energy stored through one or more electrochemical cells.", 463*5ecf7b4eSGunnar Mills "Supercapacitor": "Energy stored through electrostatic double-layer capacitors or electrodes with electrochemical pseudocapacitance." 464*5ecf7b4eSGunnar Mills }, 465*5ecf7b4eSGunnar Mills "enumLongDescriptions": { 466*5ecf7b4eSGunnar Mills "Battery": "The value shall indicate that the battery stores energy using one or more electrochemical cells.", 467*5ecf7b4eSGunnar Mills "Supercapacitor": "The value shall indicate that the battery stores energy using electrostatic double-layer capacitors or electrodes with electrochemical pseudocapacitance." 468*5ecf7b4eSGunnar Mills }, 469*5ecf7b4eSGunnar Mills "type": "string" 470*5ecf7b4eSGunnar Mills }, 471*5ecf7b4eSGunnar Mills "Links": { 472*5ecf7b4eSGunnar Mills "additionalProperties": false, 473*5ecf7b4eSGunnar Mills "description": "The links to other resources that are related to this resource.", 474*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.", 475*5ecf7b4eSGunnar Mills "patternProperties": { 476*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 477*5ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 478*5ecf7b4eSGunnar Mills "type": [ 479*5ecf7b4eSGunnar Mills "array", 480*5ecf7b4eSGunnar Mills "boolean", 481*5ecf7b4eSGunnar Mills "integer", 482*5ecf7b4eSGunnar Mills "number", 483*5ecf7b4eSGunnar Mills "null", 484*5ecf7b4eSGunnar Mills "object", 485*5ecf7b4eSGunnar Mills "string" 486*5ecf7b4eSGunnar Mills ] 487*5ecf7b4eSGunnar Mills } 488*5ecf7b4eSGunnar Mills }, 489*5ecf7b4eSGunnar Mills "properties": { 490*5ecf7b4eSGunnar Mills "Memory": { 491*5ecf7b4eSGunnar Mills "description": "An array of links to the memory devices to which this battery provides power during a power-loss event.", 492*5ecf7b4eSGunnar Mills "items": { 493*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Memory.json#/definitions/Memory" 494*5ecf7b4eSGunnar Mills }, 495*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `Memory` that represent the memory devices to which this battery provides power during a power-loss event, such as battery-backed NVDIMMs. This property shall not be present if the battery powers the containing chassis as a whole rather than individual components in a chassis.", 496*5ecf7b4eSGunnar Mills "readonly": true, 497*5ecf7b4eSGunnar Mills "type": "array", 498*5ecf7b4eSGunnar Mills "versionAdded": "v1_1_0" 499*5ecf7b4eSGunnar Mills }, 500*5ecf7b4eSGunnar Mills "Memory@odata.count": { 501*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 502*5ecf7b4eSGunnar Mills }, 503*5ecf7b4eSGunnar Mills "Oem": { 504*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 505*5ecf7b4eSGunnar Mills "description": "The OEM extension property.", 506*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." 507*5ecf7b4eSGunnar Mills }, 508*5ecf7b4eSGunnar Mills "StorageControllers": { 509*5ecf7b4eSGunnar Mills "description": "An array of links to the storage controllers to which this battery provides power during a power-loss event.", 510*5ecf7b4eSGunnar Mills "items": { 511*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/StorageController.json#/definitions/StorageController" 512*5ecf7b4eSGunnar Mills }, 513*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `StorageController` that represent the storage controllers to which this battery provides power during a power-loss event, such as battery-backed RAID controllers. This property shall not be present if the battery powers the containing chassis as a whole rather than individual components in a chassis.", 514*5ecf7b4eSGunnar Mills "readonly": true, 515*5ecf7b4eSGunnar Mills "type": "array", 516*5ecf7b4eSGunnar Mills "versionAdded": "v1_1_0" 517*5ecf7b4eSGunnar Mills }, 518*5ecf7b4eSGunnar Mills "StorageControllers@odata.count": { 519*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 520*5ecf7b4eSGunnar Mills } 521*5ecf7b4eSGunnar Mills }, 522*5ecf7b4eSGunnar Mills "type": "object" 523*5ecf7b4eSGunnar Mills }, 524*5ecf7b4eSGunnar Mills "OemActions": { 525*5ecf7b4eSGunnar Mills "additionalProperties": true, 526*5ecf7b4eSGunnar Mills "description": "The available OEM-specific actions for this resource.", 527*5ecf7b4eSGunnar Mills "longDescription": "This type shall contain the available OEM-specific actions for this resource.", 528*5ecf7b4eSGunnar Mills "patternProperties": { 529*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 530*5ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 531*5ecf7b4eSGunnar Mills "type": [ 532*5ecf7b4eSGunnar Mills "array", 533*5ecf7b4eSGunnar Mills "boolean", 534*5ecf7b4eSGunnar Mills "integer", 535*5ecf7b4eSGunnar Mills "number", 536*5ecf7b4eSGunnar Mills "null", 537*5ecf7b4eSGunnar Mills "object", 538*5ecf7b4eSGunnar Mills "string" 539*5ecf7b4eSGunnar Mills ] 540*5ecf7b4eSGunnar Mills } 541*5ecf7b4eSGunnar Mills }, 542*5ecf7b4eSGunnar Mills "properties": {}, 543*5ecf7b4eSGunnar Mills "type": "object" 544*5ecf7b4eSGunnar Mills }, 545*5ecf7b4eSGunnar Mills "Reset": { 546*5ecf7b4eSGunnar Mills "additionalProperties": false, 547*5ecf7b4eSGunnar Mills "description": "This action resets the battery.", 548*5ecf7b4eSGunnar Mills "longDescription": "This action shall reset the battery.", 549*5ecf7b4eSGunnar Mills "parameters": { 550*5ecf7b4eSGunnar Mills "ResetType": { 551*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/ResetType", 552*5ecf7b4eSGunnar Mills "description": "The type of reset.", 553*5ecf7b4eSGunnar Mills "longDescription": "This parameter shall contain the type of reset. The service can accept a request without the parameter and shall perform a `GracefulRestart`." 554*5ecf7b4eSGunnar Mills } 555*5ecf7b4eSGunnar Mills }, 556*5ecf7b4eSGunnar Mills "patternProperties": { 557*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 558*5ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 559*5ecf7b4eSGunnar Mills "type": [ 560*5ecf7b4eSGunnar Mills "array", 561*5ecf7b4eSGunnar Mills "boolean", 562*5ecf7b4eSGunnar Mills "integer", 563*5ecf7b4eSGunnar Mills "number", 564*5ecf7b4eSGunnar Mills "null", 565*5ecf7b4eSGunnar Mills "object", 566*5ecf7b4eSGunnar Mills "string" 567*5ecf7b4eSGunnar Mills ] 568*5ecf7b4eSGunnar Mills } 569*5ecf7b4eSGunnar Mills }, 570*5ecf7b4eSGunnar Mills "properties": { 571*5ecf7b4eSGunnar Mills "target": { 572*5ecf7b4eSGunnar Mills "description": "Link to invoke action", 573*5ecf7b4eSGunnar Mills "format": "uri-reference", 574*5ecf7b4eSGunnar Mills "type": "string" 575*5ecf7b4eSGunnar Mills }, 576*5ecf7b4eSGunnar Mills "title": { 577*5ecf7b4eSGunnar Mills "description": "Friendly action name", 578*5ecf7b4eSGunnar Mills "type": "string" 579*5ecf7b4eSGunnar Mills } 580*5ecf7b4eSGunnar Mills }, 581*5ecf7b4eSGunnar Mills "type": "object" 582*5ecf7b4eSGunnar Mills }, 583*5ecf7b4eSGunnar Mills "SelfTest": { 584*5ecf7b4eSGunnar Mills "additionalProperties": false, 585*5ecf7b4eSGunnar Mills "description": "This action performs a self-test of the battery.", 586*5ecf7b4eSGunnar Mills "longDescription": "This action shall perform a self-test of the battery.", 587*5ecf7b4eSGunnar Mills "parameters": {}, 588*5ecf7b4eSGunnar Mills "patternProperties": { 589*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 590*5ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 591*5ecf7b4eSGunnar Mills "type": [ 592*5ecf7b4eSGunnar Mills "array", 593*5ecf7b4eSGunnar Mills "boolean", 594*5ecf7b4eSGunnar Mills "integer", 595*5ecf7b4eSGunnar Mills "number", 596*5ecf7b4eSGunnar Mills "null", 597*5ecf7b4eSGunnar Mills "object", 598*5ecf7b4eSGunnar Mills "string" 599*5ecf7b4eSGunnar Mills ] 600*5ecf7b4eSGunnar Mills } 601*5ecf7b4eSGunnar Mills }, 602*5ecf7b4eSGunnar Mills "properties": { 603*5ecf7b4eSGunnar Mills "target": { 604*5ecf7b4eSGunnar Mills "description": "Link to invoke action", 605*5ecf7b4eSGunnar Mills "format": "uri-reference", 606*5ecf7b4eSGunnar Mills "type": "string" 607*5ecf7b4eSGunnar Mills }, 608*5ecf7b4eSGunnar Mills "title": { 609*5ecf7b4eSGunnar Mills "description": "Friendly action name", 610*5ecf7b4eSGunnar Mills "type": "string" 611*5ecf7b4eSGunnar Mills } 612*5ecf7b4eSGunnar Mills }, 613*5ecf7b4eSGunnar Mills "type": "object" 614*5ecf7b4eSGunnar Mills } 615*5ecf7b4eSGunnar Mills }, 616*5ecf7b4eSGunnar Mills "language": "en", 617*5ecf7b4eSGunnar Mills "owningEntity": "DMTF", 618*5ecf7b4eSGunnar Mills "release": "2025.3", 619*5ecf7b4eSGunnar Mills "title": "#Battery.v1_5_0.Battery" 620*5ecf7b4eSGunnar Mills}