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