1*f2a8e57eSGunnar Mills{ 2*f2a8e57eSGunnar Mills "$id": "http://redfish.dmtf.org/schemas/v1/Aggregate.v1_0_3.json", 3*f2a8e57eSGunnar Mills "$ref": "#/definitions/Aggregate", 4*f2a8e57eSGunnar Mills "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 5*f2a8e57eSGunnar Mills "copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright", 6*f2a8e57eSGunnar Mills "definitions": { 7*f2a8e57eSGunnar Mills "Actions": { 8*f2a8e57eSGunnar Mills "additionalProperties": false, 9*f2a8e57eSGunnar Mills "description": "The available actions for this resource.", 10*f2a8e57eSGunnar Mills "longDescription": "This type shall contain the available actions for this resource.", 11*f2a8e57eSGunnar Mills "patternProperties": { 12*f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 13*f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 14*f2a8e57eSGunnar Mills "type": [ 15*f2a8e57eSGunnar Mills "array", 16*f2a8e57eSGunnar Mills "boolean", 17*f2a8e57eSGunnar Mills "integer", 18*f2a8e57eSGunnar Mills "number", 19*f2a8e57eSGunnar Mills "null", 20*f2a8e57eSGunnar Mills "object", 21*f2a8e57eSGunnar Mills "string" 22*f2a8e57eSGunnar Mills ] 23*f2a8e57eSGunnar Mills } 24*f2a8e57eSGunnar Mills }, 25*f2a8e57eSGunnar Mills "properties": { 26*f2a8e57eSGunnar Mills "#Aggregate.AddElements": { 27*f2a8e57eSGunnar Mills "$ref": "#/definitions/AddElements" 28*f2a8e57eSGunnar Mills }, 29*f2a8e57eSGunnar Mills "#Aggregate.RemoveElements": { 30*f2a8e57eSGunnar Mills "$ref": "#/definitions/RemoveElements" 31*f2a8e57eSGunnar Mills }, 32*f2a8e57eSGunnar Mills "#Aggregate.Reset": { 33*f2a8e57eSGunnar Mills "$ref": "#/definitions/Reset" 34*f2a8e57eSGunnar Mills }, 35*f2a8e57eSGunnar Mills "#Aggregate.SetDefaultBootOrder": { 36*f2a8e57eSGunnar Mills "$ref": "#/definitions/SetDefaultBootOrder" 37*f2a8e57eSGunnar Mills }, 38*f2a8e57eSGunnar Mills "Oem": { 39*f2a8e57eSGunnar Mills "$ref": "#/definitions/OemActions", 40*f2a8e57eSGunnar Mills "description": "The available OEM-specific actions for this resource.", 41*f2a8e57eSGunnar Mills "longDescription": "This property shall contain the available OEM-specific actions for this resource." 42*f2a8e57eSGunnar Mills } 43*f2a8e57eSGunnar Mills }, 44*f2a8e57eSGunnar Mills "type": "object" 45*f2a8e57eSGunnar Mills }, 46*f2a8e57eSGunnar Mills "AddElements": { 47*f2a8e57eSGunnar Mills "additionalProperties": false, 48*f2a8e57eSGunnar Mills "description": "This action is used to add one or more resources to the aggregate.", 49*f2a8e57eSGunnar Mills "longDescription": "This action shall add one or more resources to the aggregate, with the result that the resources are included in the `Elements` array of the aggregate.", 50*f2a8e57eSGunnar Mills "parameters": { 51*f2a8e57eSGunnar Mills "Elements": { 52*f2a8e57eSGunnar Mills "description": "An array of resource links to add to the `Elements` array.", 53*f2a8e57eSGunnar Mills "items": { 54*f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Resource" 55*f2a8e57eSGunnar Mills }, 56*f2a8e57eSGunnar Mills "longDescription": "This parameter shall contain an array of links to the specified resources to add to the aggregate's `Elements` array.", 57*f2a8e57eSGunnar Mills "requiredParameter": true, 58*f2a8e57eSGunnar Mills "type": "array" 59*f2a8e57eSGunnar Mills } 60*f2a8e57eSGunnar Mills }, 61*f2a8e57eSGunnar Mills "patternProperties": { 62*f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 63*f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 64*f2a8e57eSGunnar Mills "type": [ 65*f2a8e57eSGunnar Mills "array", 66*f2a8e57eSGunnar Mills "boolean", 67*f2a8e57eSGunnar Mills "integer", 68*f2a8e57eSGunnar Mills "number", 69*f2a8e57eSGunnar Mills "null", 70*f2a8e57eSGunnar Mills "object", 71*f2a8e57eSGunnar Mills "string" 72*f2a8e57eSGunnar Mills ] 73*f2a8e57eSGunnar Mills } 74*f2a8e57eSGunnar Mills }, 75*f2a8e57eSGunnar Mills "properties": { 76*f2a8e57eSGunnar Mills "target": { 77*f2a8e57eSGunnar Mills "description": "Link to invoke action", 78*f2a8e57eSGunnar Mills "format": "uri-reference", 79*f2a8e57eSGunnar Mills "type": "string" 80*f2a8e57eSGunnar Mills }, 81*f2a8e57eSGunnar Mills "title": { 82*f2a8e57eSGunnar Mills "description": "Friendly action name", 83*f2a8e57eSGunnar Mills "type": "string" 84*f2a8e57eSGunnar Mills } 85*f2a8e57eSGunnar Mills }, 86*f2a8e57eSGunnar Mills "type": "object" 87*f2a8e57eSGunnar Mills }, 88*f2a8e57eSGunnar Mills "Aggregate": { 89*f2a8e57eSGunnar Mills "additionalProperties": false, 90*f2a8e57eSGunnar Mills "description": "The `Aggregate` schema describes a grouping method for an aggregation service. Aggregates are formal groups of resources that are more persistent than ad hoc groupings.", 91*f2a8e57eSGunnar Mills "longDescription": "This resource shall represent an aggregation service grouping method for a Redfish implementation.", 92*f2a8e57eSGunnar Mills "patternProperties": { 93*f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 94*f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 95*f2a8e57eSGunnar Mills "type": [ 96*f2a8e57eSGunnar Mills "array", 97*f2a8e57eSGunnar Mills "boolean", 98*f2a8e57eSGunnar Mills "integer", 99*f2a8e57eSGunnar Mills "number", 100*f2a8e57eSGunnar Mills "null", 101*f2a8e57eSGunnar Mills "object", 102*f2a8e57eSGunnar Mills "string" 103*f2a8e57eSGunnar Mills ] 104*f2a8e57eSGunnar Mills } 105*f2a8e57eSGunnar Mills }, 106*f2a8e57eSGunnar Mills "properties": { 107*f2a8e57eSGunnar Mills "@odata.context": { 108*f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" 109*f2a8e57eSGunnar Mills }, 110*f2a8e57eSGunnar Mills "@odata.etag": { 111*f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" 112*f2a8e57eSGunnar Mills }, 113*f2a8e57eSGunnar Mills "@odata.id": { 114*f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" 115*f2a8e57eSGunnar Mills }, 116*f2a8e57eSGunnar Mills "@odata.type": { 117*f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type" 118*f2a8e57eSGunnar Mills }, 119*f2a8e57eSGunnar Mills "Actions": { 120*f2a8e57eSGunnar Mills "$ref": "#/definitions/Actions", 121*f2a8e57eSGunnar Mills "description": "The available actions for this resource.", 122*f2a8e57eSGunnar Mills "longDescription": "This property shall contain the available actions for this resource." 123*f2a8e57eSGunnar Mills }, 124*f2a8e57eSGunnar Mills "Description": { 125*f2a8e57eSGunnar Mills "anyOf": [ 126*f2a8e57eSGunnar Mills { 127*f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" 128*f2a8e57eSGunnar Mills }, 129*f2a8e57eSGunnar Mills { 130*f2a8e57eSGunnar Mills "type": "null" 131*f2a8e57eSGunnar Mills } 132*f2a8e57eSGunnar Mills ], 133*f2a8e57eSGunnar Mills "readonly": true 134*f2a8e57eSGunnar Mills }, 135*f2a8e57eSGunnar Mills "Elements": { 136*f2a8e57eSGunnar Mills "description": "The elements of this aggregate.", 137*f2a8e57eSGunnar Mills "items": { 138*f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Resource" 139*f2a8e57eSGunnar Mills }, 140*f2a8e57eSGunnar Mills "longDescription": "This property shall contain an array of links to the elements of this aggregate.", 141*f2a8e57eSGunnar Mills "readonly": true, 142*f2a8e57eSGunnar Mills "type": "array" 143*f2a8e57eSGunnar Mills }, 144*f2a8e57eSGunnar Mills "Elements@odata.count": { 145*f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 146*f2a8e57eSGunnar Mills }, 147*f2a8e57eSGunnar Mills "ElementsCount": { 148*f2a8e57eSGunnar Mills "description": "The number of entries in the `Elements` array.", 149*f2a8e57eSGunnar Mills "longDescription": "This property shall contain the number of entries in the `Elements` array.", 150*f2a8e57eSGunnar Mills "minimum": 0, 151*f2a8e57eSGunnar Mills "readonly": true, 152*f2a8e57eSGunnar Mills "type": [ 153*f2a8e57eSGunnar Mills "integer", 154*f2a8e57eSGunnar Mills "null" 155*f2a8e57eSGunnar Mills ] 156*f2a8e57eSGunnar Mills }, 157*f2a8e57eSGunnar Mills "Id": { 158*f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id", 159*f2a8e57eSGunnar Mills "readonly": true 160*f2a8e57eSGunnar Mills }, 161*f2a8e57eSGunnar Mills "Name": { 162*f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", 163*f2a8e57eSGunnar Mills "readonly": true 164*f2a8e57eSGunnar Mills }, 165*f2a8e57eSGunnar Mills "Oem": { 166*f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 167*f2a8e57eSGunnar Mills "description": "The OEM extension property.", 168*f2a8e57eSGunnar 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." 169*f2a8e57eSGunnar Mills } 170*f2a8e57eSGunnar Mills }, 171*f2a8e57eSGunnar Mills "required": [ 172*f2a8e57eSGunnar Mills "Elements", 173*f2a8e57eSGunnar Mills "@odata.id", 174*f2a8e57eSGunnar Mills "@odata.type", 175*f2a8e57eSGunnar Mills "Id", 176*f2a8e57eSGunnar Mills "Name" 177*f2a8e57eSGunnar Mills ], 178*f2a8e57eSGunnar Mills "requiredOnCreate": [ 179*f2a8e57eSGunnar Mills "Elements" 180*f2a8e57eSGunnar Mills ], 181*f2a8e57eSGunnar Mills "type": "object" 182*f2a8e57eSGunnar Mills }, 183*f2a8e57eSGunnar Mills "OemActions": { 184*f2a8e57eSGunnar Mills "additionalProperties": true, 185*f2a8e57eSGunnar Mills "description": "The available OEM-specific actions for this resource.", 186*f2a8e57eSGunnar Mills "longDescription": "This type shall contain the available OEM-specific actions for this resource.", 187*f2a8e57eSGunnar Mills "patternProperties": { 188*f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 189*f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 190*f2a8e57eSGunnar Mills "type": [ 191*f2a8e57eSGunnar Mills "array", 192*f2a8e57eSGunnar Mills "boolean", 193*f2a8e57eSGunnar Mills "integer", 194*f2a8e57eSGunnar Mills "number", 195*f2a8e57eSGunnar Mills "null", 196*f2a8e57eSGunnar Mills "object", 197*f2a8e57eSGunnar Mills "string" 198*f2a8e57eSGunnar Mills ] 199*f2a8e57eSGunnar Mills } 200*f2a8e57eSGunnar Mills }, 201*f2a8e57eSGunnar Mills "properties": {}, 202*f2a8e57eSGunnar Mills "type": "object" 203*f2a8e57eSGunnar Mills }, 204*f2a8e57eSGunnar Mills "RemoveElements": { 205*f2a8e57eSGunnar Mills "additionalProperties": false, 206*f2a8e57eSGunnar Mills "description": "This action is used to remove one or more resources from the aggregate.", 207*f2a8e57eSGunnar Mills "longDescription": "This action shall remove one or more resources from the aggregate, with the result that the resources are removed from the `Elements` array of the aggregate.", 208*f2a8e57eSGunnar Mills "parameters": { 209*f2a8e57eSGunnar Mills "Elements": { 210*f2a8e57eSGunnar Mills "description": "An array of resource links to remove from the `Elements` array.", 211*f2a8e57eSGunnar Mills "items": { 212*f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Resource" 213*f2a8e57eSGunnar Mills }, 214*f2a8e57eSGunnar Mills "longDescription": "This parameter shall contain an array of links to the specified resources to remove from the aggregate's `Elements` array.", 215*f2a8e57eSGunnar Mills "requiredParameter": true, 216*f2a8e57eSGunnar Mills "type": "array" 217*f2a8e57eSGunnar Mills } 218*f2a8e57eSGunnar Mills }, 219*f2a8e57eSGunnar Mills "patternProperties": { 220*f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 221*f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 222*f2a8e57eSGunnar Mills "type": [ 223*f2a8e57eSGunnar Mills "array", 224*f2a8e57eSGunnar Mills "boolean", 225*f2a8e57eSGunnar Mills "integer", 226*f2a8e57eSGunnar Mills "number", 227*f2a8e57eSGunnar Mills "null", 228*f2a8e57eSGunnar Mills "object", 229*f2a8e57eSGunnar Mills "string" 230*f2a8e57eSGunnar Mills ] 231*f2a8e57eSGunnar Mills } 232*f2a8e57eSGunnar Mills }, 233*f2a8e57eSGunnar Mills "properties": { 234*f2a8e57eSGunnar Mills "target": { 235*f2a8e57eSGunnar Mills "description": "Link to invoke action", 236*f2a8e57eSGunnar Mills "format": "uri-reference", 237*f2a8e57eSGunnar Mills "type": "string" 238*f2a8e57eSGunnar Mills }, 239*f2a8e57eSGunnar Mills "title": { 240*f2a8e57eSGunnar Mills "description": "Friendly action name", 241*f2a8e57eSGunnar Mills "type": "string" 242*f2a8e57eSGunnar Mills } 243*f2a8e57eSGunnar Mills }, 244*f2a8e57eSGunnar Mills "type": "object" 245*f2a8e57eSGunnar Mills }, 246*f2a8e57eSGunnar Mills "Reset": { 247*f2a8e57eSGunnar Mills "additionalProperties": false, 248*f2a8e57eSGunnar Mills "description": "This action is used to reset a collection of resources. For example, this could be an aggregate or a list of computer systems.", 249*f2a8e57eSGunnar Mills "longDescription": "This action shall perform a reset of a collection of resources.", 250*f2a8e57eSGunnar Mills "parameters": { 251*f2a8e57eSGunnar Mills "BatchSize": { 252*f2a8e57eSGunnar Mills "description": "The number of elements in each batch being reset.", 253*f2a8e57eSGunnar Mills "longDescription": "This parameter shall contain the number of elements in each batch simultaneously being issued a reset.", 254*f2a8e57eSGunnar Mills "minimum": 0, 255*f2a8e57eSGunnar Mills "type": "integer" 256*f2a8e57eSGunnar Mills }, 257*f2a8e57eSGunnar Mills "DelayBetweenBatchesInSeconds": { 258*f2a8e57eSGunnar Mills "description": "The delay of the batches of elements being reset in seconds.", 259*f2a8e57eSGunnar Mills "longDescription": "This parameter shall contain the delay of the batches of elements being reset in seconds.", 260*f2a8e57eSGunnar Mills "minimum": 0, 261*f2a8e57eSGunnar Mills "type": "integer", 262*f2a8e57eSGunnar Mills "units": "s" 263*f2a8e57eSGunnar Mills }, 264*f2a8e57eSGunnar Mills "ResetType": { 265*f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/ResetType", 266*f2a8e57eSGunnar Mills "description": "The type of reset.", 267*f2a8e57eSGunnar Mills "longDescription": "This parameter shall contain the type of reset. The service can accept a request without the parameter and perform an implementation-specific default reset." 268*f2a8e57eSGunnar Mills } 269*f2a8e57eSGunnar Mills }, 270*f2a8e57eSGunnar Mills "patternProperties": { 271*f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 272*f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 273*f2a8e57eSGunnar Mills "type": [ 274*f2a8e57eSGunnar Mills "array", 275*f2a8e57eSGunnar Mills "boolean", 276*f2a8e57eSGunnar Mills "integer", 277*f2a8e57eSGunnar Mills "number", 278*f2a8e57eSGunnar Mills "null", 279*f2a8e57eSGunnar Mills "object", 280*f2a8e57eSGunnar Mills "string" 281*f2a8e57eSGunnar Mills ] 282*f2a8e57eSGunnar Mills } 283*f2a8e57eSGunnar Mills }, 284*f2a8e57eSGunnar Mills "properties": { 285*f2a8e57eSGunnar Mills "target": { 286*f2a8e57eSGunnar Mills "description": "Link to invoke action", 287*f2a8e57eSGunnar Mills "format": "uri-reference", 288*f2a8e57eSGunnar Mills "type": "string" 289*f2a8e57eSGunnar Mills }, 290*f2a8e57eSGunnar Mills "title": { 291*f2a8e57eSGunnar Mills "description": "Friendly action name", 292*f2a8e57eSGunnar Mills "type": "string" 293*f2a8e57eSGunnar Mills } 294*f2a8e57eSGunnar Mills }, 295*f2a8e57eSGunnar Mills "type": "object" 296*f2a8e57eSGunnar Mills }, 297*f2a8e57eSGunnar Mills "SetDefaultBootOrder": { 298*f2a8e57eSGunnar Mills "additionalProperties": false, 299*f2a8e57eSGunnar Mills "description": "This action is used to restore the boot order to the default state for the computer systems that are members of this aggregate.", 300*f2a8e57eSGunnar Mills "longDescription": "This action shall restore the boot order to the default state for the computer systems that are members of this aggregate.", 301*f2a8e57eSGunnar Mills "parameters": {}, 302*f2a8e57eSGunnar Mills "patternProperties": { 303*f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 304*f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 305*f2a8e57eSGunnar Mills "type": [ 306*f2a8e57eSGunnar Mills "array", 307*f2a8e57eSGunnar Mills "boolean", 308*f2a8e57eSGunnar Mills "integer", 309*f2a8e57eSGunnar Mills "number", 310*f2a8e57eSGunnar Mills "null", 311*f2a8e57eSGunnar Mills "object", 312*f2a8e57eSGunnar Mills "string" 313*f2a8e57eSGunnar Mills ] 314*f2a8e57eSGunnar Mills } 315*f2a8e57eSGunnar Mills }, 316*f2a8e57eSGunnar Mills "properties": { 317*f2a8e57eSGunnar Mills "target": { 318*f2a8e57eSGunnar Mills "description": "Link to invoke action", 319*f2a8e57eSGunnar Mills "format": "uri-reference", 320*f2a8e57eSGunnar Mills "type": "string" 321*f2a8e57eSGunnar Mills }, 322*f2a8e57eSGunnar Mills "title": { 323*f2a8e57eSGunnar Mills "description": "Friendly action name", 324*f2a8e57eSGunnar Mills "type": "string" 325*f2a8e57eSGunnar Mills } 326*f2a8e57eSGunnar Mills }, 327*f2a8e57eSGunnar Mills "type": "object" 328*f2a8e57eSGunnar Mills } 329*f2a8e57eSGunnar Mills }, 330*f2a8e57eSGunnar Mills "language": "en", 331*f2a8e57eSGunnar Mills "owningEntity": "DMTF", 332*f2a8e57eSGunnar Mills "release": "2020.2", 333*f2a8e57eSGunnar Mills "title": "#Aggregate.v1_0_3.Aggregate" 334*f2a8e57eSGunnar Mills}