1f2a8e57eSGunnar Mills{ 2f2a8e57eSGunnar Mills "$id": "http://redfish.dmtf.org/schemas/v1/PowerSupply.v1_6_0.json", 3f2a8e57eSGunnar Mills "$ref": "#/definitions/PowerSupply", 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 "#PowerSupply.Reset": { 27f2a8e57eSGunnar Mills "$ref": "#/definitions/Reset" 28f2a8e57eSGunnar Mills }, 29f2a8e57eSGunnar Mills "Oem": { 30f2a8e57eSGunnar Mills "$ref": "#/definitions/OemActions", 31f2a8e57eSGunnar Mills "description": "The available OEM-specific actions for this resource.", 32f2a8e57eSGunnar Mills "longDescription": "This property shall contain the available OEM-specific actions for this resource." 33f2a8e57eSGunnar Mills } 34f2a8e57eSGunnar Mills }, 35f2a8e57eSGunnar Mills "type": "object" 36f2a8e57eSGunnar Mills }, 37f2a8e57eSGunnar Mills "EfficiencyRating": { 38f2a8e57eSGunnar Mills "additionalProperties": false, 39f2a8e57eSGunnar Mills "description": "This type describes an efficiency rating for a power supply.", 40f2a8e57eSGunnar Mills "longDescription": "This type shall describe an efficiency rating for a power supply.", 41f2a8e57eSGunnar Mills "patternProperties": { 42f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 43f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 44f2a8e57eSGunnar Mills "type": [ 45f2a8e57eSGunnar Mills "array", 46f2a8e57eSGunnar Mills "boolean", 47f2a8e57eSGunnar Mills "integer", 48f2a8e57eSGunnar Mills "number", 49f2a8e57eSGunnar Mills "null", 50f2a8e57eSGunnar Mills "object", 51f2a8e57eSGunnar Mills "string" 52f2a8e57eSGunnar Mills ] 53f2a8e57eSGunnar Mills } 54f2a8e57eSGunnar Mills }, 55f2a8e57eSGunnar Mills "properties": { 56f2a8e57eSGunnar Mills "EfficiencyPercent": { 57f2a8e57eSGunnar Mills "description": "The rated efficiency of this power supply at the specified load.", 58f2a8e57eSGunnar Mills "longDescription": "This property shall contain the rated efficiency, as a percentage, `0` to `100`, of this power supply at the specified load.", 59f2a8e57eSGunnar Mills "maximum": 100, 60f2a8e57eSGunnar Mills "minimum": 0, 61f2a8e57eSGunnar Mills "readonly": true, 62f2a8e57eSGunnar Mills "type": [ 63f2a8e57eSGunnar Mills "number", 64f2a8e57eSGunnar Mills "null" 65f2a8e57eSGunnar Mills ], 66f2a8e57eSGunnar Mills "units": "%" 67f2a8e57eSGunnar Mills }, 68f2a8e57eSGunnar Mills "LoadPercent": { 69f2a8e57eSGunnar Mills "description": "The electrical load for this rating.", 70f2a8e57eSGunnar Mills "longDescription": "This property shall contain the load, as a percentage, `0` to `100`, of this power supply at which this efficiency rating is valid.", 71f2a8e57eSGunnar Mills "maximum": 100, 72f2a8e57eSGunnar Mills "minimum": 0, 73f2a8e57eSGunnar Mills "readonly": true, 74f2a8e57eSGunnar Mills "type": [ 75f2a8e57eSGunnar Mills "number", 76f2a8e57eSGunnar Mills "null" 77f2a8e57eSGunnar Mills ], 78f2a8e57eSGunnar Mills "units": "%" 79f2a8e57eSGunnar Mills } 80f2a8e57eSGunnar Mills }, 81f2a8e57eSGunnar Mills "type": "object" 82f2a8e57eSGunnar Mills }, 83f2a8e57eSGunnar Mills "InputRange": { 84f2a8e57eSGunnar Mills "additionalProperties": false, 85f2a8e57eSGunnar Mills "description": "This type describes an input range for a power supply.", 86f2a8e57eSGunnar Mills "longDescription": "This type shall describe an input range that the associated power supply can utilize.", 87f2a8e57eSGunnar Mills "patternProperties": { 88f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 89f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 90f2a8e57eSGunnar Mills "type": [ 91f2a8e57eSGunnar Mills "array", 92f2a8e57eSGunnar Mills "boolean", 93f2a8e57eSGunnar Mills "integer", 94f2a8e57eSGunnar Mills "number", 95f2a8e57eSGunnar Mills "null", 96f2a8e57eSGunnar Mills "object", 97f2a8e57eSGunnar Mills "string" 98f2a8e57eSGunnar Mills ] 99f2a8e57eSGunnar Mills } 100f2a8e57eSGunnar Mills }, 101f2a8e57eSGunnar Mills "properties": { 102f2a8e57eSGunnar Mills "CapacityWatts": { 103f2a8e57eSGunnar Mills "description": "The maximum capacity of this power supply when operating in this input range.", 104f2a8e57eSGunnar Mills "longDescription": "This property shall contain the maximum amount of power, in watt units, that the associated power supply is rated to deliver while operating in this input range.", 105f2a8e57eSGunnar Mills "minimum": 0, 106f2a8e57eSGunnar Mills "readonly": true, 107f2a8e57eSGunnar Mills "type": [ 108f2a8e57eSGunnar Mills "number", 109f2a8e57eSGunnar Mills "null" 110f2a8e57eSGunnar Mills ], 111f2a8e57eSGunnar Mills "units": "W" 112f2a8e57eSGunnar Mills }, 113f2a8e57eSGunnar Mills "NominalVoltageType": { 114f2a8e57eSGunnar Mills "anyOf": [ 115f2a8e57eSGunnar Mills { 116f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Circuit.json#/definitions/NominalVoltageType" 117f2a8e57eSGunnar Mills }, 118f2a8e57eSGunnar Mills { 119f2a8e57eSGunnar Mills "type": "null" 120f2a8e57eSGunnar Mills } 121f2a8e57eSGunnar Mills ], 122f2a8e57eSGunnar Mills "description": "The input voltage range.", 123f2a8e57eSGunnar Mills "longDescription": "This property shall contain the input voltage type of the associated range.", 124f2a8e57eSGunnar Mills "readonly": true 125f2a8e57eSGunnar Mills } 126f2a8e57eSGunnar Mills }, 127f2a8e57eSGunnar Mills "type": "object" 128f2a8e57eSGunnar Mills }, 129f2a8e57eSGunnar Mills "LineStatus": { 130f2a8e57eSGunnar Mills "enum": [ 131f2a8e57eSGunnar Mills "Normal", 132f2a8e57eSGunnar Mills "LossOfInput", 133f2a8e57eSGunnar Mills "OutOfRange" 134f2a8e57eSGunnar Mills ], 135f2a8e57eSGunnar Mills "enumDescriptions": { 136f2a8e57eSGunnar Mills "LossOfInput": "No power detected at line input.", 137f2a8e57eSGunnar Mills "Normal": "Line input is within normal operating range.", 138f2a8e57eSGunnar Mills "OutOfRange": "Line input voltage or current is outside of normal operating range." 139f2a8e57eSGunnar Mills }, 140f2a8e57eSGunnar Mills "type": "string" 141f2a8e57eSGunnar Mills }, 142f2a8e57eSGunnar Mills "Links": { 143f2a8e57eSGunnar Mills "additionalProperties": false, 144f2a8e57eSGunnar Mills "description": "The links to other resources that are related to this resource.", 145f2a8e57eSGunnar 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.", 146f2a8e57eSGunnar Mills "patternProperties": { 147f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 148f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 149f2a8e57eSGunnar Mills "type": [ 150f2a8e57eSGunnar Mills "array", 151f2a8e57eSGunnar Mills "boolean", 152f2a8e57eSGunnar Mills "integer", 153f2a8e57eSGunnar Mills "number", 154f2a8e57eSGunnar Mills "null", 155f2a8e57eSGunnar Mills "object", 156f2a8e57eSGunnar Mills "string" 157f2a8e57eSGunnar Mills ] 158f2a8e57eSGunnar Mills } 159f2a8e57eSGunnar Mills }, 160f2a8e57eSGunnar Mills "properties": { 161f2a8e57eSGunnar Mills "Oem": { 162f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 163f2a8e57eSGunnar Mills "description": "The OEM extension property.", 164f2a8e57eSGunnar 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." 165f2a8e57eSGunnar Mills }, 166f2a8e57eSGunnar Mills "Outlet": { 167f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Outlet.json#/definitions/Outlet", 168f2a8e57eSGunnar Mills "deprecated": "This property has been deprecated in favor of the `PowerOutlets` property to allow for consistent modeling of power supplies with multiple outlet support.", 169f2a8e57eSGunnar Mills "description": "A link to the outlet connected to this power supply.", 170f2a8e57eSGunnar Mills "longDescription": "This property shall contain a link to a resource of type `Outlet` that represents the outlet connected to this power supply.", 171f2a8e57eSGunnar Mills "readonly": false, 172f2a8e57eSGunnar Mills "versionDeprecated": "v1_4_0" 173f2a8e57eSGunnar Mills }, 174f2a8e57eSGunnar Mills "PowerOutlets": { 175f2a8e57eSGunnar Mills "description": "An array of links to the outlets that provide power to this power supply.", 176f2a8e57eSGunnar Mills "items": { 177f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Outlet.json#/definitions/Outlet" 178f2a8e57eSGunnar Mills }, 179f2a8e57eSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `Outlet` that represent the outlets that provide power to this power supply.", 180f2a8e57eSGunnar Mills "readonly": false, 181f2a8e57eSGunnar Mills "type": "array", 182f2a8e57eSGunnar Mills "versionAdded": "v1_2_0" 183f2a8e57eSGunnar Mills }, 184f2a8e57eSGunnar Mills "PowerOutlets@odata.count": { 185f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 186f2a8e57eSGunnar Mills }, 187f2a8e57eSGunnar Mills "PoweringChassis": { 188f2a8e57eSGunnar Mills "description": "An array of links to the chassis that are directly powered by this power supply.", 189f2a8e57eSGunnar Mills "items": { 190f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Chassis.json#/definitions/Chassis" 191f2a8e57eSGunnar Mills }, 192f2a8e57eSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `Chassis` that represent the chassis directly powered by this power supply. This property shall not be present if the power supply is only providing power to its containing parent chassis.", 193f2a8e57eSGunnar Mills "readonly": true, 194f2a8e57eSGunnar Mills "type": "array", 195f2a8e57eSGunnar Mills "versionAdded": "v1_4_0" 196f2a8e57eSGunnar Mills }, 197f2a8e57eSGunnar Mills "PoweringChassis@odata.count": { 198f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 199f2a8e57eSGunnar Mills } 200f2a8e57eSGunnar Mills }, 201f2a8e57eSGunnar Mills "type": "object" 202f2a8e57eSGunnar Mills }, 203f2a8e57eSGunnar Mills "OemActions": { 204f2a8e57eSGunnar Mills "additionalProperties": true, 205f2a8e57eSGunnar Mills "description": "The available OEM-specific actions for this resource.", 206f2a8e57eSGunnar Mills "longDescription": "This type shall contain the available OEM-specific actions for this resource.", 207f2a8e57eSGunnar Mills "patternProperties": { 208f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 209f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 210f2a8e57eSGunnar Mills "type": [ 211f2a8e57eSGunnar Mills "array", 212f2a8e57eSGunnar Mills "boolean", 213f2a8e57eSGunnar Mills "integer", 214f2a8e57eSGunnar Mills "number", 215f2a8e57eSGunnar Mills "null", 216f2a8e57eSGunnar Mills "object", 217f2a8e57eSGunnar Mills "string" 218f2a8e57eSGunnar Mills ] 219f2a8e57eSGunnar Mills } 220f2a8e57eSGunnar Mills }, 221f2a8e57eSGunnar Mills "properties": {}, 222f2a8e57eSGunnar Mills "type": "object" 223f2a8e57eSGunnar Mills }, 224f2a8e57eSGunnar Mills "OutputRail": { 225f2a8e57eSGunnar Mills "additionalProperties": false, 226f2a8e57eSGunnar Mills "description": "This type describes an output power rail of a power supply.", 227f2a8e57eSGunnar Mills "longDescription": "This type shall describe an output power rail provided by a power supply.", 228f2a8e57eSGunnar Mills "patternProperties": { 229f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 230f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 231f2a8e57eSGunnar Mills "type": [ 232f2a8e57eSGunnar Mills "array", 233f2a8e57eSGunnar Mills "boolean", 234f2a8e57eSGunnar Mills "integer", 235f2a8e57eSGunnar Mills "number", 236f2a8e57eSGunnar Mills "null", 237f2a8e57eSGunnar Mills "object", 238f2a8e57eSGunnar Mills "string" 239f2a8e57eSGunnar Mills ] 240f2a8e57eSGunnar Mills } 241f2a8e57eSGunnar Mills }, 242f2a8e57eSGunnar Mills "properties": { 243f2a8e57eSGunnar Mills "NominalVoltage": { 244f2a8e57eSGunnar Mills "description": "The nominal voltage of this output power rail.", 245f2a8e57eSGunnar Mills "longDescription": "This property shall contain the nominal voltage of the associated output power rail.", 246f2a8e57eSGunnar Mills "readonly": true, 247f2a8e57eSGunnar Mills "type": [ 248f2a8e57eSGunnar Mills "number", 249f2a8e57eSGunnar Mills "null" 250f2a8e57eSGunnar Mills ] 251f2a8e57eSGunnar Mills }, 252f2a8e57eSGunnar Mills "PhysicalContext": { 253f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json#/definitions/PhysicalContext", 254f2a8e57eSGunnar Mills "description": "The area or device to which this power rail applies.", 255f2a8e57eSGunnar Mills "longDescription": "This property shall contain a description of the device or region within the chassis to which this power rail applies.", 256f2a8e57eSGunnar Mills "readonly": true 257f2a8e57eSGunnar Mills } 258f2a8e57eSGunnar Mills }, 259f2a8e57eSGunnar Mills "type": "object" 260f2a8e57eSGunnar Mills }, 261f2a8e57eSGunnar Mills "PowerSupply": { 262f2a8e57eSGunnar Mills "additionalProperties": false, 263f2a8e57eSGunnar Mills "description": "The `PowerSupply` schema describes a power supply unit. 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.", 264f2a8e57eSGunnar Mills "longDescription": "This resource shall represent a power supply unit 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`.", 265f2a8e57eSGunnar Mills "patternProperties": { 266f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 267f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 268f2a8e57eSGunnar Mills "type": [ 269f2a8e57eSGunnar Mills "array", 270f2a8e57eSGunnar Mills "boolean", 271f2a8e57eSGunnar Mills "integer", 272f2a8e57eSGunnar Mills "number", 273f2a8e57eSGunnar Mills "null", 274f2a8e57eSGunnar Mills "object", 275f2a8e57eSGunnar Mills "string" 276f2a8e57eSGunnar Mills ] 277f2a8e57eSGunnar Mills } 278f2a8e57eSGunnar Mills }, 279f2a8e57eSGunnar Mills "properties": { 280f2a8e57eSGunnar Mills "@odata.context": { 281f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" 282f2a8e57eSGunnar Mills }, 283f2a8e57eSGunnar Mills "@odata.etag": { 284f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" 285f2a8e57eSGunnar Mills }, 286f2a8e57eSGunnar Mills "@odata.id": { 287f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" 288f2a8e57eSGunnar Mills }, 289f2a8e57eSGunnar Mills "@odata.type": { 290f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type" 291f2a8e57eSGunnar Mills }, 292f2a8e57eSGunnar Mills "Actions": { 293f2a8e57eSGunnar Mills "$ref": "#/definitions/Actions", 294f2a8e57eSGunnar Mills "description": "The available actions for this resource.", 295f2a8e57eSGunnar Mills "longDescription": "This property shall contain the available actions for this resource." 296f2a8e57eSGunnar Mills }, 297f2a8e57eSGunnar Mills "Assembly": { 298f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Assembly.json#/definitions/Assembly", 299f2a8e57eSGunnar Mills "description": "The link to the assembly associated with this power supply.", 300f2a8e57eSGunnar Mills "longDescription": "This property shall contain a link to a resource of type `Assembly`.", 301f2a8e57eSGunnar Mills "readonly": true 302f2a8e57eSGunnar Mills }, 303f2a8e57eSGunnar Mills "Certificates": { 304f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/CertificateCollection.json#/definitions/CertificateCollection", 305f2a8e57eSGunnar Mills "description": "The link to a collection of certificates for device identity and attestation.", 306f2a8e57eSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `CertificateCollection` that contains certificates for device identity and attestation.", 307f2a8e57eSGunnar Mills "readonly": true, 308f2a8e57eSGunnar Mills "versionAdded": "v1_6_0" 309f2a8e57eSGunnar Mills }, 310f2a8e57eSGunnar Mills "Description": { 311f2a8e57eSGunnar Mills "anyOf": [ 312f2a8e57eSGunnar Mills { 313f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" 314f2a8e57eSGunnar Mills }, 315f2a8e57eSGunnar Mills { 316f2a8e57eSGunnar Mills "type": "null" 317f2a8e57eSGunnar Mills } 318f2a8e57eSGunnar Mills ], 319f2a8e57eSGunnar Mills "readonly": true 320f2a8e57eSGunnar Mills }, 321f2a8e57eSGunnar Mills "EfficiencyRatings": { 322f2a8e57eSGunnar Mills "description": "The efficiency ratings of this power supply.", 323f2a8e57eSGunnar Mills "items": { 324f2a8e57eSGunnar Mills "anyOf": [ 325f2a8e57eSGunnar Mills { 326f2a8e57eSGunnar Mills "$ref": "#/definitions/EfficiencyRating" 327f2a8e57eSGunnar Mills }, 328f2a8e57eSGunnar Mills { 329f2a8e57eSGunnar Mills "type": "null" 330f2a8e57eSGunnar Mills } 331f2a8e57eSGunnar Mills ] 332f2a8e57eSGunnar Mills }, 333f2a8e57eSGunnar Mills "longDescription": "This property shall contain an array of efficiency ratings for this power supply.", 334f2a8e57eSGunnar Mills "type": "array" 335f2a8e57eSGunnar Mills }, 336f2a8e57eSGunnar Mills "ElectricalSourceManagerURIs": { 337f2a8e57eSGunnar Mills "description": "The URIs of the management interfaces for the upstream electrical source connections for this power supply.", 338f2a8e57eSGunnar Mills "format": "uri-reference", 339f2a8e57eSGunnar Mills "items": { 340f2a8e57eSGunnar Mills "type": [ 341f2a8e57eSGunnar Mills "string", 342f2a8e57eSGunnar Mills "null" 343f2a8e57eSGunnar Mills ] 344f2a8e57eSGunnar Mills }, 345f2a8e57eSGunnar Mills "longDescription": "This property shall contain an array of URIs to the management applications or devices that provide monitoring or control of the upstream electrical sources that provide power to this power supply.", 346f2a8e57eSGunnar Mills "readonly": false, 347f2a8e57eSGunnar Mills "type": "array", 348f2a8e57eSGunnar Mills "versionAdded": "v1_2_0" 349f2a8e57eSGunnar Mills }, 350f2a8e57eSGunnar Mills "ElectricalSourceNames": { 351f2a8e57eSGunnar Mills "description": "The names of the upstream electrical sources, such as circuits or outlets, connected to this power supply.", 352f2a8e57eSGunnar Mills "items": { 353f2a8e57eSGunnar Mills "type": [ 354f2a8e57eSGunnar Mills "string", 355f2a8e57eSGunnar Mills "null" 356f2a8e57eSGunnar Mills ] 357f2a8e57eSGunnar Mills }, 358f2a8e57eSGunnar Mills "longDescription": "This property shall contain an array of strings that identify the upstream electrical sources, such as the names of circuits or outlets, that provide power to this power supply.", 359f2a8e57eSGunnar Mills "readonly": false, 360f2a8e57eSGunnar Mills "type": "array", 361f2a8e57eSGunnar Mills "versionAdded": "v1_2_0" 362f2a8e57eSGunnar Mills }, 363f2a8e57eSGunnar Mills "FirmwareVersion": { 364f2a8e57eSGunnar Mills "description": "The firmware version for this power supply.", 365f2a8e57eSGunnar Mills "longDescription": "This property shall contain the firmware version as defined by the manufacturer for this power supply.", 366f2a8e57eSGunnar Mills "readonly": true, 367f2a8e57eSGunnar Mills "type": [ 368f2a8e57eSGunnar Mills "string", 369f2a8e57eSGunnar Mills "null" 370f2a8e57eSGunnar Mills ] 371f2a8e57eSGunnar Mills }, 372f2a8e57eSGunnar Mills "HotPluggable": { 373f2a8e57eSGunnar Mills "description": "An indication of whether this device can be inserted or removed while the equipment is in operation.", 374f2a8e57eSGunnar 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.", 375f2a8e57eSGunnar Mills "readonly": true, 376f2a8e57eSGunnar Mills "type": [ 377f2a8e57eSGunnar Mills "boolean", 378f2a8e57eSGunnar Mills "null" 379f2a8e57eSGunnar Mills ] 380f2a8e57eSGunnar Mills }, 381f2a8e57eSGunnar Mills "Id": { 382f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id", 383f2a8e57eSGunnar Mills "readonly": true 384f2a8e57eSGunnar Mills }, 385f2a8e57eSGunnar Mills "InputNominalVoltageType": { 386f2a8e57eSGunnar Mills "anyOf": [ 387f2a8e57eSGunnar Mills { 388f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Circuit.json#/definitions/NominalVoltageType" 389f2a8e57eSGunnar Mills }, 390f2a8e57eSGunnar Mills { 391f2a8e57eSGunnar Mills "type": "null" 392f2a8e57eSGunnar Mills } 393f2a8e57eSGunnar Mills ], 394f2a8e57eSGunnar Mills "description": "The nominal voltage type that is detected on the line input to this power supply.", 395f2a8e57eSGunnar Mills "longDescription": "This property shall contain the nominal voltage type that is detected on the line input to this power supply. This value shall be one of the values shown in the `NominalVoltageType` property in the `InputRanges` array, if present. If the line input voltage is unknown, out of range, or there is no input provided to the power supply, the value shall be `null`.", 396f2a8e57eSGunnar Mills "readonly": true 397f2a8e57eSGunnar Mills }, 398f2a8e57eSGunnar Mills "InputRanges": { 399f2a8e57eSGunnar Mills "description": "The input ranges that the power supply can use.", 400f2a8e57eSGunnar Mills "items": { 401f2a8e57eSGunnar Mills "$ref": "#/definitions/InputRange" 402f2a8e57eSGunnar Mills }, 403f2a8e57eSGunnar Mills "longDescription": "This property shall contain a collection of ranges usable by this power supply.", 404f2a8e57eSGunnar Mills "type": "array" 405f2a8e57eSGunnar Mills }, 406f2a8e57eSGunnar Mills "LineInputStatus": { 407f2a8e57eSGunnar Mills "anyOf": [ 408f2a8e57eSGunnar Mills { 409f2a8e57eSGunnar Mills "$ref": "#/definitions/LineStatus" 410f2a8e57eSGunnar Mills }, 411f2a8e57eSGunnar Mills { 412f2a8e57eSGunnar Mills "type": "null" 413f2a8e57eSGunnar Mills } 414f2a8e57eSGunnar Mills ], 415f2a8e57eSGunnar Mills "description": "The status of the line input.", 416f2a8e57eSGunnar Mills "longDescription": "This property shall contain the status of the power line input for this power supply.", 417f2a8e57eSGunnar Mills "readonly": true, 418f2a8e57eSGunnar Mills "versionAdded": "v1_3_0" 419f2a8e57eSGunnar Mills }, 420f2a8e57eSGunnar Mills "Links": { 421f2a8e57eSGunnar Mills "$ref": "#/definitions/Links", 422f2a8e57eSGunnar Mills "description": "The links to other resources that are related to this resource.", 423f2a8e57eSGunnar Mills "longDescription": "This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource." 424f2a8e57eSGunnar Mills }, 425f2a8e57eSGunnar Mills "Location": { 426f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Location", 427f2a8e57eSGunnar Mills "description": "The location of the power supply.", 428f2a8e57eSGunnar Mills "longDescription": "This property shall contain the location information of the power supply. For a resource in the `Absent` state, this property describes the empty location, such as a slot, socket, or bay, to represent the available capacity." 429f2a8e57eSGunnar Mills }, 430f2a8e57eSGunnar Mills "LocationIndicatorActive": { 431f2a8e57eSGunnar Mills "description": "An indicator allowing an operator to physically locate this resource.", 432f2a8e57eSGunnar Mills "longDescription": "This property shall contain the state of the indicator used to physically identify or locate this resource.", 433f2a8e57eSGunnar Mills "readonly": false, 434f2a8e57eSGunnar Mills "type": [ 435f2a8e57eSGunnar Mills "boolean", 436f2a8e57eSGunnar Mills "null" 437f2a8e57eSGunnar Mills ] 438f2a8e57eSGunnar Mills }, 439f2a8e57eSGunnar Mills "Manufacturer": { 440f2a8e57eSGunnar Mills "description": "The manufacturer of this power supply.", 441f2a8e57eSGunnar Mills "longDescription": "This property shall contain the name of the organization responsible for producing the power supply. This organization may be the entity from whom the power supply is purchased, but this is not necessarily true.", 442f2a8e57eSGunnar Mills "readonly": true, 443f2a8e57eSGunnar Mills "type": [ 444f2a8e57eSGunnar Mills "string", 445f2a8e57eSGunnar Mills "null" 446f2a8e57eSGunnar Mills ] 447f2a8e57eSGunnar Mills }, 448f2a8e57eSGunnar Mills "Metrics": { 449f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/PowerSupplyMetrics.json#/definitions/PowerSupplyMetrics", 450f2a8e57eSGunnar Mills "description": "The link to the power supply metrics resource associated with this power supply.", 451f2a8e57eSGunnar Mills "longDescription": "This property shall contain a link to a resource of type `PowerSupplyMetrics`.", 452f2a8e57eSGunnar Mills "readonly": true 453f2a8e57eSGunnar Mills }, 454f2a8e57eSGunnar Mills "Model": { 455f2a8e57eSGunnar Mills "description": "The model number for this power supply.", 456f2a8e57eSGunnar Mills "longDescription": "This property shall contain the model information as defined by the manufacturer for this power supply.", 457f2a8e57eSGunnar Mills "readonly": true, 458f2a8e57eSGunnar Mills "type": [ 459f2a8e57eSGunnar Mills "string", 460f2a8e57eSGunnar Mills "null" 461f2a8e57eSGunnar Mills ] 462f2a8e57eSGunnar Mills }, 463f2a8e57eSGunnar Mills "Name": { 464f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", 465f2a8e57eSGunnar Mills "readonly": true 466f2a8e57eSGunnar Mills }, 467f2a8e57eSGunnar Mills "Oem": { 468f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 469f2a8e57eSGunnar Mills "description": "The OEM extension property.", 470f2a8e57eSGunnar 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." 471f2a8e57eSGunnar Mills }, 472f2a8e57eSGunnar Mills "OutputNominalVoltageType": { 473f2a8e57eSGunnar Mills "anyOf": [ 474f2a8e57eSGunnar Mills { 475f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Circuit.json#/definitions/NominalVoltageType" 476f2a8e57eSGunnar Mills }, 477f2a8e57eSGunnar Mills { 478f2a8e57eSGunnar Mills "type": "null" 479f2a8e57eSGunnar Mills } 480f2a8e57eSGunnar Mills ], 481f2a8e57eSGunnar Mills "description": "The nominal output voltage type of this power supply.", 482f2a8e57eSGunnar Mills "longDescription": "This property shall contain the nominal voltage type of the single output line of this power supply. This property is intended to describe power supply types that connect to additional power infrastructure components, such as a rectifier component in a modular power system. This property shall not be present for power supplies not intended to connect to additional power infrastructure components.", 483f2a8e57eSGunnar Mills "readonly": true, 484f2a8e57eSGunnar Mills "versionAdded": "v1_5_0" 485f2a8e57eSGunnar Mills }, 486f2a8e57eSGunnar Mills "OutputRails": { 487f2a8e57eSGunnar Mills "description": "The output power rails provided by this power supply.", 488f2a8e57eSGunnar Mills "items": { 489f2a8e57eSGunnar Mills "$ref": "#/definitions/OutputRail" 490f2a8e57eSGunnar Mills }, 491f2a8e57eSGunnar Mills "longDescription": "This property shall contain an array of output power rails provided by this power supply. The elements shall be ordered in ascending nominal voltage order. This ordering is necessary for consistency with `Sensor` properties in an associated `PowerSupplyMetrics` resource.", 492f2a8e57eSGunnar Mills "type": "array" 493f2a8e57eSGunnar Mills }, 494f2a8e57eSGunnar Mills "PartNumber": { 495f2a8e57eSGunnar Mills "description": "The part number for this power supply.", 496f2a8e57eSGunnar Mills "longDescription": "This property shall contain the part number as defined by the manufacturer for this power supply.", 497f2a8e57eSGunnar Mills "readonly": true, 498f2a8e57eSGunnar Mills "type": [ 499f2a8e57eSGunnar Mills "string", 500f2a8e57eSGunnar Mills "null" 501f2a8e57eSGunnar Mills ] 502f2a8e57eSGunnar Mills }, 503f2a8e57eSGunnar Mills "PhaseWiringType": { 504f2a8e57eSGunnar Mills "anyOf": [ 505f2a8e57eSGunnar Mills { 506f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Circuit.json#/definitions/PhaseWiringType" 507f2a8e57eSGunnar Mills }, 508f2a8e57eSGunnar Mills { 509f2a8e57eSGunnar Mills "type": "null" 510f2a8e57eSGunnar Mills } 511f2a8e57eSGunnar Mills ], 512f2a8e57eSGunnar Mills "description": "The number of ungrounded current-carrying conductors (phases) and the total number of conductors (wires) provided for the power supply input connector.", 513f2a8e57eSGunnar Mills "longDescription": "This property shall contain the number of ungrounded current-carrying conductors (phases) and the total number of conductors (wires) included in the input connector for the power supply.", 514f2a8e57eSGunnar Mills "readonly": true 515f2a8e57eSGunnar Mills }, 516f2a8e57eSGunnar Mills "PlugType": { 517f2a8e57eSGunnar Mills "anyOf": [ 518f2a8e57eSGunnar Mills { 519f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Circuit.json#/definitions/PlugType" 520f2a8e57eSGunnar Mills }, 521f2a8e57eSGunnar Mills { 522f2a8e57eSGunnar Mills "type": "null" 523f2a8e57eSGunnar Mills } 524f2a8e57eSGunnar Mills ], 525f2a8e57eSGunnar Mills "description": "The type of plug according to NEMA, IEC, or regional standards.", 526f2a8e57eSGunnar Mills "longDescription": "This property shall contain the type of physical plug used for the input to this power supply, as defined by IEC, NEMA, or regional standards.", 527f2a8e57eSGunnar Mills "readonly": true 528f2a8e57eSGunnar Mills }, 529f2a8e57eSGunnar Mills "PowerCapacityWatts": { 530f2a8e57eSGunnar Mills "description": "The maximum capacity of this power supply.", 531f2a8e57eSGunnar Mills "longDescription": "This property shall contain the maximum amount of power, in watt units, that this power supply is rated to deliver.", 532f2a8e57eSGunnar Mills "minimum": 0, 533f2a8e57eSGunnar Mills "readonly": true, 534f2a8e57eSGunnar Mills "type": [ 535f2a8e57eSGunnar Mills "number", 536f2a8e57eSGunnar Mills "null" 537f2a8e57eSGunnar Mills ], 538f2a8e57eSGunnar Mills "units": "W" 539f2a8e57eSGunnar Mills }, 540f2a8e57eSGunnar Mills "PowerSupplyType": { 541f2a8e57eSGunnar Mills "anyOf": [ 542f2a8e57eSGunnar Mills { 543f2a8e57eSGunnar Mills "$ref": "#/definitions/PowerSupplyType" 544f2a8e57eSGunnar Mills }, 545f2a8e57eSGunnar Mills { 546f2a8e57eSGunnar Mills "type": "null" 547f2a8e57eSGunnar Mills } 548f2a8e57eSGunnar Mills ], 549f2a8e57eSGunnar Mills "description": "The power supply type (AC or DC).", 550f2a8e57eSGunnar Mills "longDescription": "This property shall contain the input power type (AC or DC) of this power supply.", 551f2a8e57eSGunnar Mills "readonly": true 552f2a8e57eSGunnar Mills }, 553f2a8e57eSGunnar Mills "ProductionDate": { 554f2a8e57eSGunnar Mills "description": "The production or manufacturing date of this power supply.", 555f2a8e57eSGunnar Mills "format": "date-time", 556f2a8e57eSGunnar Mills "longDescription": "This property shall contain the date of production or manufacture for this power supply.", 557f2a8e57eSGunnar Mills "readonly": true, 558f2a8e57eSGunnar Mills "type": [ 559f2a8e57eSGunnar Mills "string", 560f2a8e57eSGunnar Mills "null" 561f2a8e57eSGunnar Mills ], 562f2a8e57eSGunnar Mills "versionAdded": "v1_1_0" 563f2a8e57eSGunnar Mills }, 564f2a8e57eSGunnar Mills "Replaceable": { 565f2a8e57eSGunnar Mills "description": "An indication of whether this component can be independently replaced as allowed by the vendor's replacement policy.", 566f2a8e57eSGunnar 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`.", 567f2a8e57eSGunnar Mills "readonly": true, 568f2a8e57eSGunnar Mills "type": [ 569f2a8e57eSGunnar Mills "boolean", 570f2a8e57eSGunnar Mills "null" 571f2a8e57eSGunnar Mills ], 572f2a8e57eSGunnar Mills "versionAdded": "v1_5_0" 573f2a8e57eSGunnar Mills }, 574f2a8e57eSGunnar Mills "SerialNumber": { 575f2a8e57eSGunnar Mills "description": "The serial number for this power supply.", 576f2a8e57eSGunnar Mills "longDescription": "This property shall contain the serial number as defined by the manufacturer for this power supply.", 577f2a8e57eSGunnar Mills "readonly": true, 578f2a8e57eSGunnar Mills "type": [ 579f2a8e57eSGunnar Mills "string", 580f2a8e57eSGunnar Mills "null" 581f2a8e57eSGunnar Mills ] 582f2a8e57eSGunnar Mills }, 583f2a8e57eSGunnar Mills "SparePartNumber": { 584f2a8e57eSGunnar Mills "description": "The spare part number for this power supply.", 585f2a8e57eSGunnar Mills "longDescription": "This property shall contain the spare or replacement part number as defined by the manufacturer for this power supply.", 586f2a8e57eSGunnar Mills "readonly": true, 587f2a8e57eSGunnar Mills "type": [ 588f2a8e57eSGunnar Mills "string", 589f2a8e57eSGunnar Mills "null" 590f2a8e57eSGunnar Mills ] 591f2a8e57eSGunnar Mills }, 592f2a8e57eSGunnar Mills "Status": { 593f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status", 594f2a8e57eSGunnar Mills "description": "The status and health of the resource and its subordinate or dependent resources.", 595f2a8e57eSGunnar Mills "longDescription": "This property shall contain any status or health properties of the resource." 596f2a8e57eSGunnar Mills }, 597f2a8e57eSGunnar Mills "Version": { 598f2a8e57eSGunnar Mills "description": "The hardware version of this power supply.", 599f2a8e57eSGunnar Mills "longDescription": "This property shall contain the hardware version of this power supply as determined by the vendor or supplier.", 600f2a8e57eSGunnar Mills "readonly": true, 601f2a8e57eSGunnar Mills "type": [ 602f2a8e57eSGunnar Mills "string", 603f2a8e57eSGunnar Mills "null" 604f2a8e57eSGunnar Mills ], 605f2a8e57eSGunnar Mills "versionAdded": "v1_1_0" 606f2a8e57eSGunnar Mills } 607f2a8e57eSGunnar Mills }, 608f2a8e57eSGunnar Mills "required": [ 609f2a8e57eSGunnar Mills "@odata.id", 610f2a8e57eSGunnar Mills "@odata.type", 611f2a8e57eSGunnar Mills "Id", 612f2a8e57eSGunnar Mills "Name" 613f2a8e57eSGunnar Mills ], 614f2a8e57eSGunnar Mills "type": "object" 615f2a8e57eSGunnar Mills }, 616f2a8e57eSGunnar Mills "PowerSupplyType": { 617f2a8e57eSGunnar Mills "enum": [ 618f2a8e57eSGunnar Mills "AC", 619f2a8e57eSGunnar Mills "DC", 620f2a8e57eSGunnar Mills "ACorDC", 621f2a8e57eSGunnar Mills "DCRegulator" 622f2a8e57eSGunnar Mills ], 623f2a8e57eSGunnar Mills "enumDescriptions": { 624f2a8e57eSGunnar Mills "AC": "Alternating Current (AC) power supply.", 625f2a8e57eSGunnar Mills "ACorDC": "The power supply supports both DC and AC.", 626f2a8e57eSGunnar Mills "DC": "Direct Current (DC) power supply.", 627f2a8e57eSGunnar Mills "DCRegulator": "Direct Current (DC) voltage regulator." 628f2a8e57eSGunnar Mills }, 629f2a8e57eSGunnar Mills "enumVersionAdded": { 630f2a8e57eSGunnar Mills "DCRegulator": "v1_5_0" 631f2a8e57eSGunnar Mills }, 632f2a8e57eSGunnar Mills "type": "string" 633f2a8e57eSGunnar Mills }, 634f2a8e57eSGunnar Mills "Reset": { 635f2a8e57eSGunnar Mills "additionalProperties": false, 636f2a8e57eSGunnar Mills "description": "This action resets the power supply.", 637f2a8e57eSGunnar Mills "longDescription": "This action shall reset a power supply. A `GracefulRestart` `ResetType` shall reset the power supply but shall not affect the power output. A `ForceRestart` `ResetType` can affect the power supply output.", 638f2a8e57eSGunnar Mills "parameters": { 639f2a8e57eSGunnar Mills "ResetType": { 640f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/ResetType", 641f2a8e57eSGunnar Mills "description": "The type of reset.", 642f2a8e57eSGunnar Mills "longDescription": "This parameter shall contain the type of reset. The service can accept a request without the parameter and shall perform a `GracefulRestart`." 643f2a8e57eSGunnar Mills } 644f2a8e57eSGunnar Mills }, 645f2a8e57eSGunnar Mills "patternProperties": { 646f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 647f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 648f2a8e57eSGunnar Mills "type": [ 649f2a8e57eSGunnar Mills "array", 650f2a8e57eSGunnar Mills "boolean", 651f2a8e57eSGunnar Mills "integer", 652f2a8e57eSGunnar Mills "number", 653f2a8e57eSGunnar Mills "null", 654f2a8e57eSGunnar Mills "object", 655f2a8e57eSGunnar Mills "string" 656f2a8e57eSGunnar Mills ] 657f2a8e57eSGunnar Mills } 658f2a8e57eSGunnar Mills }, 659f2a8e57eSGunnar Mills "properties": { 660f2a8e57eSGunnar Mills "target": { 661f2a8e57eSGunnar Mills "description": "Link to invoke action", 662f2a8e57eSGunnar Mills "format": "uri-reference", 663f2a8e57eSGunnar Mills "type": "string" 664f2a8e57eSGunnar Mills }, 665f2a8e57eSGunnar Mills "title": { 666f2a8e57eSGunnar Mills "description": "Friendly action name", 667f2a8e57eSGunnar Mills "type": "string" 668f2a8e57eSGunnar Mills } 669f2a8e57eSGunnar Mills }, 670f2a8e57eSGunnar Mills "type": "object" 671f2a8e57eSGunnar Mills } 672f2a8e57eSGunnar Mills }, 673f2a8e57eSGunnar Mills "language": "en", 674f2a8e57eSGunnar Mills "owningEntity": "DMTF", 675f2a8e57eSGunnar Mills "release": "2024.1", 676f2a8e57eSGunnar Mills "title": "#PowerSupply.v1_6_0.PowerSupply" 677f2a8e57eSGunnar Mills}