1{
2    "$id": "http://redfish.dmtf.org/schemas/v1/AggregationService.v1_0_3.json",
3    "$ref": "#/definitions/AggregationService",
4    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5    "copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
6    "definitions": {
7        "Actions": {
8            "additionalProperties": false,
9            "description": "The available actions for this resource.",
10            "longDescription": "This type shall contain the available actions for this resource.",
11            "patternProperties": {
12                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
13                    "description": "This property shall specify a valid odata or Redfish property.",
14                    "type": [
15                        "array",
16                        "boolean",
17                        "integer",
18                        "number",
19                        "null",
20                        "object",
21                        "string"
22                    ]
23                }
24            },
25            "properties": {
26                "#AggregationService.Reset": {
27                    "$ref": "#/definitions/Reset"
28                },
29                "#AggregationService.SetDefaultBootOrder": {
30                    "$ref": "#/definitions/SetDefaultBootOrder"
31                },
32                "Oem": {
33                    "$ref": "#/definitions/OemActions",
34                    "description": "The available OEM-specific actions for this resource.",
35                    "longDescription": "This property shall contain the available OEM-specific actions for this resource."
36                }
37            },
38            "type": "object"
39        },
40        "AggregationService": {
41            "additionalProperties": false,
42            "description": "The `AggregationService` schema contains properties for managing aggregation operations, either on ad hoc combinations of resources or on defined sets of resources called aggregates.  Access points define the properties needed to access the entity being aggregated and connection methods describe the protocol or other semantics of the connection.",
43            "longDescription": "This resource shall represent an aggregation service for a Redfish implementation.",
44            "patternProperties": {
45                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
46                    "description": "This property shall specify a valid odata or Redfish property.",
47                    "type": [
48                        "array",
49                        "boolean",
50                        "integer",
51                        "number",
52                        "null",
53                        "object",
54                        "string"
55                    ]
56                }
57            },
58            "properties": {
59                "@odata.context": {
60                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
61                },
62                "@odata.etag": {
63                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
64                },
65                "@odata.id": {
66                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
67                },
68                "@odata.type": {
69                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
70                },
71                "Actions": {
72                    "$ref": "#/definitions/Actions",
73                    "description": "The available actions for this resource.",
74                    "longDescription": "This property shall contain the available actions for this resource."
75                },
76                "Aggregates": {
77                    "$ref": "http://redfish.dmtf.org/schemas/v1/AggregateCollection.json#/definitions/AggregateCollection",
78                    "description": "The link to the collection of aggregates associated with this service.",
79                    "longDescription": "This property shall contain a link to a resource collection of type `AggregateCollection`.",
80                    "readonly": true
81                },
82                "AggregationSources": {
83                    "$ref": "http://redfish.dmtf.org/schemas/v1/AggregationSourceCollection.json#/definitions/AggregationSourceCollection",
84                    "description": "The link to the collection of aggregation sources associated with this service.",
85                    "longDescription": "This property shall contain a link to a resource collection of type `AggregationSourceCollection`.",
86                    "readonly": true
87                },
88                "ConnectionMethods": {
89                    "$ref": "http://redfish.dmtf.org/schemas/v1/ConnectionMethodCollection.json#/definitions/ConnectionMethodCollection",
90                    "description": "The link to the collection of connection methods associated with this service.",
91                    "longDescription": "This property shall contain a link to a resource collection of type `ConnectionMethodCollection`.",
92                    "readonly": true
93                },
94                "Description": {
95                    "anyOf": [
96                        {
97                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
98                        },
99                        {
100                            "type": "null"
101                        }
102                    ],
103                    "readonly": true
104                },
105                "Id": {
106                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
107                    "readonly": true
108                },
109                "Name": {
110                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
111                    "readonly": true
112                },
113                "Oem": {
114                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
115                    "description": "The OEM extension property.",
116                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
117                },
118                "ServiceEnabled": {
119                    "description": "An indication of whether the aggregation service is enabled.",
120                    "longDescription": "This property shall indicate whether the aggregation service is enabled.",
121                    "readonly": false,
122                    "type": [
123                        "boolean",
124                        "null"
125                    ]
126                },
127                "Status": {
128                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
129                    "description": "The status and health of the resource and its subordinate or dependent resources.",
130                    "longDescription": "This property shall contain any status or health properties of the resource."
131                }
132            },
133            "required": [
134                "@odata.id",
135                "@odata.type",
136                "Id",
137                "Name"
138            ],
139            "type": "object"
140        },
141        "OemActions": {
142            "additionalProperties": true,
143            "description": "The available OEM-specific actions for this resource.",
144            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
145            "patternProperties": {
146                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
147                    "description": "This property shall specify a valid odata or Redfish property.",
148                    "type": [
149                        "array",
150                        "boolean",
151                        "integer",
152                        "number",
153                        "null",
154                        "object",
155                        "string"
156                    ]
157                }
158            },
159            "properties": {},
160            "type": "object"
161        },
162        "Reset": {
163            "additionalProperties": false,
164            "description": "This action is used to reset a set of resources.  For example this could be a list of computer systems.",
165            "longDescription": "This action shall perform a reset of a set of resources.",
166            "parameters": {
167                "BatchSize": {
168                    "description": "The number of elements in each batch being reset.",
169                    "longDescription": "This parameter shall contain the number of elements in each batch simultaneously being issued a reset.",
170                    "minimum": 0,
171                    "type": "integer"
172                },
173                "DelayBetweenBatchesInSeconds": {
174                    "description": "The delay of the batches of elements being reset in seconds.",
175                    "longDescription": "This parameter shall contain the delay of the batches of elements being reset in seconds.",
176                    "minimum": 0,
177                    "type": "integer",
178                    "units": "s"
179                },
180                "ResetType": {
181                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/ResetType",
182                    "description": "The type of reset.",
183                    "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."
184                },
185                "TargetURIs": {
186                    "description": "An array of links to the resources being reset.",
187                    "items": {
188                        "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Resource"
189                    },
190                    "longDescription": "This parameter shall contain an array of links to the resources being reset.",
191                    "requiredParameter": true,
192                    "type": "array"
193                }
194            },
195            "patternProperties": {
196                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
197                    "description": "This property shall specify a valid odata or Redfish property.",
198                    "type": [
199                        "array",
200                        "boolean",
201                        "integer",
202                        "number",
203                        "null",
204                        "object",
205                        "string"
206                    ]
207                }
208            },
209            "properties": {
210                "target": {
211                    "description": "Link to invoke action",
212                    "format": "uri-reference",
213                    "type": "string"
214                },
215                "title": {
216                    "description": "Friendly action name",
217                    "type": "string"
218                }
219            },
220            "type": "object"
221        },
222        "SetDefaultBootOrder": {
223            "additionalProperties": false,
224            "description": "This action is used to restore the boot order to the default state for the specified computer systems.",
225            "longDescription": "This action shall restore the boot order to the default state for the specified computer systems.",
226            "parameters": {
227                "Systems": {
228                    "description": "The computer systems to restore.",
229                    "items": {
230                        "$ref": "http://redfish.dmtf.org/schemas/v1/ComputerSystem.json#/definitions/ComputerSystem"
231                    },
232                    "longDescription": "This parameter shall contain an array of links to resources of type `ComputerSystem`.",
233                    "requiredParameter": true,
234                    "type": "array"
235                }
236            },
237            "patternProperties": {
238                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
239                    "description": "This property shall specify a valid odata or Redfish property.",
240                    "type": [
241                        "array",
242                        "boolean",
243                        "integer",
244                        "number",
245                        "null",
246                        "object",
247                        "string"
248                    ]
249                }
250            },
251            "properties": {
252                "target": {
253                    "description": "Link to invoke action",
254                    "format": "uri-reference",
255                    "type": "string"
256                },
257                "title": {
258                    "description": "Friendly action name",
259                    "type": "string"
260                }
261            },
262            "type": "object"
263        }
264    },
265    "language": "en",
266    "owningEntity": "DMTF",
267    "release": "2020.2",
268    "title": "#AggregationService.v1_0_3.AggregationService"
269}