1{
2    "$id": "http://redfish.dmtf.org/schemas/v1/StorageController.v1_7_3.json",
3    "$ref": "#/definitions/StorageController",
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        "ANAAccessState": {
8            "enum": [
9                "Optimized",
10                "NonOptimized",
11                "Inaccessible",
12                "PersistentLoss"
13            ],
14            "enumDescriptions": {
15                "Inaccessible": "Namespaces in this group are inaccessible.  Commands are not able to access user data of namespaces in the ANA group.",
16                "NonOptimized": "Commands processed by a controller that reports this state for an ANA group provide non-optimized access characteristics, such as lower performance or non-optimal use of subsystem resources, to any namespace in the ANA group.",
17                "Optimized": "Commands processed by a controller provide optimized access to any namespace in the ANA group.",
18                "PersistentLoss": "The group is persistently inaccessible.  Commands are persistently not able to access user data of namespaces in the ANA group."
19            },
20            "type": "string"
21        },
22        "ANACharacteristics": {
23            "additionalProperties": false,
24            "description": "The ANA characteristics and volume information for a storage controller.",
25            "longDescription": "This type shall contain the ANA characteristics and volume information for a storage controller.",
26            "patternProperties": {
27                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
28                    "description": "This property shall specify a valid odata or Redfish property.",
29                    "type": [
30                        "array",
31                        "boolean",
32                        "integer",
33                        "number",
34                        "null",
35                        "object",
36                        "string"
37                    ]
38                }
39            },
40            "properties": {
41                "AccessState": {
42                    "anyOf": [
43                        {
44                            "$ref": "#/definitions/ANAAccessState"
45                        },
46                        {
47                            "type": "null"
48                        }
49                    ],
50                    "description": "Reported ANA access state.",
51                    "longDescription": "This property shall contain the reported ANA access state.",
52                    "readonly": true
53                },
54                "Volume": {
55                    "$ref": "http://redfish.dmtf.org/schemas/swordfish/v1/Volume.json#/definitions/Volume",
56                    "description": "The specified volume.",
57                    "longDescription": "This property shall contain a link to a resource of type `Volume`.",
58                    "readonly": true
59                }
60            },
61            "type": "object"
62        },
63        "Actions": {
64            "additionalProperties": false,
65            "description": "The available actions for this resource.",
66            "longDescription": "This type shall contain the available actions for this resource.",
67            "patternProperties": {
68                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
69                    "description": "This property shall specify a valid odata or Redfish property.",
70                    "type": [
71                        "array",
72                        "boolean",
73                        "integer",
74                        "number",
75                        "null",
76                        "object",
77                        "string"
78                    ]
79                }
80            },
81            "properties": {
82                "#StorageController.AttachNamespaces": {
83                    "$ref": "#/definitions/AttachNamespaces"
84                },
85                "#StorageController.DetachNamespaces": {
86                    "$ref": "#/definitions/DetachNamespaces"
87                },
88                "#StorageController.SecurityReceive": {
89                    "$ref": "#/definitions/SecurityReceive"
90                },
91                "#StorageController.SecuritySend": {
92                    "$ref": "#/definitions/SecuritySend"
93                },
94                "Oem": {
95                    "$ref": "#/definitions/OemActions",
96                    "description": "The available OEM-specific actions for this resource.",
97                    "longDescription": "This property shall contain the available OEM-specific actions for this resource."
98                }
99            },
100            "type": "object"
101        },
102        "AttachDetachNamespacesResponse": {
103            "additionalProperties": false,
104            "description": "The response body for the `AttachNamespaces` and `DetachNamespaces` actions.",
105            "longDescription": "This type shall contain the properties found in the response body for the `AttachNamespaces` and `DetachNamespaces` actions.",
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",
112                        "integer",
113                        "number",
114                        "null",
115                        "object",
116                        "string"
117                    ]
118                }
119            },
120            "properties": {
121                "AttachedVolumes": {
122                    "description": "An array of links to volumes that are attached to this controller instance.",
123                    "items": {
124                        "$ref": "http://redfish.dmtf.org/schemas/swordfish/v1/Volume.json#/definitions/Volume"
125                    },
126                    "longDescription": "This property shall contain an array of links to resources of type `Volume` that are attached to this instance of storage controller.",
127                    "readonly": true,
128                    "type": "array",
129                    "versionAdded": "v1_7_0"
130                },
131                "AttachedVolumes@odata.count": {
132                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
133                }
134            },
135            "required": [
136                "AttachedVolumes"
137            ],
138            "type": "object"
139        },
140        "AttachNamespaces": {
141            "actionResponse": {
142                "$ref": "#/definitions/AttachDetachNamespacesResponse"
143            },
144            "additionalProperties": false,
145            "description": "This action attaches referenced namespaces to the storage controller.  Attached namespaces are added to the `AttachedVolumes` property in `Links`.",
146            "longDescription": "This action shall attach referenced namespaces to the storage controller.  Services shall add the attached namespaces to the `AttachedVolumes` property in `Links`.",
147            "parameters": {
148                "Namespaces": {
149                    "description": "The namespaces to attach to the storage controller.",
150                    "items": {
151                        "$ref": "http://redfish.dmtf.org/schemas/swordfish/v1/Volume.json#/definitions/Volume"
152                    },
153                    "longDescription": "This parameter shall contain an array of links to resources of type `Volume` that represent the namespaces to attach to the storage controller.",
154                    "requiredParameter": true,
155                    "type": "array"
156                }
157            },
158            "patternProperties": {
159                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
160                    "description": "This property shall specify a valid odata or Redfish property.",
161                    "type": [
162                        "array",
163                        "boolean",
164                        "integer",
165                        "number",
166                        "null",
167                        "object",
168                        "string"
169                    ]
170                }
171            },
172            "properties": {
173                "target": {
174                    "description": "Link to invoke action",
175                    "format": "uri-reference",
176                    "type": "string"
177                },
178                "title": {
179                    "description": "Friendly action name",
180                    "type": "string"
181                }
182            },
183            "type": "object",
184            "versionAdded": "v1_7_0"
185        },
186        "CacheSummary": {
187            "additionalProperties": false,
188            "description": "This type describes the cache memory of the storage controller in general detail.",
189            "longDescription": "This type shall contain properties that describe the cache memory for a storage controller.",
190            "patternProperties": {
191                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
192                    "description": "This property shall specify a valid odata or Redfish property.",
193                    "type": [
194                        "array",
195                        "boolean",
196                        "integer",
197                        "number",
198                        "null",
199                        "object",
200                        "string"
201                    ]
202                }
203            },
204            "properties": {
205                "PersistentCacheSizeMiB": {
206                    "description": "The portion of the cache memory that is persistent, measured in MiB.",
207                    "longDescription": "This property shall contain the amount of cache memory that is persistent as measured in mebibytes.  This size shall be less than or equal to the `TotalCacheSizeMiB`.",
208                    "minimum": 0,
209                    "readonly": true,
210                    "type": [
211                        "integer",
212                        "null"
213                    ],
214                    "units": "MiBy"
215                },
216                "Status": {
217                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
218                    "description": "The status and health of the resource and its subordinate or dependent resources.",
219                    "longDescription": "This property shall contain any status or health properties of the resource."
220                },
221                "TotalCacheSizeMiB": {
222                    "description": "The total configured cache memory, measured in MiB.",
223                    "longDescription": "This property shall contain the amount of configured cache memory as measured in mebibytes.",
224                    "minimum": 0,
225                    "readonly": true,
226                    "type": [
227                        "integer",
228                        "null"
229                    ],
230                    "units": "MiBy"
231                }
232            },
233            "required": [
234                "TotalCacheSizeMiB"
235            ],
236            "type": "object"
237        },
238        "DetachNamespaces": {
239            "actionResponse": {
240                "$ref": "#/definitions/AttachDetachNamespacesResponse"
241            },
242            "additionalProperties": false,
243            "description": "This action detaches referenced namespaces from the storage controller.  Detached namespaces are removed from the `AttachedVolumes` property in `Links`.",
244            "longDescription": "This action shall detach referenced namespaces from the storage controller.  Services shall remove the detached namespaces from the `AttachedVolumes` property in `Links`.",
245            "parameters": {
246                "Namespaces": {
247                    "description": "The namespaces to detach from the storage controller.",
248                    "items": {
249                        "$ref": "http://redfish.dmtf.org/schemas/swordfish/v1/Volume.json#/definitions/Volume"
250                    },
251                    "longDescription": "This parameter shall contain an array of links to resources of type `Volume` that represent the namespaces to detach from the storage controller.",
252                    "requiredParameter": true,
253                    "type": "array"
254                }
255            },
256            "patternProperties": {
257                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
258                    "description": "This property shall specify a valid odata or Redfish property.",
259                    "type": [
260                        "array",
261                        "boolean",
262                        "integer",
263                        "number",
264                        "null",
265                        "object",
266                        "string"
267                    ]
268                }
269            },
270            "properties": {
271                "target": {
272                    "description": "Link to invoke action",
273                    "format": "uri-reference",
274                    "type": "string"
275                },
276                "title": {
277                    "description": "Friendly action name",
278                    "type": "string"
279                }
280            },
281            "type": "object",
282            "versionAdded": "v1_7_0"
283        },
284        "Links": {
285            "additionalProperties": false,
286            "description": "The links to other resources that are related to this resource.",
287            "longDescription": "This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource.",
288            "patternProperties": {
289                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
290                    "description": "This property shall specify a valid odata or Redfish property.",
291                    "type": [
292                        "array",
293                        "boolean",
294                        "integer",
295                        "number",
296                        "null",
297                        "object",
298                        "string"
299                    ]
300                }
301            },
302            "properties": {
303                "AttachedVolumes": {
304                    "description": "An array of links to volumes that are attached to this controller instance.",
305                    "items": {
306                        "$ref": "http://redfish.dmtf.org/schemas/swordfish/v1/Volume.json#/definitions/Volume"
307                    },
308                    "longDescription": "This property shall contain an array of links to resources of type `Volume` that are attached to this instance of storage controller.",
309                    "readonly": true,
310                    "type": "array"
311                },
312                "AttachedVolumes@odata.count": {
313                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
314                },
315                "Batteries": {
316                    "description": "The batteries that provide power to this storage controller during a power-loss event.",
317                    "items": {
318                        "$ref": "http://redfish.dmtf.org/schemas/v1/Battery.json#/definitions/Battery"
319                    },
320                    "longDescription": "This property shall contain an array of links to resources of type `Battery` that represent the batteries that provide power to this storage controller during a power-loss event, such as with battery-backed RAID controllers.  This property shall not be present if the batteries power the containing chassis as a whole rather than the individual storage controller.",
321                    "readonly": true,
322                    "type": "array",
323                    "versionAdded": "v1_6_0"
324                },
325                "Batteries@odata.count": {
326                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
327                },
328                "Endpoints": {
329                    "description": "An array of links to the endpoints that connect to this controller.",
330                    "items": {
331                        "$ref": "http://redfish.dmtf.org/schemas/v1/Endpoint.json#/definitions/Endpoint"
332                    },
333                    "longDescription": "This property shall contain an array of links to resources of type `Endpoint` with which this controller is associated.",
334                    "readonly": true,
335                    "type": "array"
336                },
337                "Endpoints@odata.count": {
338                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
339                },
340                "NVMeDiscoveredSubsystems": {
341                    "description": "The NVMe subsystems discovered by this discovery controller.",
342                    "items": {
343                        "$ref": "http://redfish.dmtf.org/schemas/v1/Storage.json#/definitions/Storage"
344                    },
345                    "longDescription": "This property shall contain an array of links to resources of type `Storage` that represent the NVMe subsystems discovered by this discovery controller.  This property shall only be present if `ControllerType` in `NVMeControllerProperties` contains `Discovery`.",
346                    "readonly": true,
347                    "type": "array",
348                    "versionAdded": "v1_7_0"
349                },
350                "NVMeDiscoveredSubsystems@odata.count": {
351                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
352                },
353                "NetworkDeviceFunctions": {
354                    "description": "The network device functions that provide connectivity to this controller.",
355                    "items": {
356                        "$ref": "http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunction.json#/definitions/NetworkDeviceFunction"
357                    },
358                    "longDescription": "This property shall contain an array of links to resources of type `NetworkDeviceFunction` that represent the devices that provide connectivity to this controller.",
359                    "readonly": true,
360                    "type": "array",
361                    "versionAdded": "v1_3_0"
362                },
363                "NetworkDeviceFunctions@odata.count": {
364                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
365                },
366                "Oem": {
367                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
368                    "description": "The OEM extension property.",
369                    "longDescription": "This property shall contain the OEM extensions.  All values for properties contained in this object shall conform to the Redfish Specification-described requirements."
370                },
371                "PCIeFunctions": {
372                    "description": "An array of links to the PCIe functions that the storage controller produces.",
373                    "items": {
374                        "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeFunction.json#/definitions/PCIeFunction"
375                    },
376                    "longDescription": "This property shall contain an array of links to resources of type `PCIeFunction` that represent the PCIe functions associated with this resource.",
377                    "readonly": true,
378                    "type": "array"
379                },
380                "PCIeFunctions@odata.count": {
381                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
382                }
383            },
384            "type": "object"
385        },
386        "NVMeControllerAttributes": {
387            "additionalProperties": false,
388            "description": "The NVMe controller attributes for a storage controller.",
389            "longDescription": "This type shall contain NVMe controller attributes for a storage controller.",
390            "patternProperties": {
391                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
392                    "description": "This property shall specify a valid odata or Redfish property.",
393                    "type": [
394                        "array",
395                        "boolean",
396                        "integer",
397                        "number",
398                        "null",
399                        "object",
400                        "string"
401                    ]
402                }
403            },
404            "properties": {
405                "ReportsNamespaceGranularity": {
406                    "description": "Indicates whether or not the controller supports reporting of Namespace Granularity.",
407                    "longDescription": "This property shall indicate whether or not the controller supports reporting of Namespace Granularity.",
408                    "readonly": true,
409                    "type": [
410                        "boolean",
411                        "null"
412                    ]
413                },
414                "ReportsUUIDList": {
415                    "description": "Indicates whether or not the controller supports reporting of a UUID list.",
416                    "longDescription": "This property shall indicate whether or not the controller supports reporting of a UUID list.",
417                    "readonly": true,
418                    "type": [
419                        "boolean",
420                        "null"
421                    ]
422                },
423                "Supports128BitHostId": {
424                    "description": "Indicates whether or not the controller supports a 128-bit Host Identifier.",
425                    "longDescription": "This property shall indicate whether or not the controller supports a 128-bit Host Identifier.",
426                    "readonly": true,
427                    "type": [
428                        "boolean",
429                        "null"
430                    ]
431                },
432                "SupportsEnduranceGroups": {
433                    "description": "Indicates whether or not the controller supports Endurance Groups.",
434                    "longDescription": "This property shall indicate whether or not the controller supports Endurance Groups.",
435                    "readonly": true,
436                    "type": [
437                        "boolean",
438                        "null"
439                    ]
440                },
441                "SupportsExceedingPowerOfNonOperationalState": {
442                    "description": "Indicates whether or not the controller supports exceeding Power of Non-Operational State in order to execute controller-initiated background operations in a non-operational power state.",
443                    "longDescription": "This property shall indicate whether or not the controller supports exceeding Power of Non-Operational State in order to execute controller-initiated background operations in a non-operational power state.",
444                    "readonly": true,
445                    "type": [
446                        "boolean",
447                        "null"
448                    ]
449                },
450                "SupportsNVMSets": {
451                    "description": "Indicates whether or not the controller supports NVM Sets.",
452                    "longDescription": "This property shall indicate whether or not the controller supports NVM Sets.",
453                    "readonly": true,
454                    "type": [
455                        "boolean",
456                        "null"
457                    ]
458                },
459                "SupportsPredictableLatencyMode": {
460                    "description": "Indicates whether or not the controller supports Predictable Latency Mode.",
461                    "longDescription": "This property shall indicate whether or not the controller supports Predictable Latency Mode.",
462                    "readonly": true,
463                    "type": [
464                        "boolean",
465                        "null"
466                    ]
467                },
468                "SupportsReadRecoveryLevels": {
469                    "description": "Indicates whether or not the controller supports Read Recovery Levels.",
470                    "longDescription": "This property shall indicate whether or not the controller supports Read Recovery Levels.",
471                    "readonly": true,
472                    "type": [
473                        "boolean",
474                        "null"
475                    ]
476                },
477                "SupportsReservations": {
478                    "description": "Indicates if the controller supports reservations.",
479                    "longDescription": "This property shall indicate if the controller supports reservations.",
480                    "readonly": true,
481                    "type": [
482                        "boolean",
483                        "null"
484                    ],
485                    "versionAdded": "v1_2_0"
486                },
487                "SupportsSQAssociations": {
488                    "description": "Indicates whether or not the controller supports SQ Associations.",
489                    "longDescription": "This property shall indicate whether or not the controller supports SQ Associations.",
490                    "readonly": true,
491                    "type": [
492                        "boolean",
493                        "null"
494                    ]
495                },
496                "SupportsTrafficBasedKeepAlive": {
497                    "description": "Indicates whether or not the controller supports restarting the Keep Alive Timer if traffic is processed from an admin command or I/O during a Keep Alive Timeout interval.",
498                    "longDescription": "This property shall indicate whether or not the controller supports restarting the Keep Alive Timer if traffic is processed from an admin command or I/O during a Keep Alive Timeout interval.",
499                    "readonly": true,
500                    "type": [
501                        "boolean",
502                        "null"
503                    ]
504                }
505            },
506            "type": "object"
507        },
508        "NVMeControllerProperties": {
509            "additionalProperties": false,
510            "description": "NVMe-related properties for a storage controller.",
511            "longDescription": "This type shall contain NVMe-related properties for a storage controller.",
512            "patternProperties": {
513                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
514                    "description": "This property shall specify a valid odata or Redfish property.",
515                    "type": [
516                        "array",
517                        "boolean",
518                        "integer",
519                        "number",
520                        "null",
521                        "object",
522                        "string"
523                    ]
524                }
525            },
526            "properties": {
527                "ANACharacteristics": {
528                    "description": "The ANA characteristics and volume information.",
529                    "items": {
530                        "anyOf": [
531                            {
532                                "$ref": "#/definitions/ANACharacteristics"
533                            },
534                            {
535                                "type": "null"
536                            }
537                        ]
538                    },
539                    "longDescription": "This property shall contain the ANA characteristics and volume information.",
540                    "type": "array"
541                },
542                "AllocatedCompletionQueues": {
543                    "description": "The number of I/O completion queues allocated to this NVMe I/O controller.",
544                    "longDescription": "This property shall contain the number of I/O completion queues allocated to this NVMe I/O controller.",
545                    "readonly": true,
546                    "type": [
547                        "integer",
548                        "null"
549                    ],
550                    "versionAdded": "v1_4_0"
551                },
552                "AllocatedSubmissionQueues": {
553                    "description": "The number of I/O submission queues allocated to this NVMe I/O controller.",
554                    "longDescription": "This property shall contain the number of I/O submission queues allocated to this NVMe I/O controller.",
555                    "readonly": true,
556                    "type": [
557                        "integer",
558                        "null"
559                    ],
560                    "versionAdded": "v1_4_0"
561                },
562                "ControllerType": {
563                    "anyOf": [
564                        {
565                            "$ref": "#/definitions/NVMeControllerType"
566                        },
567                        {
568                            "type": "null"
569                        }
570                    ],
571                    "description": "The type of NVMe controller.",
572                    "longDescription": "This property shall contain the type of NVMe controller.",
573                    "readonly": true
574                },
575                "MaxQueueSize": {
576                    "description": "The maximum individual queue size that an NVMe I/O controller supports.",
577                    "longDescription": "This property shall contain the maximum individual queue entry size supported per queue.  This is a zero-based value, where the minimum value is one, indicating two entries.  For PCIe, this applies to both submission and completion queues.  For NVMe-oF, this applies only to submission queues.",
578                    "readonly": true,
579                    "type": [
580                        "integer",
581                        "null"
582                    ]
583                },
584                "NVMeControllerAttributes": {
585                    "anyOf": [
586                        {
587                            "$ref": "#/definitions/NVMeControllerAttributes"
588                        },
589                        {
590                            "type": "null"
591                        }
592                    ],
593                    "description": "The NVMe controller attributes.",
594                    "longDescription": "This property shall contain NVMe controller attributes."
595                },
596                "NVMeSMARTCriticalWarnings": {
597                    "anyOf": [
598                        {
599                            "$ref": "#/definitions/NVMeSMARTCriticalWarnings"
600                        },
601                        {
602                            "type": "null"
603                        }
604                    ],
605                    "description": "The NVMe SMART Critical Warnings for this storage controller.  This property contains possible triggers for the predictive drive failure warning for the corresponding drive.",
606                    "longDescription": "This property shall contain the NVMe SMART Critical Warnings for this storage controller.  This property can contain possible triggers for the predictive drive failure warning for the corresponding drive."
607                },
608                "NVMeVersion": {
609                    "description": "The version of the NVMe Base Specification supported.",
610                    "longDescription": "This property shall contain the version of the NVMe Base Specification supported.",
611                    "readonly": true,
612                    "type": [
613                        "string",
614                        "null"
615                    ]
616                }
617            },
618            "type": "object"
619        },
620        "NVMeControllerType": {
621            "enum": [
622                "Admin",
623                "Discovery",
624                "IO"
625            ],
626            "enumDescriptions": {
627                "Admin": "The NVMe controller is an admin controller.",
628                "Discovery": "The NVMe controller is a discovery controller.",
629                "IO": "The NVMe controller is an I/O controller."
630            },
631            "type": "string"
632        },
633        "NVMeSMARTCriticalWarnings": {
634            "additionalProperties": false,
635            "description": "The NVMe SMART Critical Warnings for a storage controller.",
636            "longDescription": "This type shall contain the NVMe SMART Critical Warnings for a storage controller.",
637            "patternProperties": {
638                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
639                    "description": "This property shall specify a valid odata or Redfish property.",
640                    "type": [
641                        "array",
642                        "boolean",
643                        "integer",
644                        "number",
645                        "null",
646                        "object",
647                        "string"
648                    ]
649                }
650            },
651            "properties": {
652                "MediaInReadOnly": {
653                    "description": "Indicates the media has been placed in read-only mode.",
654                    "longDescription": "This property shall indicate the media has been placed in read-only mode.  This is not set when the read-only condition of the media is a result of a change in the write protection state of a namespace.",
655                    "readonly": true,
656                    "type": [
657                        "boolean",
658                        "null"
659                    ]
660                },
661                "OverallSubsystemDegraded": {
662                    "description": "Indicates that the NVM subsystem reliability has been compromised.",
663                    "longDescription": "This property shall indicate that the NVM subsystem reliability has been compromised.",
664                    "readonly": true,
665                    "type": [
666                        "boolean",
667                        "null"
668                    ]
669                },
670                "PMRUnreliable": {
671                    "description": "The Persistent Memory Region has become unreliable.",
672                    "longDescription": "This property shall indicate that the Persistent Memory Region has become unreliable.  PCIe memory reads can return invalid data or generate poisoned PCIe TLP(s).  Persistent Memory Region memory writes might not update memory or might update memory with undefined data.  The Persistent Memory Region might also have become non-persistent.",
673                    "readonly": true,
674                    "type": [
675                        "boolean",
676                        "null"
677                    ]
678                },
679                "PowerBackupFailed": {
680                    "description": "Indicates that the volatile memory backup device has failed.",
681                    "longDescription": "This property shall indicate that the volatile memory backup device has failed.",
682                    "readonly": true,
683                    "type": [
684                        "boolean",
685                        "null"
686                    ]
687                },
688                "SpareCapacityWornOut": {
689                    "description": "Indicates that the available spare capacity has fallen below the threshold.",
690                    "longDescription": "This property shall indicate that the available spare capacity has fallen below the threshold.",
691                    "readonly": true,
692                    "type": [
693                        "boolean",
694                        "null"
695                    ]
696                }
697            },
698            "type": "object"
699        },
700        "OemActions": {
701            "additionalProperties": true,
702            "description": "The available OEM-specific actions for this resource.",
703            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
704            "patternProperties": {
705                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
706                    "description": "This property shall specify a valid odata or Redfish property.",
707                    "type": [
708                        "array",
709                        "boolean",
710                        "integer",
711                        "number",
712                        "null",
713                        "object",
714                        "string"
715                    ]
716                }
717            },
718            "properties": {},
719            "type": "object"
720        },
721        "Rates": {
722            "additionalProperties": false,
723            "description": "This type describes the various controller rates used for processes such as volume rebuild or consistency checks.",
724            "longDescription": "This type shall contain all the rate settings available on the controller.",
725            "patternProperties": {
726                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
727                    "description": "This property shall specify a valid odata or Redfish property.",
728                    "type": [
729                        "array",
730                        "boolean",
731                        "integer",
732                        "number",
733                        "null",
734                        "object",
735                        "string"
736                    ]
737                }
738            },
739            "properties": {
740                "ConsistencyCheckRatePercent": {
741                    "description": "The percentage of controller resources used for performing a data consistency check on volumes.",
742                    "longDescription": "This property shall contain the percentage, `0` to `100`, of controller resources used for checking data consistency on volumes.",
743                    "maximum": 100,
744                    "minimum": 0,
745                    "readonly": false,
746                    "type": [
747                        "integer",
748                        "null"
749                    ],
750                    "units": "%"
751                },
752                "RebuildRatePercent": {
753                    "description": "The percentage of controller resources used for rebuilding/repairing volumes.",
754                    "longDescription": "This property shall contain the percentage, `0` to `100`, of controller resources used for rebuilding volumes.",
755                    "maximum": 100,
756                    "minimum": 0,
757                    "readonly": false,
758                    "type": [
759                        "integer",
760                        "null"
761                    ],
762                    "units": "%"
763                },
764                "TransformationRatePercent": {
765                    "description": "The percentage of controller resources used for transforming volumes from one configuration to another.",
766                    "longDescription": "This property shall contain the percentage, `0` to `100`, of controller resources used for transforming volumes.",
767                    "maximum": 100,
768                    "minimum": 0,
769                    "readonly": false,
770                    "type": [
771                        "integer",
772                        "null"
773                    ],
774                    "units": "%"
775                }
776            },
777            "type": "object"
778        },
779        "SecurityReceive": {
780            "actionResponse": {
781                "$ref": "#/definitions/SecurityReceiveResponse"
782            },
783            "additionalProperties": false,
784            "description": "This action transfers security protocol data from the controller.  The data transferred from the controller contains the status and data result of one or more `SecuritySend` action requests that were previously submitted to the controller.",
785            "longDescription": "This action shall transfer security protocol data from the controller.  The contents of the request are specified by the 'SECURITY PROTOCOL IN command' section of the SPC-5 Specification.",
786            "parameters": {
787                "AllocationLength": {
788                    "description": "Allocated size for received data.",
789                    "longDescription": "This parameter shall contain the allocated size of the received data, which imposes a maximum length of the data.  The response may contain padding to meet this length.",
790                    "requiredParameter": true,
791                    "type": "integer"
792                },
793                "SecurityProtocol": {
794                    "description": "The security protocol number.",
795                    "longDescription": "This parameter shall contain the numeric identifier of the security protocol, as defined by the 'SECURITY PROTOCOL field in SECURITY PROTOCOL IN command' table of the SPC-5 Specification, and possibly extended by transport-specific standards.  Services shall only accept the values `0`, `1`, or `2`.",
796                    "requiredParameter": true,
797                    "type": "integer"
798                },
799                "SecurityProtocolSpecific": {
800                    "description": "The security protocol-specific parameter.",
801                    "longDescription": "This parameter shall contain the security protocol-specific data for the transfer operation.  The value is defined by the protocol specified by the SecurityProtocolSpecific parameter.",
802                    "requiredParameter": true,
803                    "type": "integer"
804                }
805            },
806            "patternProperties": {
807                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
808                    "description": "This property shall specify a valid odata or Redfish property.",
809                    "type": [
810                        "array",
811                        "boolean",
812                        "integer",
813                        "number",
814                        "null",
815                        "object",
816                        "string"
817                    ]
818                }
819            },
820            "properties": {
821                "target": {
822                    "description": "Link to invoke action",
823                    "format": "uri-reference",
824                    "type": "string"
825                },
826                "title": {
827                    "description": "Friendly action name",
828                    "type": "string"
829                }
830            },
831            "type": "object",
832            "versionAdded": "v1_7_0"
833        },
834        "SecurityReceiveResponse": {
835            "additionalProperties": false,
836            "description": "The security data transferred from a controller.",
837            "longDescription": "This object shall contain the security data transferred from a controller.",
838            "patternProperties": {
839                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
840                    "description": "This property shall specify a valid odata or Redfish property.",
841                    "type": [
842                        "array",
843                        "boolean",
844                        "integer",
845                        "number",
846                        "null",
847                        "object",
848                        "string"
849                    ]
850                }
851            },
852            "properties": {
853                "Data": {
854                    "description": "The Base64-encoded security protocol data.",
855                    "longDescription": "This property shall contain a Base64-encoded string of the security protocol data transferred from a controller.",
856                    "readonly": true,
857                    "type": "string",
858                    "versionAdded": "v1_7_0"
859                }
860            },
861            "type": "object"
862        },
863        "SecuritySend": {
864            "additionalProperties": false,
865            "description": "This action transfers security protocol data to the controller.  The data transferred to the controller contains security protocol-specific commands to be performed by the controller.",
866            "longDescription": "This action shall transfer security protocol data to the controller.  The contents of the request are specified by the 'SECURITY PROTOCOL OUT command' section of the SPC-5 Specification.",
867            "parameters": {
868                "Data": {
869                    "description": "The data to transfer.",
870                    "longDescription": "This parameter shall contain a Base64-encoded string of the security protocol data to transfer.",
871                    "requiredParameter": true,
872                    "type": "string"
873                },
874                "SecurityProtocol": {
875                    "description": "The security protocol number.",
876                    "longDescription": "This parameter shall contain the numeric identifier of the security protocol, as defined by the 'SECURITY PROTOCOL field in SECURITY PROTOCOL OUT command' table of the SPC-5 Specification, and possibly extended by transport-specific standards.  Services shall only accept the values `1` or `2`.",
877                    "requiredParameter": true,
878                    "type": "integer"
879                },
880                "SecurityProtocolSpecific": {
881                    "description": "The security protocol-specific parameter.",
882                    "longDescription": "This parameter shall contain the security protocol-specific data for the transfer operation.  The value is defined by the protocol specified by the SecurityProtocolSpecific parameter.",
883                    "requiredParameter": true,
884                    "type": "integer"
885                }
886            },
887            "patternProperties": {
888                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
889                    "description": "This property shall specify a valid odata or Redfish property.",
890                    "type": [
891                        "array",
892                        "boolean",
893                        "integer",
894                        "number",
895                        "null",
896                        "object",
897                        "string"
898                    ]
899                }
900            },
901            "properties": {
902                "target": {
903                    "description": "Link to invoke action",
904                    "format": "uri-reference",
905                    "type": "string"
906                },
907                "title": {
908                    "description": "Friendly action name",
909                    "type": "string"
910                }
911            },
912            "type": "object",
913            "versionAdded": "v1_7_0"
914        },
915        "StorageController": {
916            "additionalProperties": false,
917            "description": "The `StorageController` schema describes a storage controller and its properties.  A storage controller represents a physical or virtual storage device that produces volumes.",
918            "longDescription": "This resource shall represent a storage controller in the Redfish Specification.",
919            "patternProperties": {
920                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
921                    "description": "This property shall specify a valid odata or Redfish property.",
922                    "type": [
923                        "array",
924                        "boolean",
925                        "integer",
926                        "number",
927                        "null",
928                        "object",
929                        "string"
930                    ]
931                }
932            },
933            "properties": {
934                "@odata.context": {
935                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
936                },
937                "@odata.etag": {
938                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
939                },
940                "@odata.id": {
941                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
942                },
943                "@odata.type": {
944                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
945                },
946                "Actions": {
947                    "$ref": "#/definitions/Actions",
948                    "description": "The available actions for this resource.",
949                    "longDescription": "This property shall contain the available actions for this resource."
950                },
951                "Assembly": {
952                    "$ref": "http://redfish.dmtf.org/schemas/v1/Assembly.json#/definitions/Assembly",
953                    "description": "The link to the assembly associated with this storage controller.",
954                    "longDescription": "This property shall contain a link to a resource of type `Assembly`.",
955                    "readonly": true
956                },
957                "AssetTag": {
958                    "description": "The user-assigned asset tag for this storage controller.",
959                    "longDescription": "This property shall track the storage controller for inventory purposes.",
960                    "readonly": false,
961                    "type": [
962                        "string",
963                        "null"
964                    ]
965                },
966                "CacheSummary": {
967                    "$ref": "#/definitions/CacheSummary",
968                    "description": "The cache memory of the storage controller in general detail.",
969                    "longDescription": "This property shall contain properties that describe the cache memory for this resource."
970                },
971                "Certificates": {
972                    "$ref": "http://redfish.dmtf.org/schemas/v1/CertificateCollection.json#/definitions/CertificateCollection",
973                    "description": "The link to a collection of certificates for device identity and attestation.",
974                    "longDescription": "This property shall contain a link to a resource collection of type `CertificateCollection` that contains certificates for device identity and attestation.",
975                    "readonly": true,
976                    "versionAdded": "v1_1_0"
977                },
978                "ControllerRates": {
979                    "$ref": "#/definitions/Rates",
980                    "description": "This property describes the various controller rates used for processes such as volume rebuild or consistency checks.",
981                    "longDescription": "This object shall contain all the rate settings available on the controller."
982                },
983                "Description": {
984                    "anyOf": [
985                        {
986                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
987                        },
988                        {
989                            "type": "null"
990                        }
991                    ],
992                    "readonly": true
993                },
994                "EnvironmentMetrics": {
995                    "$ref": "http://redfish.dmtf.org/schemas/v1/EnvironmentMetrics.json#/definitions/EnvironmentMetrics",
996                    "description": "The link to the environment metrics for this storage controller.",
997                    "longDescription": "This property shall contain a link to a resource of type `EnvironmentMetrics` that represents the environment metrics for this storage controller.",
998                    "readonly": true,
999                    "versionAdded": "v1_2_0"
1000                },
1001                "FirmwareVersion": {
1002                    "description": "The firmware version of this storage controller.",
1003                    "longDescription": "This property shall contain the firmware version as defined by the manufacturer for the associated storage controller.",
1004                    "readonly": true,
1005                    "type": [
1006                        "string",
1007                        "null"
1008                    ]
1009                },
1010                "Id": {
1011                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
1012                    "readonly": true
1013                },
1014                "Identifiers": {
1015                    "description": "The durable names for the storage controller.",
1016                    "items": {
1017                        "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Identifier"
1018                    },
1019                    "longDescription": "This property shall contain a list of all known durable names for the associated storage controller.",
1020                    "type": "array"
1021                },
1022                "Links": {
1023                    "$ref": "#/definitions/Links",
1024                    "description": "The links to other resources that are related to this resource.",
1025                    "longDescription": "This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."
1026                },
1027                "Location": {
1028                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Location",
1029                    "description": "The location of the storage controller.",
1030                    "longDescription": "This property shall contain the location information of the associated storage controller."
1031                },
1032                "Manufacturer": {
1033                    "description": "The manufacturer of this storage controller.",
1034                    "longDescription": "This property shall contain the name of the organization responsible for producing the storage controller.  This organization may be the entity from which the storage controller is purchased, but this is not necessarily true.",
1035                    "readonly": true,
1036                    "type": [
1037                        "string",
1038                        "null"
1039                    ]
1040                },
1041                "Measurements": {
1042                    "deprecated": "This property has been deprecated in favor of the `ComponentIntegrity` resource.",
1043                    "description": "An array of DSP0274-defined measurement blocks.",
1044                    "items": {
1045                        "$ref": "http://redfish.dmtf.org/schemas/v1/SoftwareInventory.json#/definitions/MeasurementBlock"
1046                    },
1047                    "longDescription": "This property shall contain an array of DSP0274-defined measurement blocks.",
1048                    "type": "array",
1049                    "versionAdded": "v1_1_0",
1050                    "versionDeprecated": "v1_5_0"
1051                },
1052                "Metrics": {
1053                    "anyOf": [
1054                        {
1055                            "$ref": "http://redfish.dmtf.org/schemas/v1/StorageControllerMetrics.json#/definitions/StorageControllerMetrics"
1056                        },
1057                        {
1058                            "type": "null"
1059                        }
1060                    ],
1061                    "description": "The link to the metrics associated with this storage controller.",
1062                    "longDescription": "This property shall contain a link to the metrics associated with this storage controller.",
1063                    "readonly": true,
1064                    "versionAdded": "v1_7_0"
1065                },
1066                "Model": {
1067                    "description": "The model number for the storage controller.",
1068                    "longDescription": "This property shall contain the name by which the manufacturer generally refers to the storage controller.",
1069                    "readonly": true,
1070                    "type": [
1071                        "string",
1072                        "null"
1073                    ]
1074                },
1075                "NVMeControllerProperties": {
1076                    "$ref": "#/definitions/NVMeControllerProperties",
1077                    "description": "The NVMe-related properties for this storage controller.",
1078                    "longDescription": "This property shall contain NVMe-related properties for this storage controller."
1079                },
1080                "Name": {
1081                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
1082                    "readonly": true
1083                },
1084                "Oem": {
1085                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
1086                    "description": "The OEM extension property.",
1087                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
1088                },
1089                "PCIeInterface": {
1090                    "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeDevice.json#/definitions/PCIeInterface",
1091                    "description": "The PCIe interface details for this controller.",
1092                    "longDescription": "This property shall contain details on the PCIe interface that connects this PCIe-based controller to its host."
1093                },
1094                "PartNumber": {
1095                    "description": "The part number for this storage controller.",
1096                    "longDescription": "This property shall contain a part number assigned by the organization that is responsible for producing or manufacturing the storage controller.",
1097                    "readonly": true,
1098                    "type": [
1099                        "string",
1100                        "null"
1101                    ]
1102                },
1103                "Ports": {
1104                    "$ref": "http://redfish.dmtf.org/schemas/v1/PortCollection.json#/definitions/PortCollection",
1105                    "description": "The link to the collection of ports that exist on the storage controller.",
1106                    "longDescription": "This property shall contain a link to a resource collection of type `PortCollection`.",
1107                    "readonly": true
1108                },
1109                "SKU": {
1110                    "description": "The SKU for this storage controller.",
1111                    "longDescription": "This property shall contain the stock-keeping unit number for this storage controller.",
1112                    "readonly": true,
1113                    "type": [
1114                        "string",
1115                        "null"
1116                    ]
1117                },
1118                "SerialNumber": {
1119                    "description": "The serial number for this storage controller.",
1120                    "longDescription": "This property shall contain a manufacturer-allocated number that identifies the storage controller.",
1121                    "readonly": true,
1122                    "type": [
1123                        "string",
1124                        "null"
1125                    ]
1126                },
1127                "SpeedGbps": {
1128                    "description": "The maximum speed of the storage controller's device interface.",
1129                    "longDescription": "This property shall represent the maximum supported speed of the storage bus interface, in Gbit/s.  The specified interface connects the controller to the storage devices, not the controller to a host.  For example, SAS bus not PCIe host bus.",
1130                    "minimum": 0,
1131                    "readonly": true,
1132                    "type": [
1133                        "number",
1134                        "null"
1135                    ],
1136                    "units": "Gbit/s"
1137                },
1138                "Status": {
1139                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
1140                    "description": "The status and health of the resource and its subordinate or dependent resources.",
1141                    "longDescription": "This property shall contain any status or health properties of the resource."
1142                },
1143                "SupportedControllerProtocols": {
1144                    "description": "The supported set of protocols for communicating with this storage controller.",
1145                    "items": {
1146                        "$ref": "http://redfish.dmtf.org/schemas/v1/Protocol.json#/definitions/Protocol"
1147                    },
1148                    "longDescription": "This property shall contain the supported set of protocols for communicating with this storage controller.",
1149                    "readonly": true,
1150                    "type": "array"
1151                },
1152                "SupportedDeviceProtocols": {
1153                    "description": "The protocols that the storage controller can use to communicate with attached devices.",
1154                    "items": {
1155                        "$ref": "http://redfish.dmtf.org/schemas/v1/Protocol.json#/definitions/Protocol"
1156                    },
1157                    "longDescription": "This property shall contain the set of protocols this storage controller can use to communicate with attached devices.",
1158                    "readonly": true,
1159                    "type": "array"
1160                },
1161                "SupportedRAIDTypes": {
1162                    "description": "The set of RAID types supported by the storage controller.",
1163                    "items": {
1164                        "anyOf": [
1165                            {
1166                                "$ref": "http://redfish.dmtf.org/schemas/swordfish/v1/Volume.json#/definitions/RAIDType"
1167                            },
1168                            {
1169                                "type": "null"
1170                            }
1171                        ]
1172                    },
1173                    "longDescription": "This property shall contain an array of all the RAID types supported by this controller.",
1174                    "readonly": true,
1175                    "type": "array"
1176                }
1177            },
1178            "required": [
1179                "@odata.id",
1180                "@odata.type",
1181                "Id",
1182                "Name"
1183            ],
1184            "type": "object"
1185        }
1186    },
1187    "language": "en",
1188    "owningEntity": "DMTF",
1189    "release": "2023.1",
1190    "title": "#StorageController.v1_7_3.StorageController"
1191}