blob: b76c7a134e4959d4a0ee86c2b35d1d520b6c2b03 [file] [log] [blame]
Ed Tanous118b1c72018-09-13 13:45:51 -07001{
Marri Devender Raod45d2d02019-01-21 10:11:34 -06002 "$id": "http://redfish.dmtf.org/schemas/v1/ServiceRoot.v1_5_0.json",
Ed Tanous118b1c72018-09-13 13:45:51 -07003 "$ref": "#/definitions/ServiceRoot",
Ed Tanous530520e2019-01-02 13:41:37 -08004 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5 "copyright": "Copyright 2014-2018 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
Ed Tanous118b1c72018-09-13 13:45:51 -07006 "definitions": {
7 "Expand": {
8 "additionalProperties": false,
9 "description": "Contains information about the use of $expand in the service.",
10 "longDescription": "This type, as described by the Redfish Specification, shall contain information about the support of the $expand query parameter by the service.",
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",
Ed Tanous530520e2019-01-02 13:41:37 -080017 "integer",
Ed Tanous118b1c72018-09-13 13:45:51 -070018 "number",
19 "null",
20 "object",
21 "string"
22 ]
23 }
24 },
25 "properties": {
26 "ExpandAll": {
Ed Tanous530520e2019-01-02 13:41:37 -080027 "description": "This indicates whether the $expand support of asterisk (expand all entries) is supported.",
28 "longDescription": "The value of this property shall be a boolean indicating whether this service supports the use of asterisk (expand all entries) as a value for the $expand query parameter as described by the specification.",
Ed Tanous118b1c72018-09-13 13:45:51 -070029 "readonly": true,
Marri Devender Raod45d2d02019-01-21 10:11:34 -060030 "type": "boolean",
31 "versionAdded": "v1_3_0"
Ed Tanous118b1c72018-09-13 13:45:51 -070032 },
33 "Levels": {
34 "description": "This indicates whether the expand support of the $levels qualifier is supported by the service.",
Ed Tanous530520e2019-01-02 13:41:37 -080035 "longDescription": "The value of this property shall be a boolean indicating whether this service supports the use of $levels as a value for the $expand query parameter as described by the specification.",
Ed Tanous118b1c72018-09-13 13:45:51 -070036 "readonly": true,
Marri Devender Raod45d2d02019-01-21 10:11:34 -060037 "type": "boolean",
38 "versionAdded": "v1_3_0"
Ed Tanous118b1c72018-09-13 13:45:51 -070039 },
40 "Links": {
Ed Tanous530520e2019-01-02 13:41:37 -080041 "description": "This indicates whether the $expand support of tilde (expand only entries in the Links section) is supported.",
42 "longDescription": "The value of this property shall be a boolean indicating whether this service supports the use of tilde (expand only entries in the Links section) as a value for the $expand query parameter as described by the specification.",
Ed Tanous118b1c72018-09-13 13:45:51 -070043 "readonly": true,
Marri Devender Raod45d2d02019-01-21 10:11:34 -060044 "type": "boolean",
45 "versionAdded": "v1_3_0"
Ed Tanous118b1c72018-09-13 13:45:51 -070046 },
47 "MaxLevels": {
Ed Tanous530520e2019-01-02 13:41:37 -080048 "description": "This indicates the maximum number value of the $levels qualifier in $expand operations.",
Ed Tanous118b1c72018-09-13 13:45:51 -070049 "longDescription": "The value of this property shall be the maximum value of the $levels qualifier supported by the service and shall only be included if the value of the Levels property is true.",
50 "maximum": 6,
51 "minimum": 1,
52 "readonly": true,
Marri Devender Raod45d2d02019-01-21 10:11:34 -060053 "type": "integer",
54 "versionAdded": "v1_3_0"
Ed Tanous118b1c72018-09-13 13:45:51 -070055 },
56 "NoLinks": {
Ed Tanous530520e2019-01-02 13:41:37 -080057 "description": "This indicates whether the $expand support of period (expand only entries not in the Links section) is supported.",
58 "longDescription": "The value of this property shall be a boolean indicating whether this service supports the use of period (expand only entries not in the Links section) as a value for the $expand query parameter as described by the specification.",
Ed Tanous118b1c72018-09-13 13:45:51 -070059 "readonly": true,
Marri Devender Raod45d2d02019-01-21 10:11:34 -060060 "type": "boolean",
61 "versionAdded": "v1_3_0"
Ed Tanous118b1c72018-09-13 13:45:51 -070062 }
63 },
64 "type": "object"
65 },
66 "Links": {
67 "additionalProperties": false,
68 "description": "Contains references to other resources that are related to this resource.",
69 "longDescription": "This type, as described by the Redfish Specification, shall contain references to resources that are related to, but not contained by (subordinate to), this resource.",
70 "patternProperties": {
71 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
72 "description": "This property shall specify a valid odata or Redfish property.",
73 "type": [
74 "array",
75 "boolean",
Ed Tanous530520e2019-01-02 13:41:37 -080076 "integer",
Ed Tanous118b1c72018-09-13 13:45:51 -070077 "number",
78 "null",
79 "object",
80 "string"
81 ]
82 }
83 },
84 "properties": {
85 "Oem": {
86 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
87 "description": "Oem extension object.",
88 "longDescription": "This object represents the Oem property. All values for resources described by this schema shall comply to the requirements as described in the Redfish specification."
89 },
90 "Sessions": {
91 "$ref": "http://redfish.dmtf.org/schemas/v1/SessionCollection.json#/definitions/SessionCollection",
92 "description": "Link to a collection of Sessions.",
93 "longDescription": "This property shall contain the link to a collection of Sessions.",
94 "readonly": true
95 }
96 },
97 "required": [
98 "Sessions"
99 ],
100 "type": "object"
101 },
102 "ProtocolFeaturesSupported": {
103 "additionalProperties": false,
104 "description": "Contains information about protocol features supported by the service.",
105 "longDescription": "This type contains information about protocol features supported by the service.",
106 "patternProperties": {
107 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
108 "description": "This property shall specify a valid odata or Redfish property.",
109 "type": [
110 "array",
111 "boolean",
Ed Tanous530520e2019-01-02 13:41:37 -0800112 "integer",
Ed Tanous118b1c72018-09-13 13:45:51 -0700113 "number",
114 "null",
115 "object",
116 "string"
117 ]
118 }
119 },
120 "properties": {
Ed Tanous530520e2019-01-02 13:41:37 -0800121 "ExcerptQuery": {
122 "description": "This indicates whether the 'excerpt' query parameter is supported.",
123 "longDescription": "The value of this property shall be a boolean indicating whether this service supports the use of the 'excerpt' query parameter as described by the specification.",
124 "readonly": true,
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600125 "type": "boolean",
126 "versionAdded": "v1_4_0"
Ed Tanous530520e2019-01-02 13:41:37 -0800127 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700128 "ExpandQuery": {
129 "$ref": "#/definitions/Expand",
130 "description": "Contains information about the use of $expand in the service.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600131 "longDescription": "This type, as described by the Redfish Specification, shall contain information about the support of the $expand query parameter by the service.",
132 "versionAdded": "v1_3_0"
Ed Tanous118b1c72018-09-13 13:45:51 -0700133 },
134 "FilterQuery": {
Ed Tanous530520e2019-01-02 13:41:37 -0800135 "description": "This indicates whether the $filter query parameter is supported.",
136 "longDescription": "The value of this property shall be a boolean indicating whether this service supports the use of the $filter query parameter as described by the specification.",
137 "readonly": true,
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600138 "type": "boolean",
139 "versionAdded": "v1_3_0"
Ed Tanous530520e2019-01-02 13:41:37 -0800140 },
141 "OnlyMemberQuery": {
142 "description": "This indicates whether the 'only' query parameter is supported.",
143 "longDescription": "The value of this property shall be a boolean indicating whether this service supports the use of the 'only' query parameter as described by the specification.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700144 "readonly": true,
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600145 "type": "boolean",
146 "versionAdded": "v1_4_0"
Ed Tanous118b1c72018-09-13 13:45:51 -0700147 },
148 "SelectQuery": {
Ed Tanous530520e2019-01-02 13:41:37 -0800149 "description": "This indicates whether the $select query parameter is supported.",
150 "longDescription": "The value of this property shall be a boolean indicating whether this service supports the use of the $select query parameter as described by the specification.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700151 "readonly": true,
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600152 "type": "boolean",
153 "versionAdded": "v1_3_0"
Ed Tanous118b1c72018-09-13 13:45:51 -0700154 }
155 },
156 "type": "object"
157 },
158 "ServiceRoot": {
159 "additionalProperties": false,
160 "description": "This object represents the root Redfish service.",
161 "longDescription": "This object represents the root Redfish service. All values for resources described by this schema shall comply to the requirements as described in the Redfish specification.",
162 "patternProperties": {
163 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
164 "description": "This property shall specify a valid odata or Redfish property.",
165 "type": [
166 "array",
167 "boolean",
Ed Tanous530520e2019-01-02 13:41:37 -0800168 "integer",
Ed Tanous118b1c72018-09-13 13:45:51 -0700169 "number",
170 "null",
171 "object",
172 "string"
173 ]
174 }
175 },
176 "properties": {
177 "@odata.context": {
Ed Tanous530520e2019-01-02 13:41:37 -0800178 "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/context"
Ed Tanous118b1c72018-09-13 13:45:51 -0700179 },
180 "@odata.etag": {
Ed Tanous530520e2019-01-02 13:41:37 -0800181 "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/etag"
Ed Tanous118b1c72018-09-13 13:45:51 -0700182 },
183 "@odata.id": {
Ed Tanous530520e2019-01-02 13:41:37 -0800184 "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/id"
Ed Tanous118b1c72018-09-13 13:45:51 -0700185 },
186 "@odata.type": {
Ed Tanous530520e2019-01-02 13:41:37 -0800187 "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/type"
Ed Tanous118b1c72018-09-13 13:45:51 -0700188 },
189 "AccountService": {
190 "$ref": "http://redfish.dmtf.org/schemas/v1/AccountService.json#/definitions/AccountService",
191 "description": "This is a link to the Account Service.",
192 "longDescription": "The classes structure shall only contain a reference to a resource that complies to the AccountService schema.",
193 "readonly": true
194 },
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600195 "CertificateService": {
196 "$ref": "http://redfish.dmtf.org/schemas/v1/CertificateService.json#/definitions/CertificateService",
197 "description": "This is a link to the CertificateService.",
198 "longDescription": "The value shall be a link to the CertificateService.",
199 "readonly": true,
200 "versionAdded": "v1_5_0"
201 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700202 "Chassis": {
203 "$ref": "http://redfish.dmtf.org/schemas/v1/ChassisCollection.json#/definitions/ChassisCollection",
204 "description": "This is a link to a collection of Chassis.",
205 "longDescription": "This object shall only contain a reference to a collection of resources that comply to the Chassis schema.",
206 "readonly": true
207 },
208 "CompositionService": {
209 "$ref": "http://redfish.dmtf.org/schemas/v1/CompositionService.json#/definitions/CompositionService",
210 "description": "This is a link to the CompositionService.",
211 "longDescription": "The classes structure shall only contain a reference to a resource that complies to the CompositionService schema.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600212 "readonly": true,
213 "versionAdded": "v1_2_0"
Ed Tanous118b1c72018-09-13 13:45:51 -0700214 },
215 "Description": {
216 "anyOf": [
217 {
218 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
219 },
220 {
221 "type": "null"
222 }
223 ],
224 "readonly": true
225 },
226 "EventService": {
227 "$ref": "http://redfish.dmtf.org/schemas/v1/EventService.json#/definitions/EventService",
228 "description": "This is a link to the EventService.",
229 "longDescription": "The classes structure shall only contain a reference to a resource that complies to the EventService schema.",
230 "readonly": true
231 },
232 "Fabrics": {
233 "$ref": "http://redfish.dmtf.org/schemas/v1/FabricCollection.json#/definitions/FabricCollection",
234 "description": "A link to a collection of all fabric entities.",
235 "longDescription": "The referenced collection shall contain references to all Fabric instances.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600236 "readonly": true,
237 "versionAdded": "v1_1_0"
Ed Tanous118b1c72018-09-13 13:45:51 -0700238 },
239 "Id": {
240 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
241 "readonly": true
242 },
Ed Tanous530520e2019-01-02 13:41:37 -0800243 "JobService": {
244 "$ref": "http://redfish.dmtf.org/schemas/v1/JobService.json#/definitions/JobService",
245 "description": "This is a link to the JobService.",
246 "longDescription": "The classes structure shall only contain a reference to a resource that conforms to the JobService schema.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600247 "readonly": true,
248 "versionAdded": "v1_4_0"
Ed Tanous530520e2019-01-02 13:41:37 -0800249 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700250 "JsonSchemas": {
251 "$ref": "http://redfish.dmtf.org/schemas/v1/JsonSchemaFileCollection.json#/definitions/JsonSchemaFileCollection",
252 "description": "This is a link to a collection of Json-Schema files.",
253 "longDescription": "This object shall only contain a reference to a collection of resources that comply to the SchemaFile schema where the files are Json-Schema files.",
254 "readonly": true
255 },
256 "Links": {
257 "$ref": "#/definitions/Links",
258 "description": "Contains references to other resources that are related to this resource.",
259 "longDescription": "The Links property, as described by the Redfish Specification, shall contain references to resources that are related to, but not contained by (subordinate to), this resource."
260 },
261 "Managers": {
262 "$ref": "http://redfish.dmtf.org/schemas/v1/ManagerCollection.json#/definitions/ManagerCollection",
263 "description": "This is a link to a collection of Managers.",
264 "longDescription": "This object shall only contain a reference to a collection of resources that comply to the Managers schema.",
265 "readonly": true
266 },
267 "Name": {
268 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
269 "readonly": true
270 },
271 "Oem": {
272 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
273 "description": "This is the manufacturer/provider specific extension moniker used to divide the Oem object into sections.",
274 "longDescription": "The value of this string shall be of the format for the reserved word *Oem*."
275 },
276 "Product": {
277 "description": "The product associated with this Redfish service.",
278 "longDescription": "The value of this string shall include the name of the product represented by this Redfish service.",
279 "readonly": true,
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600280 "type": [
281 "string",
282 "null"
283 ],
284 "versionAdded": "v1_3_0"
Ed Tanous118b1c72018-09-13 13:45:51 -0700285 },
286 "ProtocolFeaturesSupported": {
287 "$ref": "#/definitions/ProtocolFeaturesSupported",
288 "description": "Contains information about protocol features supported by the service.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600289 "longDescription": "This type contains information about protocol features supported by the service.",
290 "versionAdded": "v1_3_0"
Ed Tanous118b1c72018-09-13 13:45:51 -0700291 },
292 "RedfishVersion": {
293 "description": "The version of the Redfish service.",
294 "longDescription": "The value of this string shall represent the version of the Redfish service. The format of this string shall be of the format majorversion.minorversion.errata in compliance with Protocol Version section of the Redfish specification.",
295 "pattern": "^\\d+\\.\\d+\\.\\d+$",
296 "readonly": true,
297 "type": "string"
298 },
299 "Registries": {
300 "$ref": "http://redfish.dmtf.org/schemas/v1/MessageRegistryFileCollection.json#/definitions/MessageRegistryFileCollection",
301 "description": "This is a link to a collection of Registries.",
302 "longDescription": "This object shall contain a reference to Message Registry.",
303 "readonly": true
304 },
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600305 "ResourceBlocks": {
306 "$ref": "http://redfish.dmtf.org/schemas/v1/ResourceBlockCollection.json#/definitions/ResourceBlockCollection",
307 "description": "A link to a collection of all resource block entities. This collection is intended for implementations that do not contain a Composition Service, but will expose resources to an orchestrator that implements a Composition Service.",
308 "longDescription": "The referenced collection shall contain references to all Resource Block instances.",
309 "readonly": true,
310 "versionAdded": "v1_5_0"
311 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700312 "SessionService": {
313 "$ref": "http://redfish.dmtf.org/schemas/v1/SessionService.json#/definitions/SessionService",
314 "description": "This is a link to the Sessions Service.",
315 "longDescription": "The classes structure shall only contain a reference to a resource that complies to the SessionService schema.",
316 "readonly": true
317 },
318 "StorageServices": {
319 "$ref": "http://redfish.dmtf.org/schemas/swordfish/v1/StorageServiceCollection.json#/definitions/StorageServiceCollection",
320 "description": "A link to a collection of all storage service entities.",
321 "longDescription": "The referenced collection shall contain references to all StorageService instances.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600322 "readonly": true,
323 "versionAdded": "v1_1_0"
Ed Tanous118b1c72018-09-13 13:45:51 -0700324 },
325 "StorageSystems": {
326 "$ref": "http://redfish.dmtf.org/schemas/swordfish/v1/StorageSystemCollection.json#/definitions/StorageSystemCollection",
327 "description": "This is a link to a collection of storage systems.",
328 "longDescription": "The referenced collection shall contain computer systems that act as storage servers. The HostingRoles attribute of each such computer system shall have an entry for StorageServer.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600329 "readonly": true,
330 "versionAdded": "v1_1_0"
Ed Tanous118b1c72018-09-13 13:45:51 -0700331 },
332 "Systems": {
333 "$ref": "http://redfish.dmtf.org/schemas/v1/ComputerSystemCollection.json#/definitions/ComputerSystemCollection",
334 "description": "This is a link to a collection of Systems.",
335 "longDescription": "This object shall only contain a reference to a collection of resources that comply to the Systems schema.",
336 "readonly": true
337 },
338 "Tasks": {
339 "$ref": "http://redfish.dmtf.org/schemas/v1/TaskService.json#/definitions/TaskService",
340 "description": "This is a link to the Task Service.",
341 "longDescription": "The classes structure shall only contain a reference to a resource that complies to the TaskService schema.",
342 "readonly": true
343 },
Ed Tanous530520e2019-01-02 13:41:37 -0800344 "TelemetryService": {
345 "$ref": "http://redfish.dmtf.org/schemas/v1/TelemetryService.json#/definitions/TelemetryService",
346 "description": "This is a link to the TelemetryService.",
347 "longDescription": "The value shall be a link to the TelemetryService.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600348 "readonly": true,
349 "versionAdded": "v1_4_0"
Ed Tanous530520e2019-01-02 13:41:37 -0800350 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700351 "UUID": {
352 "anyOf": [
353 {
354 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/UUID"
355 },
356 {
357 "type": "null"
358 }
359 ],
360 "description": "Unique identifier for a service instance. When SSDP is used, this value should be an exact match of the UUID value returned in a 200OK from an SSDP M-SEARCH request during discovery.",
361 "longDescription": "The value of this string shall represent the id of the Redfish service instance. The format of this string shall be a 32-byte value in the form 8-4-4-4-12. If SSDP is used, this value shall be an exact match of the UUID value returned in a 200OK from an SSDP M-SEARCH request during discovery. RFC4122 describes methods that can be used to create a UUID value. The value should be considered to be opaque. Client software should only treat the overall value as a universally unique identifier and should not interpret any sub-fields within the UUID.",
362 "readonly": true
363 },
364 "UpdateService": {
365 "$ref": "http://redfish.dmtf.org/schemas/v1/UpdateService.json#/definitions/UpdateService",
366 "description": "This is a link to the UpdateService.",
367 "longDescription": "The classes structure shall only contain a reference to a resource that complies to the UpdateService schema.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600368 "readonly": true,
369 "versionAdded": "v1_1_0"
370 },
371 "Vendor": {
372 "description": "The vendor or manufacturer associated with this Redfish service.",
373 "longDescription": "The value of this string shall include the name of the manufacturer or vendor represented by this Redfish service. If this property is supported, the vendor name shall not be included in the value of the Product property.",
374 "readonly": true,
375 "type": [
376 "string",
377 "null"
378 ],
379 "versionAdded": "v1_5_0"
Ed Tanous118b1c72018-09-13 13:45:51 -0700380 }
381 },
382 "required": [
383 "Links",
Ed Tanous530520e2019-01-02 13:41:37 -0800384 "@odata.id",
385 "@odata.type",
Ed Tanous118b1c72018-09-13 13:45:51 -0700386 "Id",
387 "Name"
388 ],
389 "type": "object"
390 }
391 },
392 "owningEntity": "DMTF",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600393 "release": "2018.3",
394 "title": "#ServiceRoot.v1_5_0.ServiceRoot"
Ed Tanous118b1c72018-09-13 13:45:51 -0700395}