1*9b46bc0bSMyung Bae{ 2*9b46bc0bSMyung Bae "$id": "http://redfish.dmtf.org/schemas/v1/PowerSubsystem.v1_1_3.json", 3*9b46bc0bSMyung Bae "$ref": "#/definitions/PowerSubsystem", 4*9b46bc0bSMyung Bae "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 5*9b46bc0bSMyung Bae "copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright", 6*9b46bc0bSMyung Bae "definitions": { 7*9b46bc0bSMyung Bae "Actions": { 8*9b46bc0bSMyung Bae "additionalProperties": false, 9*9b46bc0bSMyung Bae "description": "The available actions for this resource.", 10*9b46bc0bSMyung Bae "longDescription": "This type shall contain the available actions for this resource.", 11*9b46bc0bSMyung Bae "patternProperties": { 12*9b46bc0bSMyung Bae "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 13*9b46bc0bSMyung Bae "description": "This property shall specify a valid odata or Redfish property.", 14*9b46bc0bSMyung Bae "type": [ 15*9b46bc0bSMyung Bae "array", 16*9b46bc0bSMyung Bae "boolean", 17*9b46bc0bSMyung Bae "integer", 18*9b46bc0bSMyung Bae "number", 19*9b46bc0bSMyung Bae "null", 20*9b46bc0bSMyung Bae "object", 21*9b46bc0bSMyung Bae "string" 22*9b46bc0bSMyung Bae ] 23*9b46bc0bSMyung Bae } 24*9b46bc0bSMyung Bae }, 25*9b46bc0bSMyung Bae "properties": { 26*9b46bc0bSMyung Bae "Oem": { 27*9b46bc0bSMyung Bae "$ref": "#/definitions/OemActions", 28*9b46bc0bSMyung Bae "description": "This property contains the available OEM-specific actions for this resource.", 29*9b46bc0bSMyung Bae "longDescription": "This property shall contain any additional OEM actions for this resource." 30*9b46bc0bSMyung Bae } 31*9b46bc0bSMyung Bae }, 32*9b46bc0bSMyung Bae "type": "object" 33*9b46bc0bSMyung Bae }, 34*9b46bc0bSMyung Bae "OemActions": { 35*9b46bc0bSMyung Bae "additionalProperties": true, 36*9b46bc0bSMyung Bae "description": "The available OEM-specific actions for this resource.", 37*9b46bc0bSMyung Bae "longDescription": "This type shall contain any additional OEM actions for this resource.", 38*9b46bc0bSMyung Bae "patternProperties": { 39*9b46bc0bSMyung Bae "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 40*9b46bc0bSMyung Bae "description": "This property shall specify a valid odata or Redfish property.", 41*9b46bc0bSMyung Bae "type": [ 42*9b46bc0bSMyung Bae "array", 43*9b46bc0bSMyung Bae "boolean", 44*9b46bc0bSMyung Bae "integer", 45*9b46bc0bSMyung Bae "number", 46*9b46bc0bSMyung Bae "null", 47*9b46bc0bSMyung Bae "object", 48*9b46bc0bSMyung Bae "string" 49*9b46bc0bSMyung Bae ] 50*9b46bc0bSMyung Bae } 51*9b46bc0bSMyung Bae }, 52*9b46bc0bSMyung Bae "properties": {}, 53*9b46bc0bSMyung Bae "type": "object" 54*9b46bc0bSMyung Bae }, 55*9b46bc0bSMyung Bae "PowerAllocation": { 56*9b46bc0bSMyung Bae "additionalProperties": false, 57*9b46bc0bSMyung Bae "description": "Power allocation for a subsystem.", 58*9b46bc0bSMyung Bae "longDescription": "This type shall contain the set of properties describing the allocation of power for a subsystem.", 59*9b46bc0bSMyung Bae "patternProperties": { 60*9b46bc0bSMyung Bae "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 61*9b46bc0bSMyung Bae "description": "This property shall specify a valid odata or Redfish property.", 62*9b46bc0bSMyung Bae "type": [ 63*9b46bc0bSMyung Bae "array", 64*9b46bc0bSMyung Bae "boolean", 65*9b46bc0bSMyung Bae "integer", 66*9b46bc0bSMyung Bae "number", 67*9b46bc0bSMyung Bae "null", 68*9b46bc0bSMyung Bae "object", 69*9b46bc0bSMyung Bae "string" 70*9b46bc0bSMyung Bae ] 71*9b46bc0bSMyung Bae } 72*9b46bc0bSMyung Bae }, 73*9b46bc0bSMyung Bae "properties": { 74*9b46bc0bSMyung Bae "AllocatedWatts": { 75*9b46bc0bSMyung Bae "description": "The total amount of power that has been allocated or budgeted to this subsystem.", 76*9b46bc0bSMyung Bae "longDescription": "This property shall represent the total power currently allocated or budgeted to this subsystem.", 77*9b46bc0bSMyung Bae "minimum": 0, 78*9b46bc0bSMyung Bae "readonly": true, 79*9b46bc0bSMyung Bae "type": [ 80*9b46bc0bSMyung Bae "number", 81*9b46bc0bSMyung Bae "null" 82*9b46bc0bSMyung Bae ], 83*9b46bc0bSMyung Bae "units": "W" 84*9b46bc0bSMyung Bae }, 85*9b46bc0bSMyung Bae "RequestedWatts": { 86*9b46bc0bSMyung Bae "description": "The potential power, in watt units, that the subsystem requests, which might be higher than the current level being consumed because the requested power includes a budget that the subsystem wants for future use.", 87*9b46bc0bSMyung Bae "longDescription": "This property shall represent the amount of power, in watt units, that the subsystem currently requests to be budgeted for future use.", 88*9b46bc0bSMyung Bae "minimum": 0, 89*9b46bc0bSMyung Bae "readonly": true, 90*9b46bc0bSMyung Bae "type": [ 91*9b46bc0bSMyung Bae "number", 92*9b46bc0bSMyung Bae "null" 93*9b46bc0bSMyung Bae ], 94*9b46bc0bSMyung Bae "units": "W" 95*9b46bc0bSMyung Bae } 96*9b46bc0bSMyung Bae }, 97*9b46bc0bSMyung Bae "type": "object" 98*9b46bc0bSMyung Bae }, 99*9b46bc0bSMyung Bae "PowerSubsystem": { 100*9b46bc0bSMyung Bae "additionalProperties": false, 101*9b46bc0bSMyung Bae "description": "This `PowerSubsystem schema` contains the definition for the power subsystem of a chassis.", 102*9b46bc0bSMyung Bae "longDescription": "This resource shall represent a power subsystem for a Redfish implementation.", 103*9b46bc0bSMyung Bae "patternProperties": { 104*9b46bc0bSMyung Bae "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 105*9b46bc0bSMyung Bae "description": "This property shall specify a valid odata or Redfish property.", 106*9b46bc0bSMyung Bae "type": [ 107*9b46bc0bSMyung Bae "array", 108*9b46bc0bSMyung Bae "boolean", 109*9b46bc0bSMyung Bae "integer", 110*9b46bc0bSMyung Bae "number", 111*9b46bc0bSMyung Bae "null", 112*9b46bc0bSMyung Bae "object", 113*9b46bc0bSMyung Bae "string" 114*9b46bc0bSMyung Bae ] 115*9b46bc0bSMyung Bae } 116*9b46bc0bSMyung Bae }, 117*9b46bc0bSMyung Bae "properties": { 118*9b46bc0bSMyung Bae "@odata.context": { 119*9b46bc0bSMyung Bae "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" 120*9b46bc0bSMyung Bae }, 121*9b46bc0bSMyung Bae "@odata.etag": { 122*9b46bc0bSMyung Bae "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" 123*9b46bc0bSMyung Bae }, 124*9b46bc0bSMyung Bae "@odata.id": { 125*9b46bc0bSMyung Bae "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" 126*9b46bc0bSMyung Bae }, 127*9b46bc0bSMyung Bae "@odata.type": { 128*9b46bc0bSMyung Bae "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type" 129*9b46bc0bSMyung Bae }, 130*9b46bc0bSMyung Bae "Actions": { 131*9b46bc0bSMyung Bae "$ref": "#/definitions/Actions", 132*9b46bc0bSMyung Bae "description": "The available actions for this resource.", 133*9b46bc0bSMyung Bae "longDescription": "The `Actions` property shall contain the available actions for this resource." 134*9b46bc0bSMyung Bae }, 135*9b46bc0bSMyung Bae "Allocation": { 136*9b46bc0bSMyung Bae "$ref": "#/definitions/PowerAllocation", 137*9b46bc0bSMyung Bae "description": "Power allocation for this subsystem when it represents a subset of the power infrastructure for the chassis or its upstream chassis, such as a chassis containing multiple server blades.", 138*9b46bc0bSMyung Bae "longDescription": "This property shall contain the set of properties describing the allocation of power for this subsystem as part of the power infrastructure for the chassis or an upstream chassis. This property should not be present in resources that are not part of a shared power infrastructure." 139*9b46bc0bSMyung Bae }, 140*9b46bc0bSMyung Bae "Batteries": { 141*9b46bc0bSMyung Bae "$ref": "http://redfish.dmtf.org/schemas/v1/BatteryCollection.json#/definitions/BatteryCollection", 142*9b46bc0bSMyung Bae "description": "The link to the collection of batteries within this subsystem.", 143*9b46bc0bSMyung Bae "longDescription": "This property shall contain a link to a resource collection of type `BatteryCollection`.", 144*9b46bc0bSMyung Bae "readonly": true, 145*9b46bc0bSMyung Bae "versionAdded": "v1_1_0" 146*9b46bc0bSMyung Bae }, 147*9b46bc0bSMyung Bae "CapacityWatts": { 148*9b46bc0bSMyung Bae "description": "The total amount of power that can be allocated to this subsystem. This value can be either the power supply capacity or the power budget that an upstream chassis assigns to this subsystem.", 149*9b46bc0bSMyung Bae "longDescription": "This property shall represent the total power capacity that can be allocated to this subsystem.", 150*9b46bc0bSMyung Bae "minimum": 0, 151*9b46bc0bSMyung Bae "readonly": true, 152*9b46bc0bSMyung Bae "type": [ 153*9b46bc0bSMyung Bae "number", 154*9b46bc0bSMyung Bae "null" 155*9b46bc0bSMyung Bae ], 156*9b46bc0bSMyung Bae "units": "W" 157*9b46bc0bSMyung Bae }, 158*9b46bc0bSMyung Bae "Description": { 159*9b46bc0bSMyung Bae "anyOf": [ 160*9b46bc0bSMyung Bae { 161*9b46bc0bSMyung Bae "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" 162*9b46bc0bSMyung Bae }, 163*9b46bc0bSMyung Bae { 164*9b46bc0bSMyung Bae "type": "null" 165*9b46bc0bSMyung Bae } 166*9b46bc0bSMyung Bae ], 167*9b46bc0bSMyung Bae "readonly": true 168*9b46bc0bSMyung Bae }, 169*9b46bc0bSMyung Bae "Id": { 170*9b46bc0bSMyung Bae "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id", 171*9b46bc0bSMyung Bae "readonly": true 172*9b46bc0bSMyung Bae }, 173*9b46bc0bSMyung Bae "Name": { 174*9b46bc0bSMyung Bae "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", 175*9b46bc0bSMyung Bae "readonly": true 176*9b46bc0bSMyung Bae }, 177*9b46bc0bSMyung Bae "Oem": { 178*9b46bc0bSMyung Bae "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 179*9b46bc0bSMyung Bae "description": "The OEM extension property.", 180*9b46bc0bSMyung Bae "longDescription": "This property shall contain the OEM extensions. All values for properties that this object contains shall conform to the Redfish Specification-described requirements." 181*9b46bc0bSMyung Bae }, 182*9b46bc0bSMyung Bae "PowerSupplies": { 183*9b46bc0bSMyung Bae "$ref": "http://redfish.dmtf.org/schemas/v1/PowerSupplyCollection.json#/definitions/PowerSupplyCollection", 184*9b46bc0bSMyung Bae "description": "The link to the collection of power supplies within this subsystem.", 185*9b46bc0bSMyung Bae "longDescription": "This property shall contain a link to a resource collection of type `PowerSupplyCollection`.", 186*9b46bc0bSMyung Bae "readonly": true 187*9b46bc0bSMyung Bae }, 188*9b46bc0bSMyung Bae "PowerSupplyRedundancy": { 189*9b46bc0bSMyung Bae "description": "The redundancy information for the set of power supplies in this subsystem.", 190*9b46bc0bSMyung Bae "items": { 191*9b46bc0bSMyung Bae "$ref": "http://redfish.dmtf.org/schemas/v1/Redundancy.json#/definitions/RedundantGroup" 192*9b46bc0bSMyung Bae }, 193*9b46bc0bSMyung Bae "longDescription": "This property shall contain redundancy information for the set of power supplies in this subsystem. The values of the `RedundancyGroup` array shall reference resources of type `PowerSupply`.", 194*9b46bc0bSMyung Bae "type": "array" 195*9b46bc0bSMyung Bae }, 196*9b46bc0bSMyung Bae "Status": { 197*9b46bc0bSMyung Bae "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status", 198*9b46bc0bSMyung Bae "description": "The status and health of the resource and its subordinate or dependent resources.", 199*9b46bc0bSMyung Bae "longDescription": "This property shall contain any status or health properties of the resource." 200*9b46bc0bSMyung Bae } 201*9b46bc0bSMyung Bae }, 202*9b46bc0bSMyung Bae "required": [ 203*9b46bc0bSMyung Bae "@odata.id", 204*9b46bc0bSMyung Bae "@odata.type", 205*9b46bc0bSMyung Bae "Id", 206*9b46bc0bSMyung Bae "Name" 207*9b46bc0bSMyung Bae ], 208*9b46bc0bSMyung Bae "type": "object" 209*9b46bc0bSMyung Bae } 210*9b46bc0bSMyung Bae }, 211*9b46bc0bSMyung Bae "language": "en", 212*9b46bc0bSMyung Bae "owningEntity": "DMTF", 213*9b46bc0bSMyung Bae "release": "2021.2", 214*9b46bc0bSMyung Bae "title": "#PowerSubsystem.v1_1_3.PowerSubsystem" 215*9b46bc0bSMyung Bae}