1*c6d7a45dSGunnar Mills{ 2*c6d7a45dSGunnar Mills "$id": "http://redfish.dmtf.org/schemas/v1/Storage.v1_19_0.json", 3*c6d7a45dSGunnar Mills "$ref": "#/definitions/Storage", 4*c6d7a45dSGunnar Mills "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 5*c6d7a45dSGunnar Mills "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright", 6*c6d7a45dSGunnar Mills "definitions": { 7*c6d7a45dSGunnar Mills "Actions": { 8*c6d7a45dSGunnar Mills "additionalProperties": false, 9*c6d7a45dSGunnar Mills "description": "The available actions for this resource.", 10*c6d7a45dSGunnar Mills "longDescription": "This type shall contain the available actions for this resource.", 11*c6d7a45dSGunnar Mills "patternProperties": { 12*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 13*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 14*c6d7a45dSGunnar Mills "type": [ 15*c6d7a45dSGunnar Mills "array", 16*c6d7a45dSGunnar Mills "boolean", 17*c6d7a45dSGunnar Mills "integer", 18*c6d7a45dSGunnar Mills "number", 19*c6d7a45dSGunnar Mills "null", 20*c6d7a45dSGunnar Mills "object", 21*c6d7a45dSGunnar Mills "string" 22*c6d7a45dSGunnar Mills ] 23*c6d7a45dSGunnar Mills } 24*c6d7a45dSGunnar Mills }, 25*c6d7a45dSGunnar Mills "properties": { 26*c6d7a45dSGunnar Mills "#Storage.ImportForeignDrives": { 27*c6d7a45dSGunnar Mills "$ref": "#/definitions/ImportForeignDrives" 28*c6d7a45dSGunnar Mills }, 29*c6d7a45dSGunnar Mills "#Storage.RekeyExternalKey": { 30*c6d7a45dSGunnar Mills "$ref": "#/definitions/RekeyExternalKey" 31*c6d7a45dSGunnar Mills }, 32*c6d7a45dSGunnar Mills "#Storage.ResetToDefaults": { 33*c6d7a45dSGunnar Mills "$ref": "#/definitions/ResetToDefaults" 34*c6d7a45dSGunnar Mills }, 35*c6d7a45dSGunnar Mills "#Storage.SetControllerPassword": { 36*c6d7a45dSGunnar Mills "$ref": "#/definitions/SetControllerPassword" 37*c6d7a45dSGunnar Mills }, 38*c6d7a45dSGunnar Mills "#Storage.SetEncryptionKey": { 39*c6d7a45dSGunnar Mills "$ref": "#/definitions/SetEncryptionKey" 40*c6d7a45dSGunnar Mills }, 41*c6d7a45dSGunnar Mills "Oem": { 42*c6d7a45dSGunnar Mills "$ref": "#/definitions/OemActions", 43*c6d7a45dSGunnar Mills "description": "The available OEM-specific actions for this resource.", 44*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the available OEM-specific actions for this resource." 45*c6d7a45dSGunnar Mills } 46*c6d7a45dSGunnar Mills }, 47*c6d7a45dSGunnar Mills "type": "object" 48*c6d7a45dSGunnar Mills }, 49*c6d7a45dSGunnar Mills "AutoVolumeCreate": { 50*c6d7a45dSGunnar Mills "enum": [ 51*c6d7a45dSGunnar Mills "Disabled", 52*c6d7a45dSGunnar Mills "NonRAID", 53*c6d7a45dSGunnar Mills "RAID0", 54*c6d7a45dSGunnar Mills "RAID1" 55*c6d7a45dSGunnar Mills ], 56*c6d7a45dSGunnar Mills "enumDescriptions": { 57*c6d7a45dSGunnar Mills "Disabled": "Do not automatically create volumes.", 58*c6d7a45dSGunnar Mills "NonRAID": "Automatically create non-RAID volumes.", 59*c6d7a45dSGunnar Mills "RAID0": "Automatically create RAID0 volumes.", 60*c6d7a45dSGunnar Mills "RAID1": "Automatically create RAID1 volumes." 61*c6d7a45dSGunnar Mills }, 62*c6d7a45dSGunnar Mills "type": "string" 63*c6d7a45dSGunnar Mills }, 64*c6d7a45dSGunnar Mills "CacheSummary": { 65*c6d7a45dSGunnar Mills "additionalProperties": false, 66*c6d7a45dSGunnar Mills "description": "This type describes the cache memory of the storage controller in general detail.", 67*c6d7a45dSGunnar Mills "longDescription": "This type shall contain properties that describe the cache memory for a storage controller.", 68*c6d7a45dSGunnar Mills "patternProperties": { 69*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 70*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 71*c6d7a45dSGunnar Mills "type": [ 72*c6d7a45dSGunnar Mills "array", 73*c6d7a45dSGunnar Mills "boolean", 74*c6d7a45dSGunnar Mills "integer", 75*c6d7a45dSGunnar Mills "number", 76*c6d7a45dSGunnar Mills "null", 77*c6d7a45dSGunnar Mills "object", 78*c6d7a45dSGunnar Mills "string" 79*c6d7a45dSGunnar Mills ] 80*c6d7a45dSGunnar Mills } 81*c6d7a45dSGunnar Mills }, 82*c6d7a45dSGunnar Mills "properties": { 83*c6d7a45dSGunnar Mills "PersistentCacheSizeMiB": { 84*c6d7a45dSGunnar Mills "description": "The portion of the cache memory that is persistent, measured in MiB.", 85*c6d7a45dSGunnar Mills "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`.", 86*c6d7a45dSGunnar Mills "minimum": 0, 87*c6d7a45dSGunnar Mills "readonly": true, 88*c6d7a45dSGunnar Mills "type": [ 89*c6d7a45dSGunnar Mills "integer", 90*c6d7a45dSGunnar Mills "null" 91*c6d7a45dSGunnar Mills ], 92*c6d7a45dSGunnar Mills "units": "MiBy", 93*c6d7a45dSGunnar Mills "versionAdded": "v1_5_0" 94*c6d7a45dSGunnar Mills }, 95*c6d7a45dSGunnar Mills "Status": { 96*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status", 97*c6d7a45dSGunnar Mills "description": "The status and health of the resource and its subordinate or dependent resources.", 98*c6d7a45dSGunnar Mills "longDescription": "This property shall contain any status or health properties of the resource.", 99*c6d7a45dSGunnar Mills "versionAdded": "v1_5_0" 100*c6d7a45dSGunnar Mills }, 101*c6d7a45dSGunnar Mills "TotalCacheSizeMiB": { 102*c6d7a45dSGunnar Mills "description": "The total configured cache memory, measured in MiB.", 103*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the amount of configured cache memory as measured in mebibytes.", 104*c6d7a45dSGunnar Mills "minimum": 0, 105*c6d7a45dSGunnar Mills "readonly": true, 106*c6d7a45dSGunnar Mills "type": [ 107*c6d7a45dSGunnar Mills "integer", 108*c6d7a45dSGunnar Mills "null" 109*c6d7a45dSGunnar Mills ], 110*c6d7a45dSGunnar Mills "units": "MiBy", 111*c6d7a45dSGunnar Mills "versionAdded": "v1_5_0" 112*c6d7a45dSGunnar Mills } 113*c6d7a45dSGunnar Mills }, 114*c6d7a45dSGunnar Mills "required": [ 115*c6d7a45dSGunnar Mills "TotalCacheSizeMiB" 116*c6d7a45dSGunnar Mills ], 117*c6d7a45dSGunnar Mills "type": "object" 118*c6d7a45dSGunnar Mills }, 119*c6d7a45dSGunnar Mills "ConfigLockOptions": { 120*c6d7a45dSGunnar Mills "enum": [ 121*c6d7a45dSGunnar Mills "Unlocked", 122*c6d7a45dSGunnar Mills "Locked", 123*c6d7a45dSGunnar Mills "LockdownUnsupported", 124*c6d7a45dSGunnar Mills "CommandUnsupported" 125*c6d7a45dSGunnar Mills ], 126*c6d7a45dSGunnar Mills "enumDescriptions": { 127*c6d7a45dSGunnar Mills "CommandUnsupported": "The command is not supported, therefore lockdown does not apply.", 128*c6d7a45dSGunnar Mills "LockdownUnsupported": "The command is supported but is not able to be locked.", 129*c6d7a45dSGunnar Mills "Locked": "The command is supported and is currently locked.", 130*c6d7a45dSGunnar Mills "Unlocked": "The command is supported, able to be locked, and is currently unlocked." 131*c6d7a45dSGunnar Mills }, 132*c6d7a45dSGunnar Mills "type": "string" 133*c6d7a45dSGunnar Mills }, 134*c6d7a45dSGunnar Mills "ConfigurationLock": { 135*c6d7a45dSGunnar Mills "enum": [ 136*c6d7a45dSGunnar Mills "Enabled", 137*c6d7a45dSGunnar Mills "Disabled", 138*c6d7a45dSGunnar Mills "Partial" 139*c6d7a45dSGunnar Mills ], 140*c6d7a45dSGunnar Mills "enumDescriptions": { 141*c6d7a45dSGunnar Mills "Disabled": "In-band configuration requests are not locked.", 142*c6d7a45dSGunnar Mills "Enabled": "In-band configuration requests are locked as specified by `TargetConfigurationLockLevel`.", 143*c6d7a45dSGunnar Mills "Partial": "Some in-band configuration requests are not locked while others are locked. This value is used for status reporting to indicate that the storage subsystem is partially locked and client action is recommended." 144*c6d7a45dSGunnar Mills }, 145*c6d7a45dSGunnar Mills "enumLongDescriptions": { 146*c6d7a45dSGunnar Mills "Disabled": "This value shall indicate in-band configuration requests are not locked.", 147*c6d7a45dSGunnar Mills "Enabled": "This value shall indicate in-band configuration requests are locked as specified by `TargetConfigurationLockLevel`.", 148*c6d7a45dSGunnar Mills "Partial": "This value shall indicate some in-band configuration requests are not locked while others are locked." 149*c6d7a45dSGunnar Mills }, 150*c6d7a45dSGunnar Mills "type": "string" 151*c6d7a45dSGunnar Mills }, 152*c6d7a45dSGunnar Mills "EncryptionMode": { 153*c6d7a45dSGunnar Mills "enum": [ 154*c6d7a45dSGunnar Mills "Disabled", 155*c6d7a45dSGunnar Mills "UseExternalKey", 156*c6d7a45dSGunnar Mills "UseLocalKey", 157*c6d7a45dSGunnar Mills "PasswordOnly", 158*c6d7a45dSGunnar Mills "PasswordWithExternalKey", 159*c6d7a45dSGunnar Mills "PasswordWithLocalKey" 160*c6d7a45dSGunnar Mills ], 161*c6d7a45dSGunnar Mills "enumDescriptions": { 162*c6d7a45dSGunnar Mills "Disabled": "Encryption is disabled on the storage subsystem.", 163*c6d7a45dSGunnar Mills "PasswordOnly": "The storage subsystem uses a password, but no keys for encryption.", 164*c6d7a45dSGunnar Mills "PasswordWithExternalKey": "The storage subsystem uses a password and one or more external keys for encryption.", 165*c6d7a45dSGunnar Mills "PasswordWithLocalKey": "The storage subsystem uses a password and a local key for encryption.", 166*c6d7a45dSGunnar Mills "UseExternalKey": "The storage subsystem uses one or more external keys for encryption.", 167*c6d7a45dSGunnar Mills "UseLocalKey": "The storage subsystem uses a local key for encryption." 168*c6d7a45dSGunnar Mills }, 169*c6d7a45dSGunnar Mills "enumVersionAdded": { 170*c6d7a45dSGunnar Mills "PasswordOnly": "v1_17_0", 171*c6d7a45dSGunnar Mills "PasswordWithExternalKey": "v1_17_0", 172*c6d7a45dSGunnar Mills "PasswordWithLocalKey": "v1_17_0" 173*c6d7a45dSGunnar Mills }, 174*c6d7a45dSGunnar Mills "type": "string" 175*c6d7a45dSGunnar Mills }, 176*c6d7a45dSGunnar Mills "HotspareActivationPolicy": { 177*c6d7a45dSGunnar Mills "enum": [ 178*c6d7a45dSGunnar Mills "OnDriveFailure", 179*c6d7a45dSGunnar Mills "OnDrivePredictedFailure", 180*c6d7a45dSGunnar Mills "OEM" 181*c6d7a45dSGunnar Mills ], 182*c6d7a45dSGunnar Mills "enumDescriptions": { 183*c6d7a45dSGunnar Mills "OEM": "The hot spare drive will take over for the original drive in an algorithm custom to the OEM.", 184*c6d7a45dSGunnar Mills "OnDriveFailure": "The hot spare drive will take over for the original drive when the original drive has been marked as failed by the storage domain.", 185*c6d7a45dSGunnar Mills "OnDrivePredictedFailure": "The hot spare drive will take over for the original drive when the original drive has been predicted to fail in the future by the storage domain." 186*c6d7a45dSGunnar Mills }, 187*c6d7a45dSGunnar Mills "type": "string" 188*c6d7a45dSGunnar Mills }, 189*c6d7a45dSGunnar Mills "ImportForeignDrives": { 190*c6d7a45dSGunnar Mills "additionalProperties": false, 191*c6d7a45dSGunnar Mills "description": "This action imports encrypted foreign drives to a host-based storage controller by supplying encryption access credentials.", 192*c6d7a45dSGunnar Mills "longDescription": "This action shall import encrypted foreign drives to a host-based storage controller by supplying encryption access credentials. Upon successful completion, the `EncryptionStatus` property of the affected `Drive` shall change from `Foreign` to `Unlocked`.", 193*c6d7a45dSGunnar Mills "parameters": { 194*c6d7a45dSGunnar Mills "ControllerPassword": { 195*c6d7a45dSGunnar Mills "description": "The current controller password. This parameter is not required if the controller does not currently have a password.", 196*c6d7a45dSGunnar Mills "longDescription": "This parameter shall contain the current controller password. Services may reject the action request if this parameter is not provided or the value supplied does not match the current password.", 197*c6d7a45dSGunnar Mills "type": "string" 198*c6d7a45dSGunnar Mills }, 199*c6d7a45dSGunnar Mills "DriveEncryptionKey": { 200*c6d7a45dSGunnar Mills "description": "The encryption key to unlock the drives.", 201*c6d7a45dSGunnar Mills "longDescription": "This parameter shall contain the encryption key to unlock the drives.", 202*c6d7a45dSGunnar Mills "requiredParameter": true, 203*c6d7a45dSGunnar Mills "type": "string" 204*c6d7a45dSGunnar Mills }, 205*c6d7a45dSGunnar Mills "DriveEncryptionKeyIdentifier": { 206*c6d7a45dSGunnar Mills "description": "An encryption key identifier to filter the drives that are imported. If not provided, the controller attempts to import all foreign drives.", 207*c6d7a45dSGunnar Mills "longDescription": "This parameter shall contain an encryption key identifier to filter the drives that are imported. If this parameter is not provided, the service shall not perform filtering of foreign drives.", 208*c6d7a45dSGunnar Mills "type": "string" 209*c6d7a45dSGunnar Mills } 210*c6d7a45dSGunnar Mills }, 211*c6d7a45dSGunnar Mills "patternProperties": { 212*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 213*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 214*c6d7a45dSGunnar Mills "type": [ 215*c6d7a45dSGunnar Mills "array", 216*c6d7a45dSGunnar Mills "boolean", 217*c6d7a45dSGunnar Mills "integer", 218*c6d7a45dSGunnar Mills "number", 219*c6d7a45dSGunnar Mills "null", 220*c6d7a45dSGunnar Mills "object", 221*c6d7a45dSGunnar Mills "string" 222*c6d7a45dSGunnar Mills ] 223*c6d7a45dSGunnar Mills } 224*c6d7a45dSGunnar Mills }, 225*c6d7a45dSGunnar Mills "properties": { 226*c6d7a45dSGunnar Mills "target": { 227*c6d7a45dSGunnar Mills "description": "Link to invoke action", 228*c6d7a45dSGunnar Mills "format": "uri-reference", 229*c6d7a45dSGunnar Mills "type": "string" 230*c6d7a45dSGunnar Mills }, 231*c6d7a45dSGunnar Mills "title": { 232*c6d7a45dSGunnar Mills "description": "Friendly action name", 233*c6d7a45dSGunnar Mills "type": "string" 234*c6d7a45dSGunnar Mills } 235*c6d7a45dSGunnar Mills }, 236*c6d7a45dSGunnar Mills "type": "object", 237*c6d7a45dSGunnar Mills "versionAdded": "v1_19_0" 238*c6d7a45dSGunnar Mills }, 239*c6d7a45dSGunnar Mills "Links": { 240*c6d7a45dSGunnar Mills "additionalProperties": false, 241*c6d7a45dSGunnar Mills "description": "The links to other resources that are related to this resource.", 242*c6d7a45dSGunnar Mills "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.", 243*c6d7a45dSGunnar Mills "patternProperties": { 244*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 245*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 246*c6d7a45dSGunnar Mills "type": [ 247*c6d7a45dSGunnar Mills "array", 248*c6d7a45dSGunnar Mills "boolean", 249*c6d7a45dSGunnar Mills "integer", 250*c6d7a45dSGunnar Mills "number", 251*c6d7a45dSGunnar Mills "null", 252*c6d7a45dSGunnar Mills "object", 253*c6d7a45dSGunnar Mills "string" 254*c6d7a45dSGunnar Mills ] 255*c6d7a45dSGunnar Mills } 256*c6d7a45dSGunnar Mills }, 257*c6d7a45dSGunnar Mills "properties": { 258*c6d7a45dSGunnar Mills "BlockSecurityIDUnsupportedDrives": { 259*c6d7a45dSGunnar Mills "description": "The set of drives in this storage subsystem that do not support blocking of TCG-defined security ID (SID).", 260*c6d7a45dSGunnar Mills "items": { 261*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Drive.json#/definitions/Drive" 262*c6d7a45dSGunnar Mills }, 263*c6d7a45dSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `Drive` that represent the drives in this storage subsystem that do not support the TCG-defined 'Block SID' command. This property should only be present if at least one drive does not support the TCG-defined 'Block SID' command.", 264*c6d7a45dSGunnar Mills "readonly": true, 265*c6d7a45dSGunnar Mills "type": "array", 266*c6d7a45dSGunnar Mills "versionAdded": "v1_18_0" 267*c6d7a45dSGunnar Mills }, 268*c6d7a45dSGunnar Mills "BlockSecurityIDUnsupportedDrives@odata.count": { 269*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 270*c6d7a45dSGunnar Mills }, 271*c6d7a45dSGunnar Mills "BlockSecurityIDUpdateUnsuccessfulDrives": { 272*c6d7a45dSGunnar Mills "description": "The set of drives in this storage subsystem for which the most recent attempt to block TCG-defined security ID (SID) failed.", 273*c6d7a45dSGunnar Mills "items": { 274*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Drive.json#/definitions/Drive" 275*c6d7a45dSGunnar Mills }, 276*c6d7a45dSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `Drive` that represent the drives in this storage subsystem for which the most recent attempt to block TCG-defined security ID (SID) with the TCG-defined 'Block SID' command failed. This property should only be present if the most recent attempt to block TCG-defined security ID (SID) with the TCG-defined 'Block SID' command failed for at least one drive.", 277*c6d7a45dSGunnar Mills "readonly": true, 278*c6d7a45dSGunnar Mills "type": "array", 279*c6d7a45dSGunnar Mills "versionAdded": "v1_18_0" 280*c6d7a45dSGunnar Mills }, 281*c6d7a45dSGunnar Mills "BlockSecurityIDUpdateUnsuccessfulDrives@odata.count": { 282*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 283*c6d7a45dSGunnar Mills }, 284*c6d7a45dSGunnar Mills "Enclosures": { 285*c6d7a45dSGunnar Mills "description": "An array of links to the chassis to which this storage subsystem is attached.", 286*c6d7a45dSGunnar Mills "items": { 287*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Chassis.json#/definitions/Chassis" 288*c6d7a45dSGunnar Mills }, 289*c6d7a45dSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `Chassis` that represent the physical containers attached to this resource.", 290*c6d7a45dSGunnar Mills "readonly": true, 291*c6d7a45dSGunnar Mills "type": "array" 292*c6d7a45dSGunnar Mills }, 293*c6d7a45dSGunnar Mills "Enclosures@odata.count": { 294*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 295*c6d7a45dSGunnar Mills }, 296*c6d7a45dSGunnar Mills "HostingStorageSystems": { 297*c6d7a45dSGunnar Mills "description": "The storage systems that host this storage subsystem.", 298*c6d7a45dSGunnar Mills "items": { 299*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/ComputerSystem.json#/definitions/ComputerSystem" 300*c6d7a45dSGunnar Mills }, 301*c6d7a45dSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `ComputerSystem` that represent the storage systems that host this storage subsystem. The members of this array shall be in the `StorageSystems` resource collection off the service root.", 302*c6d7a45dSGunnar Mills "readonly": true, 303*c6d7a45dSGunnar Mills "type": "array", 304*c6d7a45dSGunnar Mills "versionAdded": "v1_11_0" 305*c6d7a45dSGunnar Mills }, 306*c6d7a45dSGunnar Mills "HostingStorageSystems@odata.count": { 307*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 308*c6d7a45dSGunnar Mills }, 309*c6d7a45dSGunnar Mills "NVMeoFDiscoverySubsystems": { 310*c6d7a45dSGunnar Mills "description": "An array of links to the discovery subsystems that discovered this subsystem in an NVMe-oF environment.", 311*c6d7a45dSGunnar Mills "items": { 312*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Storage.json#/definitions/Storage" 313*c6d7a45dSGunnar Mills }, 314*c6d7a45dSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `Storage` that represent the discovery subsystems that discovered this subsystem in an NVMe-oF environment.", 315*c6d7a45dSGunnar Mills "readonly": true, 316*c6d7a45dSGunnar Mills "type": "array", 317*c6d7a45dSGunnar Mills "versionAdded": "v1_15_0" 318*c6d7a45dSGunnar Mills }, 319*c6d7a45dSGunnar Mills "NVMeoFDiscoverySubsystems@odata.count": { 320*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 321*c6d7a45dSGunnar Mills }, 322*c6d7a45dSGunnar Mills "Oem": { 323*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 324*c6d7a45dSGunnar Mills "description": "The OEM extension property.", 325*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements." 326*c6d7a45dSGunnar Mills }, 327*c6d7a45dSGunnar Mills "SimpleStorage": { 328*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/SimpleStorage.json#/definitions/SimpleStorage", 329*c6d7a45dSGunnar Mills "description": "The link to the simple storage instance that corresponds to this storage.", 330*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource of type `SimpleStorage` that represents the same storage subsystem as this resource.", 331*c6d7a45dSGunnar Mills "readonly": true, 332*c6d7a45dSGunnar Mills "versionAdded": "v1_9_0" 333*c6d7a45dSGunnar Mills }, 334*c6d7a45dSGunnar Mills "StorageServices": { 335*c6d7a45dSGunnar Mills "description": "An array of links to the storage services that connect to this storage subsystem.", 336*c6d7a45dSGunnar Mills "items": { 337*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/swordfish/v1/StorageService.json#/definitions/StorageService" 338*c6d7a45dSGunnar Mills }, 339*c6d7a45dSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `StorageService` with which this storage subsystem is associated.", 340*c6d7a45dSGunnar Mills "readonly": true, 341*c6d7a45dSGunnar Mills "type": "array", 342*c6d7a45dSGunnar Mills "versionAdded": "v1_9_0" 343*c6d7a45dSGunnar Mills }, 344*c6d7a45dSGunnar Mills "StorageServices@odata.count": { 345*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 346*c6d7a45dSGunnar Mills } 347*c6d7a45dSGunnar Mills }, 348*c6d7a45dSGunnar Mills "type": "object" 349*c6d7a45dSGunnar Mills }, 350*c6d7a45dSGunnar Mills "NVMeConfigurationLockState": { 351*c6d7a45dSGunnar Mills "additionalProperties": false, 352*c6d7a45dSGunnar Mills "description": "The configurable features that are able to be locked on an NVMe subsystem and their current lock state.", 353*c6d7a45dSGunnar Mills "longDescription": "This type shall contain the configurable features that are able to be locked on an NVMe subsystem and their current lock state.", 354*c6d7a45dSGunnar Mills "patternProperties": { 355*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 356*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 357*c6d7a45dSGunnar Mills "type": [ 358*c6d7a45dSGunnar Mills "array", 359*c6d7a45dSGunnar Mills "boolean", 360*c6d7a45dSGunnar Mills "integer", 361*c6d7a45dSGunnar Mills "number", 362*c6d7a45dSGunnar Mills "null", 363*c6d7a45dSGunnar Mills "object", 364*c6d7a45dSGunnar Mills "string" 365*c6d7a45dSGunnar Mills ] 366*c6d7a45dSGunnar Mills } 367*c6d7a45dSGunnar Mills }, 368*c6d7a45dSGunnar Mills "properties": { 369*c6d7a45dSGunnar Mills "FirmwareCommit": { 370*c6d7a45dSGunnar Mills "anyOf": [ 371*c6d7a45dSGunnar Mills { 372*c6d7a45dSGunnar Mills "$ref": "#/definitions/ConfigLockOptions" 373*c6d7a45dSGunnar Mills }, 374*c6d7a45dSGunnar Mills { 375*c6d7a45dSGunnar Mills "type": "null" 376*c6d7a45dSGunnar Mills } 377*c6d7a45dSGunnar Mills ], 378*c6d7a45dSGunnar Mills "description": "The lock state of the NVMe-defined Firmware Commit command.", 379*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the lock state of the NVMe-defined Firmware Commit command.", 380*c6d7a45dSGunnar Mills "readonly": true, 381*c6d7a45dSGunnar Mills "versionAdded": "v1_17_0" 382*c6d7a45dSGunnar Mills }, 383*c6d7a45dSGunnar Mills "FirmwareImageDownload": { 384*c6d7a45dSGunnar Mills "anyOf": [ 385*c6d7a45dSGunnar Mills { 386*c6d7a45dSGunnar Mills "$ref": "#/definitions/ConfigLockOptions" 387*c6d7a45dSGunnar Mills }, 388*c6d7a45dSGunnar Mills { 389*c6d7a45dSGunnar Mills "type": "null" 390*c6d7a45dSGunnar Mills } 391*c6d7a45dSGunnar Mills ], 392*c6d7a45dSGunnar Mills "description": "The lock state of the NVMe-defined Firmware Image Download command.", 393*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the lock state of the NVMe-defined Firmware Image Download command.", 394*c6d7a45dSGunnar Mills "readonly": true, 395*c6d7a45dSGunnar Mills "versionAdded": "v1_17_0" 396*c6d7a45dSGunnar Mills }, 397*c6d7a45dSGunnar Mills "Lockdown": { 398*c6d7a45dSGunnar Mills "anyOf": [ 399*c6d7a45dSGunnar Mills { 400*c6d7a45dSGunnar Mills "$ref": "#/definitions/ConfigLockOptions" 401*c6d7a45dSGunnar Mills }, 402*c6d7a45dSGunnar Mills { 403*c6d7a45dSGunnar Mills "type": "null" 404*c6d7a45dSGunnar Mills } 405*c6d7a45dSGunnar Mills ], 406*c6d7a45dSGunnar Mills "description": "The lock state of the NVMe-defined Lockdown command.", 407*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the lock state of the NVMe-defined Lockdown command.", 408*c6d7a45dSGunnar Mills "readonly": true, 409*c6d7a45dSGunnar Mills "versionAdded": "v1_17_0" 410*c6d7a45dSGunnar Mills }, 411*c6d7a45dSGunnar Mills "SecuritySend": { 412*c6d7a45dSGunnar Mills "anyOf": [ 413*c6d7a45dSGunnar Mills { 414*c6d7a45dSGunnar Mills "$ref": "#/definitions/ConfigLockOptions" 415*c6d7a45dSGunnar Mills }, 416*c6d7a45dSGunnar Mills { 417*c6d7a45dSGunnar Mills "type": "null" 418*c6d7a45dSGunnar Mills } 419*c6d7a45dSGunnar Mills ], 420*c6d7a45dSGunnar Mills "description": "The lock state of the NVMe-defined Security Send command.", 421*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the lock state of the NVMe-defined Security Send command.", 422*c6d7a45dSGunnar Mills "readonly": true, 423*c6d7a45dSGunnar Mills "versionAdded": "v1_17_0" 424*c6d7a45dSGunnar Mills }, 425*c6d7a45dSGunnar Mills "VPDWrite": { 426*c6d7a45dSGunnar Mills "anyOf": [ 427*c6d7a45dSGunnar Mills { 428*c6d7a45dSGunnar Mills "$ref": "#/definitions/ConfigLockOptions" 429*c6d7a45dSGunnar Mills }, 430*c6d7a45dSGunnar Mills { 431*c6d7a45dSGunnar Mills "type": "null" 432*c6d7a45dSGunnar Mills } 433*c6d7a45dSGunnar Mills ], 434*c6d7a45dSGunnar Mills "description": "The lock state of the NVMe-MI-defined VPD Write command.", 435*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the lock state of the NVMe-MI-defined VPD Write command.", 436*c6d7a45dSGunnar Mills "readonly": true, 437*c6d7a45dSGunnar Mills "versionAdded": "v1_17_0" 438*c6d7a45dSGunnar Mills } 439*c6d7a45dSGunnar Mills }, 440*c6d7a45dSGunnar Mills "type": "object" 441*c6d7a45dSGunnar Mills }, 442*c6d7a45dSGunnar Mills "NVMeSubsystemProperties": { 443*c6d7a45dSGunnar Mills "additionalProperties": false, 444*c6d7a45dSGunnar Mills "description": "Information specific to NVMe Subsystems.", 445*c6d7a45dSGunnar Mills "longDescription": "This type shall contain information specific to NVMe Subsystems.", 446*c6d7a45dSGunnar Mills "patternProperties": { 447*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 448*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 449*c6d7a45dSGunnar Mills "type": [ 450*c6d7a45dSGunnar Mills "array", 451*c6d7a45dSGunnar Mills "boolean", 452*c6d7a45dSGunnar Mills "integer", 453*c6d7a45dSGunnar Mills "number", 454*c6d7a45dSGunnar Mills "null", 455*c6d7a45dSGunnar Mills "object", 456*c6d7a45dSGunnar Mills "string" 457*c6d7a45dSGunnar Mills ] 458*c6d7a45dSGunnar Mills } 459*c6d7a45dSGunnar Mills }, 460*c6d7a45dSGunnar Mills "properties": { 461*c6d7a45dSGunnar Mills "ConfigurationLockState": { 462*c6d7a45dSGunnar Mills "anyOf": [ 463*c6d7a45dSGunnar Mills { 464*c6d7a45dSGunnar Mills "$ref": "#/definitions/NVMeConfigurationLockState" 465*c6d7a45dSGunnar Mills }, 466*c6d7a45dSGunnar Mills { 467*c6d7a45dSGunnar Mills "type": "null" 468*c6d7a45dSGunnar Mills } 469*c6d7a45dSGunnar Mills ], 470*c6d7a45dSGunnar Mills "description": "The configurable features that are able to be locked from in-band usage on an NVMe subsystem and their current lock state.", 471*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the configurable features that are able to be locked from in-band usage on an NVMe subsystem and their current lock state.", 472*c6d7a45dSGunnar Mills "versionAdded": "v1_17_0" 473*c6d7a45dSGunnar Mills }, 474*c6d7a45dSGunnar Mills "MaxNamespacesSupported": { 475*c6d7a45dSGunnar Mills "description": "The maximum number of namespace attachments supported by this NVMe Subsystem.", 476*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the maximum number of namespace attachments supported by this NVMe Subsystem. If no maximum is specified, this property should not be implemented.", 477*c6d7a45dSGunnar Mills "readonly": true, 478*c6d7a45dSGunnar Mills "type": [ 479*c6d7a45dSGunnar Mills "number", 480*c6d7a45dSGunnar Mills "null" 481*c6d7a45dSGunnar Mills ], 482*c6d7a45dSGunnar Mills "versionAdded": "v1_16_0" 483*c6d7a45dSGunnar Mills }, 484*c6d7a45dSGunnar Mills "SharedNamespaceControllerAttachmentSupported": { 485*c6d7a45dSGunnar Mills "description": "Indicates whether the subsystem supports shared namespace controller attachment, allowing a shared namespace to be attached concurrently to two or more controllers in an NVMe Subsystem.", 486*c6d7a45dSGunnar Mills "longDescription": "This property shall indicate whether the subsystem supports shared namespace controller attachment, allowing a shared namespace to be attached concurrently to two or more controllers in an NVMe Subsystem.", 487*c6d7a45dSGunnar Mills "readonly": true, 488*c6d7a45dSGunnar Mills "type": [ 489*c6d7a45dSGunnar Mills "boolean", 490*c6d7a45dSGunnar Mills "null" 491*c6d7a45dSGunnar Mills ], 492*c6d7a45dSGunnar Mills "versionAdded": "v1_16_0" 493*c6d7a45dSGunnar Mills } 494*c6d7a45dSGunnar Mills }, 495*c6d7a45dSGunnar Mills "type": "object" 496*c6d7a45dSGunnar Mills }, 497*c6d7a45dSGunnar Mills "OemActions": { 498*c6d7a45dSGunnar Mills "additionalProperties": true, 499*c6d7a45dSGunnar Mills "description": "The available OEM-specific actions for this resource.", 500*c6d7a45dSGunnar Mills "longDescription": "This type shall contain the available OEM-specific actions for this resource.", 501*c6d7a45dSGunnar Mills "patternProperties": { 502*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 503*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 504*c6d7a45dSGunnar Mills "type": [ 505*c6d7a45dSGunnar Mills "array", 506*c6d7a45dSGunnar Mills "boolean", 507*c6d7a45dSGunnar Mills "integer", 508*c6d7a45dSGunnar Mills "number", 509*c6d7a45dSGunnar Mills "null", 510*c6d7a45dSGunnar Mills "object", 511*c6d7a45dSGunnar Mills "string" 512*c6d7a45dSGunnar Mills ] 513*c6d7a45dSGunnar Mills } 514*c6d7a45dSGunnar Mills }, 515*c6d7a45dSGunnar Mills "properties": {}, 516*c6d7a45dSGunnar Mills "type": "object" 517*c6d7a45dSGunnar Mills }, 518*c6d7a45dSGunnar Mills "Rates": { 519*c6d7a45dSGunnar Mills "additionalProperties": false, 520*c6d7a45dSGunnar Mills "description": "This type describes the various controller rates used for processes such as volume rebuild or consistency checks.", 521*c6d7a45dSGunnar Mills "longDescription": "This type shall contain all the rate settings available on the controller.", 522*c6d7a45dSGunnar Mills "patternProperties": { 523*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 524*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 525*c6d7a45dSGunnar Mills "type": [ 526*c6d7a45dSGunnar Mills "array", 527*c6d7a45dSGunnar Mills "boolean", 528*c6d7a45dSGunnar Mills "integer", 529*c6d7a45dSGunnar Mills "number", 530*c6d7a45dSGunnar Mills "null", 531*c6d7a45dSGunnar Mills "object", 532*c6d7a45dSGunnar Mills "string" 533*c6d7a45dSGunnar Mills ] 534*c6d7a45dSGunnar Mills } 535*c6d7a45dSGunnar Mills }, 536*c6d7a45dSGunnar Mills "properties": { 537*c6d7a45dSGunnar Mills "ConsistencyCheckRatePercent": { 538*c6d7a45dSGunnar Mills "description": "The percentage of controller resources used for performing a data consistency check on volumes.", 539*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the percentage of controller resources used for checking data consistency on volumes.", 540*c6d7a45dSGunnar Mills "maximum": 100, 541*c6d7a45dSGunnar Mills "minimum": 0, 542*c6d7a45dSGunnar Mills "readonly": false, 543*c6d7a45dSGunnar Mills "type": [ 544*c6d7a45dSGunnar Mills "integer", 545*c6d7a45dSGunnar Mills "null" 546*c6d7a45dSGunnar Mills ], 547*c6d7a45dSGunnar Mills "versionAdded": "v1_7_0" 548*c6d7a45dSGunnar Mills }, 549*c6d7a45dSGunnar Mills "RebuildRatePercent": { 550*c6d7a45dSGunnar Mills "description": "The percentage of controller resources used for rebuilding/repairing volumes.", 551*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the percentage of controller resources used for rebuilding volumes.", 552*c6d7a45dSGunnar Mills "maximum": 100, 553*c6d7a45dSGunnar Mills "minimum": 0, 554*c6d7a45dSGunnar Mills "readonly": false, 555*c6d7a45dSGunnar Mills "type": [ 556*c6d7a45dSGunnar Mills "integer", 557*c6d7a45dSGunnar Mills "null" 558*c6d7a45dSGunnar Mills ], 559*c6d7a45dSGunnar Mills "versionAdded": "v1_7_0" 560*c6d7a45dSGunnar Mills }, 561*c6d7a45dSGunnar Mills "TransformationRatePercent": { 562*c6d7a45dSGunnar Mills "description": "The percentage of controller resources used for transforming volumes from one configuration to another.", 563*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the percentage of controller resources used for transforming volumes.", 564*c6d7a45dSGunnar Mills "maximum": 100, 565*c6d7a45dSGunnar Mills "minimum": 0, 566*c6d7a45dSGunnar Mills "readonly": false, 567*c6d7a45dSGunnar Mills "type": [ 568*c6d7a45dSGunnar Mills "integer", 569*c6d7a45dSGunnar Mills "null" 570*c6d7a45dSGunnar Mills ], 571*c6d7a45dSGunnar Mills "versionAdded": "v1_7_0" 572*c6d7a45dSGunnar Mills } 573*c6d7a45dSGunnar Mills }, 574*c6d7a45dSGunnar Mills "type": "object" 575*c6d7a45dSGunnar Mills }, 576*c6d7a45dSGunnar Mills "RekeyExternalKey": { 577*c6d7a45dSGunnar Mills "additionalProperties": false, 578*c6d7a45dSGunnar Mills "description": "This action causes the controllers of the storage subsystem to request new encryption keys managed by an external key service.", 579*c6d7a45dSGunnar Mills "longDescription": "This action shall cause the controllers of the storage subsystem to request new encryption keys managed by an external key service.", 580*c6d7a45dSGunnar Mills "parameters": {}, 581*c6d7a45dSGunnar Mills "patternProperties": { 582*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 583*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 584*c6d7a45dSGunnar Mills "type": [ 585*c6d7a45dSGunnar Mills "array", 586*c6d7a45dSGunnar Mills "boolean", 587*c6d7a45dSGunnar Mills "integer", 588*c6d7a45dSGunnar Mills "number", 589*c6d7a45dSGunnar Mills "null", 590*c6d7a45dSGunnar Mills "object", 591*c6d7a45dSGunnar Mills "string" 592*c6d7a45dSGunnar Mills ] 593*c6d7a45dSGunnar Mills } 594*c6d7a45dSGunnar Mills }, 595*c6d7a45dSGunnar Mills "properties": { 596*c6d7a45dSGunnar Mills "target": { 597*c6d7a45dSGunnar Mills "description": "Link to invoke action", 598*c6d7a45dSGunnar Mills "format": "uri-reference", 599*c6d7a45dSGunnar Mills "type": "string" 600*c6d7a45dSGunnar Mills }, 601*c6d7a45dSGunnar Mills "title": { 602*c6d7a45dSGunnar Mills "description": "Friendly action name", 603*c6d7a45dSGunnar Mills "type": "string" 604*c6d7a45dSGunnar Mills } 605*c6d7a45dSGunnar Mills }, 606*c6d7a45dSGunnar Mills "type": "object", 607*c6d7a45dSGunnar Mills "versionAdded": "v1_16_0" 608*c6d7a45dSGunnar Mills }, 609*c6d7a45dSGunnar Mills "ResetToDefaults": { 610*c6d7a45dSGunnar Mills "additionalProperties": false, 611*c6d7a45dSGunnar Mills "description": "The reset action resets the storage device to factory defaults. This can cause the loss of data.", 612*c6d7a45dSGunnar Mills "longDescription": "This action shall reset the storage device. This action can impact other resources.", 613*c6d7a45dSGunnar Mills "parameters": { 614*c6d7a45dSGunnar Mills "ResetType": { 615*c6d7a45dSGunnar Mills "$ref": "#/definitions/ResetToDefaultsType", 616*c6d7a45dSGunnar Mills "description": "The type of reset to defaults.", 617*c6d7a45dSGunnar Mills "longDescription": "This parameter shall contain the type of reset to defaults.", 618*c6d7a45dSGunnar Mills "requiredParameter": true 619*c6d7a45dSGunnar Mills } 620*c6d7a45dSGunnar Mills }, 621*c6d7a45dSGunnar Mills "patternProperties": { 622*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 623*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 624*c6d7a45dSGunnar Mills "type": [ 625*c6d7a45dSGunnar Mills "array", 626*c6d7a45dSGunnar Mills "boolean", 627*c6d7a45dSGunnar Mills "integer", 628*c6d7a45dSGunnar Mills "number", 629*c6d7a45dSGunnar Mills "null", 630*c6d7a45dSGunnar Mills "object", 631*c6d7a45dSGunnar Mills "string" 632*c6d7a45dSGunnar Mills ] 633*c6d7a45dSGunnar Mills } 634*c6d7a45dSGunnar Mills }, 635*c6d7a45dSGunnar Mills "properties": { 636*c6d7a45dSGunnar Mills "target": { 637*c6d7a45dSGunnar Mills "description": "Link to invoke action", 638*c6d7a45dSGunnar Mills "format": "uri-reference", 639*c6d7a45dSGunnar Mills "type": "string" 640*c6d7a45dSGunnar Mills }, 641*c6d7a45dSGunnar Mills "title": { 642*c6d7a45dSGunnar Mills "description": "Friendly action name", 643*c6d7a45dSGunnar Mills "type": "string" 644*c6d7a45dSGunnar Mills } 645*c6d7a45dSGunnar Mills }, 646*c6d7a45dSGunnar Mills "type": "object", 647*c6d7a45dSGunnar Mills "versionAdded": "v1_11_0" 648*c6d7a45dSGunnar Mills }, 649*c6d7a45dSGunnar Mills "ResetToDefaultsType": { 650*c6d7a45dSGunnar Mills "enum": [ 651*c6d7a45dSGunnar Mills "ResetAll", 652*c6d7a45dSGunnar Mills "PreserveVolumes" 653*c6d7a45dSGunnar Mills ], 654*c6d7a45dSGunnar Mills "enumDescriptions": { 655*c6d7a45dSGunnar Mills "PreserveVolumes": "Reset all settings to factory defaults but preserve the configured volumes on the controllers.", 656*c6d7a45dSGunnar Mills "ResetAll": "Reset all settings to factory defaults and remove all volumes." 657*c6d7a45dSGunnar Mills }, 658*c6d7a45dSGunnar Mills "type": "string" 659*c6d7a45dSGunnar Mills }, 660*c6d7a45dSGunnar Mills "SetControllerPassword": { 661*c6d7a45dSGunnar Mills "additionalProperties": false, 662*c6d7a45dSGunnar Mills "description": "This action sets the controller boot password for a host-based storage controller.", 663*c6d7a45dSGunnar Mills "longDescription": "This action shall set the controller boot password for a host-based storage controller.", 664*c6d7a45dSGunnar Mills "parameters": { 665*c6d7a45dSGunnar Mills "CurrentPassword": { 666*c6d7a45dSGunnar Mills "description": "The current controller password. This parameter is not needed if the controller does not currently have a password.", 667*c6d7a45dSGunnar Mills "longDescription": "This parameter shall contain the current controller password. Services may reject the action request if this parameter is not provided or the value supplied does not match the current password.", 668*c6d7a45dSGunnar Mills "type": "string" 669*c6d7a45dSGunnar Mills }, 670*c6d7a45dSGunnar Mills "NewPassword": { 671*c6d7a45dSGunnar Mills "description": "The new password to set for the controller.", 672*c6d7a45dSGunnar Mills "longDescription": "This parameter shall contain the new password to set for the controller.", 673*c6d7a45dSGunnar Mills "requiredParameter": true, 674*c6d7a45dSGunnar Mills "type": "string" 675*c6d7a45dSGunnar Mills }, 676*c6d7a45dSGunnar Mills "SecurityKey": { 677*c6d7a45dSGunnar Mills "description": "The security key for the controller. This parameter is not needed if the controller does not have a security key.", 678*c6d7a45dSGunnar Mills "longDescription": "This parameter shall contain the controller security key. Services may reject the action request if this parameter is not provided or the value provided does not match the security key for the controller.", 679*c6d7a45dSGunnar Mills "type": "string" 680*c6d7a45dSGunnar Mills } 681*c6d7a45dSGunnar Mills }, 682*c6d7a45dSGunnar Mills "patternProperties": { 683*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 684*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 685*c6d7a45dSGunnar Mills "type": [ 686*c6d7a45dSGunnar Mills "array", 687*c6d7a45dSGunnar Mills "boolean", 688*c6d7a45dSGunnar Mills "integer", 689*c6d7a45dSGunnar Mills "number", 690*c6d7a45dSGunnar Mills "null", 691*c6d7a45dSGunnar Mills "object", 692*c6d7a45dSGunnar Mills "string" 693*c6d7a45dSGunnar Mills ] 694*c6d7a45dSGunnar Mills } 695*c6d7a45dSGunnar Mills }, 696*c6d7a45dSGunnar Mills "properties": { 697*c6d7a45dSGunnar Mills "target": { 698*c6d7a45dSGunnar Mills "description": "Link to invoke action", 699*c6d7a45dSGunnar Mills "format": "uri-reference", 700*c6d7a45dSGunnar Mills "type": "string" 701*c6d7a45dSGunnar Mills }, 702*c6d7a45dSGunnar Mills "title": { 703*c6d7a45dSGunnar Mills "description": "Friendly action name", 704*c6d7a45dSGunnar Mills "type": "string" 705*c6d7a45dSGunnar Mills } 706*c6d7a45dSGunnar Mills }, 707*c6d7a45dSGunnar Mills "type": "object", 708*c6d7a45dSGunnar Mills "versionAdded": "v1_17_0" 709*c6d7a45dSGunnar Mills }, 710*c6d7a45dSGunnar Mills "SetEncryptionKey": { 711*c6d7a45dSGunnar Mills "additionalProperties": false, 712*c6d7a45dSGunnar Mills "description": "This action sets the local encryption key for the storage subsystem.", 713*c6d7a45dSGunnar Mills "longDescription": "This action shall set the local encryption key for the storage subsystem.", 714*c6d7a45dSGunnar Mills "parameters": { 715*c6d7a45dSGunnar Mills "CurrentEncryptionKey": { 716*c6d7a45dSGunnar Mills "description": "The current local encryption key on the storage subsystem. This parameter is not needed if the controller does not currently have an encryption key.", 717*c6d7a45dSGunnar Mills "longDescription": "This parameter shall contain the current local encryption key on the storage subsystem. Services may reject the action request if this parameter is not provided or the value supplied does not match the current encryption key.", 718*c6d7a45dSGunnar Mills "type": "string", 719*c6d7a45dSGunnar Mills "versionAdded": "v1_14_0" 720*c6d7a45dSGunnar Mills }, 721*c6d7a45dSGunnar Mills "EncryptionKey": { 722*c6d7a45dSGunnar Mills "description": "The local encryption key to set on the storage subsystem.", 723*c6d7a45dSGunnar Mills "longDescription": "This parameter shall contain the local encryption key to set on the storage subsystem.", 724*c6d7a45dSGunnar Mills "requiredParameter": true, 725*c6d7a45dSGunnar Mills "type": "string" 726*c6d7a45dSGunnar Mills }, 727*c6d7a45dSGunnar Mills "EncryptionKeyIdentifier": { 728*c6d7a45dSGunnar Mills "description": "The local encryption key identifier used by the storage subsystem.", 729*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the local encryption key identifier used by the storage subsystem.", 730*c6d7a45dSGunnar Mills "type": "string", 731*c6d7a45dSGunnar Mills "versionAdded": "v1_14_0" 732*c6d7a45dSGunnar Mills } 733*c6d7a45dSGunnar Mills }, 734*c6d7a45dSGunnar Mills "patternProperties": { 735*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 736*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 737*c6d7a45dSGunnar Mills "type": [ 738*c6d7a45dSGunnar Mills "array", 739*c6d7a45dSGunnar Mills "boolean", 740*c6d7a45dSGunnar Mills "integer", 741*c6d7a45dSGunnar Mills "number", 742*c6d7a45dSGunnar Mills "null", 743*c6d7a45dSGunnar Mills "object", 744*c6d7a45dSGunnar Mills "string" 745*c6d7a45dSGunnar Mills ] 746*c6d7a45dSGunnar Mills } 747*c6d7a45dSGunnar Mills }, 748*c6d7a45dSGunnar Mills "properties": { 749*c6d7a45dSGunnar Mills "target": { 750*c6d7a45dSGunnar Mills "description": "Link to invoke action", 751*c6d7a45dSGunnar Mills "format": "uri-reference", 752*c6d7a45dSGunnar Mills "type": "string" 753*c6d7a45dSGunnar Mills }, 754*c6d7a45dSGunnar Mills "title": { 755*c6d7a45dSGunnar Mills "description": "Friendly action name", 756*c6d7a45dSGunnar Mills "type": "string" 757*c6d7a45dSGunnar Mills } 758*c6d7a45dSGunnar Mills }, 759*c6d7a45dSGunnar Mills "type": "object" 760*c6d7a45dSGunnar Mills }, 761*c6d7a45dSGunnar Mills "Storage": { 762*c6d7a45dSGunnar Mills "additionalProperties": false, 763*c6d7a45dSGunnar Mills "description": "The `Storage` schema defines a storage subsystem and its respective properties. A storage subsystem represents a set of physical or virtual storage controllers and the resources, such as volumes, that can be accessed from that subsystem.", 764*c6d7a45dSGunnar Mills "longDescription": "This resource shall represent a storage subsystem in the Redfish Specification.", 765*c6d7a45dSGunnar Mills "patternProperties": { 766*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 767*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 768*c6d7a45dSGunnar Mills "type": [ 769*c6d7a45dSGunnar Mills "array", 770*c6d7a45dSGunnar Mills "boolean", 771*c6d7a45dSGunnar Mills "integer", 772*c6d7a45dSGunnar Mills "number", 773*c6d7a45dSGunnar Mills "null", 774*c6d7a45dSGunnar Mills "object", 775*c6d7a45dSGunnar Mills "string" 776*c6d7a45dSGunnar Mills ] 777*c6d7a45dSGunnar Mills } 778*c6d7a45dSGunnar Mills }, 779*c6d7a45dSGunnar Mills "properties": { 780*c6d7a45dSGunnar Mills "@odata.context": { 781*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" 782*c6d7a45dSGunnar Mills }, 783*c6d7a45dSGunnar Mills "@odata.etag": { 784*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" 785*c6d7a45dSGunnar Mills }, 786*c6d7a45dSGunnar Mills "@odata.id": { 787*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" 788*c6d7a45dSGunnar Mills }, 789*c6d7a45dSGunnar Mills "@odata.type": { 790*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type" 791*c6d7a45dSGunnar Mills }, 792*c6d7a45dSGunnar Mills "Actions": { 793*c6d7a45dSGunnar Mills "$ref": "#/definitions/Actions", 794*c6d7a45dSGunnar Mills "description": "The available actions for this resource.", 795*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the available actions for this resource." 796*c6d7a45dSGunnar Mills }, 797*c6d7a45dSGunnar Mills "AutoVolumeCreate": { 798*c6d7a45dSGunnar Mills "anyOf": [ 799*c6d7a45dSGunnar Mills { 800*c6d7a45dSGunnar Mills "$ref": "#/definitions/AutoVolumeCreate" 801*c6d7a45dSGunnar Mills }, 802*c6d7a45dSGunnar Mills { 803*c6d7a45dSGunnar Mills "type": "null" 804*c6d7a45dSGunnar Mills } 805*c6d7a45dSGunnar Mills ], 806*c6d7a45dSGunnar Mills "description": "Indicates if this storage subsystem automatically creates new volumes for unassigned drives.", 807*c6d7a45dSGunnar Mills "longDescription": "This property shall indicate if volumes are created automatically for each unassigned drive attached to this storage subsystem.", 808*c6d7a45dSGunnar Mills "readonly": false, 809*c6d7a45dSGunnar Mills "versionAdded": "v1_15_0" 810*c6d7a45dSGunnar Mills }, 811*c6d7a45dSGunnar Mills "BlockSecurityIDPolicy": { 812*c6d7a45dSGunnar Mills "description": "Indicates if the storage controller sends a command to block establishment of a TCG-defined security ID (SID) during each drive boot sequence for drives that support it.", 813*c6d7a45dSGunnar Mills "longDescription": "This property shall indicate if the storage controller sends the TCG-defined 'Block SID' command to block establishment of a TCG-defined security ID (SID) during each drive boot sequence for drives that support it. The value `true` shall indicate the TCG-defined 'Block SID' command is sent to supporting drives during each drive boot sequence.", 814*c6d7a45dSGunnar Mills "readonly": false, 815*c6d7a45dSGunnar Mills "type": [ 816*c6d7a45dSGunnar Mills "boolean", 817*c6d7a45dSGunnar Mills "null" 818*c6d7a45dSGunnar Mills ], 819*c6d7a45dSGunnar Mills "versionAdded": "v1_18_0" 820*c6d7a45dSGunnar Mills }, 821*c6d7a45dSGunnar Mills "ConfigurationLock": { 822*c6d7a45dSGunnar Mills "anyOf": [ 823*c6d7a45dSGunnar Mills { 824*c6d7a45dSGunnar Mills "$ref": "#/definitions/ConfigurationLock" 825*c6d7a45dSGunnar Mills }, 826*c6d7a45dSGunnar Mills { 827*c6d7a45dSGunnar Mills "type": "null" 828*c6d7a45dSGunnar Mills } 829*c6d7a45dSGunnar Mills ], 830*c6d7a45dSGunnar Mills "description": "Indicates whether in-band configuration requests to the storage subsystem are locked. Other properties, such as `ConfigurationLockState`, contain additional information regarding the status of the configuration lock.", 831*c6d7a45dSGunnar Mills "longDescription": "This property shall indicate whether configuration requests to the storage subsystem are locked. Services shall reject modification requests that contain the value `Partial`. Modifying the value of this property may affect the `ConfigurationLock` property in `Drive` resources referenced by the `Drives` property.", 832*c6d7a45dSGunnar Mills "readonly": false, 833*c6d7a45dSGunnar Mills "versionAdded": "v1_16_0" 834*c6d7a45dSGunnar Mills }, 835*c6d7a45dSGunnar Mills "Connections": { 836*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/ConnectionCollection.json#/definitions/ConnectionCollection", 837*c6d7a45dSGunnar Mills "description": "The collection of links to the connections that this storage subsystem contains.", 838*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `ConnectionCollection`. The members of this collection shall reference Connection resources subordinate to Fabric resources.", 839*c6d7a45dSGunnar Mills "readonly": true, 840*c6d7a45dSGunnar Mills "versionAdded": "v1_15_0" 841*c6d7a45dSGunnar Mills }, 842*c6d7a45dSGunnar Mills "ConsistencyGroups": { 843*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/swordfish/v1/ConsistencyGroupCollection.json#/definitions/ConsistencyGroupCollection", 844*c6d7a45dSGunnar Mills "description": "The consistency groups, each of which contains a set of volumes that are treated by an application or set of applications as a single resource, that are managed by this storage subsystem.", 845*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `ConsistencyGroupCollection`. The property shall be used when groups of volumes are treated as a single resource by an application or set of applications.", 846*c6d7a45dSGunnar Mills "readonly": true, 847*c6d7a45dSGunnar Mills "versionAdded": "v1_8_0" 848*c6d7a45dSGunnar Mills }, 849*c6d7a45dSGunnar Mills "Controllers": { 850*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/StorageControllerCollection.json#/definitions/StorageControllerCollection", 851*c6d7a45dSGunnar Mills "description": "The set of controllers instantiated by this storage subsystem.", 852*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `StorageControllerCollection` that contains the set of storage controllers allocated to this storage subsystem.", 853*c6d7a45dSGunnar Mills "readonly": true, 854*c6d7a45dSGunnar Mills "versionAdded": "v1_9_0" 855*c6d7a45dSGunnar Mills }, 856*c6d7a45dSGunnar Mills "Description": { 857*c6d7a45dSGunnar Mills "anyOf": [ 858*c6d7a45dSGunnar Mills { 859*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" 860*c6d7a45dSGunnar Mills }, 861*c6d7a45dSGunnar Mills { 862*c6d7a45dSGunnar Mills "type": "null" 863*c6d7a45dSGunnar Mills } 864*c6d7a45dSGunnar Mills ], 865*c6d7a45dSGunnar Mills "readonly": true 866*c6d7a45dSGunnar Mills }, 867*c6d7a45dSGunnar Mills "Drives": { 868*c6d7a45dSGunnar Mills "description": "The set of drives attached to the storage controllers that this resource represents.", 869*c6d7a45dSGunnar Mills "items": { 870*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Drive.json#/definitions/Drive" 871*c6d7a45dSGunnar Mills }, 872*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a set of the drives attached to the storage controllers that this resource represents.", 873*c6d7a45dSGunnar Mills "readonly": true, 874*c6d7a45dSGunnar Mills "type": "array" 875*c6d7a45dSGunnar Mills }, 876*c6d7a45dSGunnar Mills "Drives@odata.count": { 877*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 878*c6d7a45dSGunnar Mills }, 879*c6d7a45dSGunnar Mills "EncryptionMode": { 880*c6d7a45dSGunnar Mills "anyOf": [ 881*c6d7a45dSGunnar Mills { 882*c6d7a45dSGunnar Mills "$ref": "#/definitions/EncryptionMode" 883*c6d7a45dSGunnar Mills }, 884*c6d7a45dSGunnar Mills { 885*c6d7a45dSGunnar Mills "type": "null" 886*c6d7a45dSGunnar Mills } 887*c6d7a45dSGunnar Mills ], 888*c6d7a45dSGunnar Mills "description": "The encryption mode of this storage subsystem.", 889*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the encryption mode of this storage subsystem.", 890*c6d7a45dSGunnar Mills "readonly": false, 891*c6d7a45dSGunnar Mills "versionAdded": "v1_14_0" 892*c6d7a45dSGunnar Mills }, 893*c6d7a45dSGunnar Mills "EndpointGroups": { 894*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/EndpointGroupCollection.json#/definitions/EndpointGroupCollection", 895*c6d7a45dSGunnar Mills "description": "All of the endpoint groups, each of which contains a set of endpoints that are used for a common purpose such as an ACL or logical identification, that belong to this storage subsystem.", 896*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `EndpointGroupCollection`. This property shall be implemented when atomic control is needed to perform mapping, masking, and zoning operations.", 897*c6d7a45dSGunnar Mills "readonly": true, 898*c6d7a45dSGunnar Mills "versionAdded": "v1_8_0" 899*c6d7a45dSGunnar Mills }, 900*c6d7a45dSGunnar Mills "FileSystems": { 901*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/swordfish/v1/FileSystemCollection.json#/definitions/FileSystemCollection", 902*c6d7a45dSGunnar Mills "description": "All file systems that are allocated by this storage subsystem.", 903*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `FileSystemCollection`. This property shall be used when file systems are shared or exported by the storage subsystem.", 904*c6d7a45dSGunnar Mills "readonly": true, 905*c6d7a45dSGunnar Mills "versionAdded": "v1_8_0" 906*c6d7a45dSGunnar Mills }, 907*c6d7a45dSGunnar Mills "HotspareActivationPolicy": { 908*c6d7a45dSGunnar Mills "anyOf": [ 909*c6d7a45dSGunnar Mills { 910*c6d7a45dSGunnar Mills "$ref": "#/definitions/HotspareActivationPolicy" 911*c6d7a45dSGunnar Mills }, 912*c6d7a45dSGunnar Mills { 913*c6d7a45dSGunnar Mills "type": "null" 914*c6d7a45dSGunnar Mills } 915*c6d7a45dSGunnar Mills ], 916*c6d7a45dSGunnar Mills "description": "The policy under which hot spare drives in this storage domain will activate.", 917*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the policy under which all drives operating as hot spares in this storage domain will activate.", 918*c6d7a45dSGunnar Mills "readonly": false, 919*c6d7a45dSGunnar Mills "versionAdded": "v1_14_0" 920*c6d7a45dSGunnar Mills }, 921*c6d7a45dSGunnar Mills "Id": { 922*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id", 923*c6d7a45dSGunnar Mills "readonly": true 924*c6d7a45dSGunnar Mills }, 925*c6d7a45dSGunnar Mills "Identifiers": { 926*c6d7a45dSGunnar Mills "description": "The durable names for the storage subsystem.", 927*c6d7a45dSGunnar Mills "items": { 928*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Identifier" 929*c6d7a45dSGunnar Mills }, 930*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a list of all known durable names for the storage subsystem.", 931*c6d7a45dSGunnar Mills "type": "array", 932*c6d7a45dSGunnar Mills "versionAdded": "v1_9_0" 933*c6d7a45dSGunnar Mills }, 934*c6d7a45dSGunnar Mills "Links": { 935*c6d7a45dSGunnar Mills "$ref": "#/definitions/Links", 936*c6d7a45dSGunnar Mills "description": "The links to other resources that are related to this resource.", 937*c6d7a45dSGunnar Mills "longDescription": "This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource." 938*c6d7a45dSGunnar Mills }, 939*c6d7a45dSGunnar Mills "LocalEncryptionKeyIdentifier": { 940*c6d7a45dSGunnar Mills "description": "The local encryption key identifier used by the storage subsystem.", 941*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the local encryption key identifier used by the storage subsystem when `EncryptionMode` contains `UseLocalKey`.", 942*c6d7a45dSGunnar Mills "readonly": true, 943*c6d7a45dSGunnar Mills "type": [ 944*c6d7a45dSGunnar Mills "string", 945*c6d7a45dSGunnar Mills "null" 946*c6d7a45dSGunnar Mills ], 947*c6d7a45dSGunnar Mills "versionAdded": "v1_14_0" 948*c6d7a45dSGunnar Mills }, 949*c6d7a45dSGunnar Mills "Metrics": { 950*c6d7a45dSGunnar Mills "anyOf": [ 951*c6d7a45dSGunnar Mills { 952*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/StorageMetrics.json#/definitions/StorageMetrics" 953*c6d7a45dSGunnar Mills }, 954*c6d7a45dSGunnar Mills { 955*c6d7a45dSGunnar Mills "type": "null" 956*c6d7a45dSGunnar Mills } 957*c6d7a45dSGunnar Mills ], 958*c6d7a45dSGunnar Mills "description": "The link to the metrics associated with this storage subsystem.", 959*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource of type `StorageMetrics` that represents the metrics associated with this storage subsystem.", 960*c6d7a45dSGunnar Mills "readonly": true, 961*c6d7a45dSGunnar Mills "versionAdded": "v1_18_0" 962*c6d7a45dSGunnar Mills }, 963*c6d7a45dSGunnar Mills "NVMeSubsystemProperties": { 964*c6d7a45dSGunnar Mills "anyOf": [ 965*c6d7a45dSGunnar Mills { 966*c6d7a45dSGunnar Mills "$ref": "#/definitions/NVMeSubsystemProperties" 967*c6d7a45dSGunnar Mills }, 968*c6d7a45dSGunnar Mills { 969*c6d7a45dSGunnar Mills "type": "null" 970*c6d7a45dSGunnar Mills } 971*c6d7a45dSGunnar Mills ], 972*c6d7a45dSGunnar Mills "description": "Information specific to NVMe Subsystems.", 973*c6d7a45dSGunnar Mills "longDescription": "This property shall contain information specific to NVMe Subsystems. This property shall only be present if this resource represents an NVMe Subsystem.", 974*c6d7a45dSGunnar Mills "versionAdded": "v1_16_0" 975*c6d7a45dSGunnar Mills }, 976*c6d7a45dSGunnar Mills "Name": { 977*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", 978*c6d7a45dSGunnar Mills "readonly": true 979*c6d7a45dSGunnar Mills }, 980*c6d7a45dSGunnar Mills "Oem": { 981*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 982*c6d7a45dSGunnar Mills "description": "The OEM extension property.", 983*c6d7a45dSGunnar 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." 984*c6d7a45dSGunnar Mills }, 985*c6d7a45dSGunnar Mills "Redundancy": { 986*c6d7a45dSGunnar Mills "autoExpand": true, 987*c6d7a45dSGunnar Mills "description": "Redundancy information for the storage subsystem.", 988*c6d7a45dSGunnar Mills "items": { 989*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Redundancy.json#/definitions/Redundancy" 990*c6d7a45dSGunnar Mills }, 991*c6d7a45dSGunnar Mills "longDescription": "This property shall contain redundancy information for the storage subsystem.", 992*c6d7a45dSGunnar Mills "type": "array" 993*c6d7a45dSGunnar Mills }, 994*c6d7a45dSGunnar Mills "Redundancy@odata.count": { 995*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 996*c6d7a45dSGunnar Mills }, 997*c6d7a45dSGunnar Mills "Status": { 998*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status", 999*c6d7a45dSGunnar Mills "description": "The status and health of the resource and its subordinate or dependent resources.", 1000*c6d7a45dSGunnar Mills "longDescription": "This property shall contain any status or health properties of the resource." 1001*c6d7a45dSGunnar Mills }, 1002*c6d7a45dSGunnar Mills "StorageControllers": { 1003*c6d7a45dSGunnar Mills "autoExpand": true, 1004*c6d7a45dSGunnar Mills "deprecated": "This property has been deprecated in favor of `Controllers` to allow for storage controllers to be represented as their own resources.", 1005*c6d7a45dSGunnar Mills "description": "The set of storage controllers that this resource represents.", 1006*c6d7a45dSGunnar Mills "items": { 1007*c6d7a45dSGunnar Mills "$ref": "#/definitions/StorageController" 1008*c6d7a45dSGunnar Mills }, 1009*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a set of the storage controllers that this resource represents.", 1010*c6d7a45dSGunnar Mills "readonly": true, 1011*c6d7a45dSGunnar Mills "type": "array", 1012*c6d7a45dSGunnar Mills "versionDeprecated": "v1_13_0" 1013*c6d7a45dSGunnar Mills }, 1014*c6d7a45dSGunnar Mills "StorageControllers@odata.count": { 1015*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 1016*c6d7a45dSGunnar Mills }, 1017*c6d7a45dSGunnar Mills "StorageGroups": { 1018*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/swordfish/v1/StorageGroupCollection.json#/definitions/StorageGroupCollection", 1019*c6d7a45dSGunnar Mills "deprecated": "This property was deprecated in favor of the `Connections` property.", 1020*c6d7a45dSGunnar Mills "description": "All of the storage groups, each of which contains a set of volumes and endpoints that are managed as a group for mapping and masking, that belong to this storage subsystem.", 1021*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `StorageGroupsCollection`. This property shall be used when implementing mapping and masking.", 1022*c6d7a45dSGunnar Mills "readonly": true, 1023*c6d7a45dSGunnar Mills "versionAdded": "v1_8_0", 1024*c6d7a45dSGunnar Mills "versionDeprecated": "v1_15_0" 1025*c6d7a45dSGunnar Mills }, 1026*c6d7a45dSGunnar Mills "StoragePools": { 1027*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/swordfish/v1/StoragePoolCollection.json#/definitions/StoragePoolCollection", 1028*c6d7a45dSGunnar Mills "description": "The set of all storage pools that are allocated by this storage subsystem. A storage pool is the set of storage capacity that can be used to produce volumes or other storage pools.", 1029*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `StoragePoolCollection`. This property shall be used when an abstraction of media, rather than references to individual media, are used as the storage data source.", 1030*c6d7a45dSGunnar Mills "readonly": true, 1031*c6d7a45dSGunnar Mills "versionAdded": "v1_8_0" 1032*c6d7a45dSGunnar Mills }, 1033*c6d7a45dSGunnar Mills "TargetConfigurationLockLevel": { 1034*c6d7a45dSGunnar Mills "anyOf": [ 1035*c6d7a45dSGunnar Mills { 1036*c6d7a45dSGunnar Mills "$ref": "#/definitions/TargetConfigurationLockLevel" 1037*c6d7a45dSGunnar Mills }, 1038*c6d7a45dSGunnar Mills { 1039*c6d7a45dSGunnar Mills "type": "null" 1040*c6d7a45dSGunnar Mills } 1041*c6d7a45dSGunnar Mills ], 1042*c6d7a45dSGunnar Mills "description": "Indicates the target configuration lock level for the drive based upon the state of the `ConfigurationLock` property. Other properties, such as `ConfigurationLockState`, contain additional information regarding the status of the configuration lock.", 1043*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the target configuration lock level for the drive. For NVMe subsystems, services shall implement the locking requirements specified by SNIA's Swordfish NVMe Model Overview and Mapping Guide.", 1044*c6d7a45dSGunnar Mills "readonly": false, 1045*c6d7a45dSGunnar Mills "versionAdded": "v1_17_0" 1046*c6d7a45dSGunnar Mills }, 1047*c6d7a45dSGunnar Mills "Volumes": { 1048*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/swordfish/v1/VolumeCollection.json#/definitions/VolumeCollection", 1049*c6d7a45dSGunnar Mills "description": "The set of volumes that the storage controllers produce.", 1050*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `VolumeCollection`.", 1051*c6d7a45dSGunnar Mills "readonly": true 1052*c6d7a45dSGunnar Mills } 1053*c6d7a45dSGunnar Mills }, 1054*c6d7a45dSGunnar Mills "required": [ 1055*c6d7a45dSGunnar Mills "@odata.id", 1056*c6d7a45dSGunnar Mills "@odata.type", 1057*c6d7a45dSGunnar Mills "Id", 1058*c6d7a45dSGunnar Mills "Name" 1059*c6d7a45dSGunnar Mills ], 1060*c6d7a45dSGunnar Mills "type": "object" 1061*c6d7a45dSGunnar Mills }, 1062*c6d7a45dSGunnar Mills "StorageController": { 1063*c6d7a45dSGunnar Mills "additionalProperties": false, 1064*c6d7a45dSGunnar Mills "description": "The StorageController schema describes a storage controller and its properties. A storage controller represents a physical or virtual storage device that produces volumes.", 1065*c6d7a45dSGunnar Mills "longDescription": "This resource shall represent a storage controller in the Redfish Specification.", 1066*c6d7a45dSGunnar Mills "patternProperties": { 1067*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 1068*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 1069*c6d7a45dSGunnar Mills "type": [ 1070*c6d7a45dSGunnar Mills "array", 1071*c6d7a45dSGunnar Mills "boolean", 1072*c6d7a45dSGunnar Mills "integer", 1073*c6d7a45dSGunnar Mills "number", 1074*c6d7a45dSGunnar Mills "null", 1075*c6d7a45dSGunnar Mills "object", 1076*c6d7a45dSGunnar Mills "string" 1077*c6d7a45dSGunnar Mills ] 1078*c6d7a45dSGunnar Mills } 1079*c6d7a45dSGunnar Mills }, 1080*c6d7a45dSGunnar Mills "properties": { 1081*c6d7a45dSGunnar Mills "@odata.id": { 1082*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" 1083*c6d7a45dSGunnar Mills }, 1084*c6d7a45dSGunnar Mills "Actions": { 1085*c6d7a45dSGunnar Mills "$ref": "#/definitions/StorageControllerActions", 1086*c6d7a45dSGunnar Mills "description": "The available actions for this resource.", 1087*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the available actions for this resource.", 1088*c6d7a45dSGunnar Mills "versionAdded": "v1_2_0" 1089*c6d7a45dSGunnar Mills }, 1090*c6d7a45dSGunnar Mills "Assembly": { 1091*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Assembly.json#/definitions/Assembly", 1092*c6d7a45dSGunnar Mills "description": "The link to the assembly associated with this storage controller.", 1093*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource of type `Assembly`.", 1094*c6d7a45dSGunnar Mills "readonly": true, 1095*c6d7a45dSGunnar Mills "versionAdded": "v1_4_0" 1096*c6d7a45dSGunnar Mills }, 1097*c6d7a45dSGunnar Mills "AssetTag": { 1098*c6d7a45dSGunnar Mills "description": "The user-assigned asset tag for this storage controller.", 1099*c6d7a45dSGunnar Mills "longDescription": "This property shall track the storage controller for inventory purposes.", 1100*c6d7a45dSGunnar Mills "readonly": false, 1101*c6d7a45dSGunnar Mills "type": [ 1102*c6d7a45dSGunnar Mills "string", 1103*c6d7a45dSGunnar Mills "null" 1104*c6d7a45dSGunnar Mills ] 1105*c6d7a45dSGunnar Mills }, 1106*c6d7a45dSGunnar Mills "CacheSummary": { 1107*c6d7a45dSGunnar Mills "$ref": "#/definitions/CacheSummary", 1108*c6d7a45dSGunnar Mills "description": "The cache memory of the storage controller in general detail.", 1109*c6d7a45dSGunnar Mills "longDescription": "This property shall contain properties that describe the cache memory for this resource.", 1110*c6d7a45dSGunnar Mills "versionAdded": "v1_5_0" 1111*c6d7a45dSGunnar Mills }, 1112*c6d7a45dSGunnar Mills "Certificates": { 1113*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/CertificateCollection.json#/definitions/CertificateCollection", 1114*c6d7a45dSGunnar Mills "description": "The link to a collection of certificates for device identity and attestation.", 1115*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `CertificateCollection` that contains certificates for device identity and attestation.", 1116*c6d7a45dSGunnar Mills "readonly": true, 1117*c6d7a45dSGunnar Mills "versionAdded": "v1_10_0" 1118*c6d7a45dSGunnar Mills }, 1119*c6d7a45dSGunnar Mills "ControllerRates": { 1120*c6d7a45dSGunnar Mills "$ref": "#/definitions/Rates", 1121*c6d7a45dSGunnar Mills "description": "This property describes the various controller rates used for processes such as volume rebuild or consistency checks.", 1122*c6d7a45dSGunnar Mills "longDescription": "This object shall contain all the rate settings available on the controller.", 1123*c6d7a45dSGunnar Mills "versionAdded": "v1_7_0" 1124*c6d7a45dSGunnar Mills }, 1125*c6d7a45dSGunnar Mills "FirmwareVersion": { 1126*c6d7a45dSGunnar Mills "description": "The firmware version of this storage controller.", 1127*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the firmware version as defined by the manufacturer for the associated storage controller.", 1128*c6d7a45dSGunnar Mills "readonly": true, 1129*c6d7a45dSGunnar Mills "type": [ 1130*c6d7a45dSGunnar Mills "string", 1131*c6d7a45dSGunnar Mills "null" 1132*c6d7a45dSGunnar Mills ] 1133*c6d7a45dSGunnar Mills }, 1134*c6d7a45dSGunnar Mills "Identifiers": { 1135*c6d7a45dSGunnar Mills "description": "The durable names for the storage controller.", 1136*c6d7a45dSGunnar Mills "items": { 1137*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Identifier" 1138*c6d7a45dSGunnar Mills }, 1139*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a list of all known durable names for the associated storage controller.", 1140*c6d7a45dSGunnar Mills "type": "array" 1141*c6d7a45dSGunnar Mills }, 1142*c6d7a45dSGunnar Mills "Links": { 1143*c6d7a45dSGunnar Mills "$ref": "#/definitions/StorageControllerLinks", 1144*c6d7a45dSGunnar Mills "description": "The links to other resources that are related to this resource.", 1145*c6d7a45dSGunnar Mills "longDescription": "This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource.", 1146*c6d7a45dSGunnar Mills "versionAdded": "v1_1_0" 1147*c6d7a45dSGunnar Mills }, 1148*c6d7a45dSGunnar Mills "Location": { 1149*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Location", 1150*c6d7a45dSGunnar Mills "description": "The location of the storage controller.", 1151*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the location information of the associated storage controller.", 1152*c6d7a45dSGunnar Mills "versionAdded": "v1_4_0" 1153*c6d7a45dSGunnar Mills }, 1154*c6d7a45dSGunnar Mills "Manufacturer": { 1155*c6d7a45dSGunnar Mills "description": "The manufacturer of this storage controller.", 1156*c6d7a45dSGunnar Mills "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.", 1157*c6d7a45dSGunnar Mills "readonly": true, 1158*c6d7a45dSGunnar Mills "type": [ 1159*c6d7a45dSGunnar Mills "string", 1160*c6d7a45dSGunnar Mills "null" 1161*c6d7a45dSGunnar Mills ] 1162*c6d7a45dSGunnar Mills }, 1163*c6d7a45dSGunnar Mills "Measurements": { 1164*c6d7a45dSGunnar Mills "deprecated": "This property has been deprecated in favor of the `ComponentIntegrity` resource.", 1165*c6d7a45dSGunnar Mills "description": "An array of DSP0274-defined measurement blocks.", 1166*c6d7a45dSGunnar Mills "items": { 1167*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/SoftwareInventory.json#/definitions/MeasurementBlock" 1168*c6d7a45dSGunnar Mills }, 1169*c6d7a45dSGunnar Mills "longDescription": "This property shall contain an array of DSP0274-defined measurement blocks.", 1170*c6d7a45dSGunnar Mills "type": "array", 1171*c6d7a45dSGunnar Mills "versionAdded": "v1_10_0", 1172*c6d7a45dSGunnar Mills "versionDeprecated": "v1_12_0" 1173*c6d7a45dSGunnar Mills }, 1174*c6d7a45dSGunnar Mills "MemberId": { 1175*c6d7a45dSGunnar Mills "description": "The unique identifier for the member within an array.", 1176*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the unique identifier for this member within an array. For services supporting Redfish v1.6 or higher, this value shall contain the zero-based array index.", 1177*c6d7a45dSGunnar Mills "readonly": true, 1178*c6d7a45dSGunnar Mills "type": "string" 1179*c6d7a45dSGunnar Mills }, 1180*c6d7a45dSGunnar Mills "Model": { 1181*c6d7a45dSGunnar Mills "description": "The model number for the storage controller.", 1182*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the name by which the manufacturer generally refers to the storage controller.", 1183*c6d7a45dSGunnar Mills "readonly": true, 1184*c6d7a45dSGunnar Mills "type": [ 1185*c6d7a45dSGunnar Mills "string", 1186*c6d7a45dSGunnar Mills "null" 1187*c6d7a45dSGunnar Mills ] 1188*c6d7a45dSGunnar Mills }, 1189*c6d7a45dSGunnar Mills "Name": { 1190*c6d7a45dSGunnar Mills "description": "The name of the storage controller.", 1191*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the name of the storage controller.", 1192*c6d7a45dSGunnar Mills "readonly": true, 1193*c6d7a45dSGunnar Mills "type": [ 1194*c6d7a45dSGunnar Mills "string", 1195*c6d7a45dSGunnar Mills "null" 1196*c6d7a45dSGunnar Mills ], 1197*c6d7a45dSGunnar Mills "versionAdded": "v1_3_0" 1198*c6d7a45dSGunnar Mills }, 1199*c6d7a45dSGunnar Mills "Oem": { 1200*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 1201*c6d7a45dSGunnar Mills "description": "The OEM extension property.", 1202*c6d7a45dSGunnar 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." 1203*c6d7a45dSGunnar Mills }, 1204*c6d7a45dSGunnar Mills "PCIeInterface": { 1205*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeDevice.json#/definitions/PCIeInterface", 1206*c6d7a45dSGunnar Mills "description": "The PCIe interface details for this controller.", 1207*c6d7a45dSGunnar Mills "longDescription": "This property shall contain details on the PCIe interface that connects this PCIe-based controller to its host.", 1208*c6d7a45dSGunnar Mills "versionAdded": "v1_5_0" 1209*c6d7a45dSGunnar Mills }, 1210*c6d7a45dSGunnar Mills "PartNumber": { 1211*c6d7a45dSGunnar Mills "description": "The part number for this storage controller.", 1212*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a part number assigned by the organization that is responsible for producing or manufacturing the storage controller.", 1213*c6d7a45dSGunnar Mills "readonly": true, 1214*c6d7a45dSGunnar Mills "type": [ 1215*c6d7a45dSGunnar Mills "string", 1216*c6d7a45dSGunnar Mills "null" 1217*c6d7a45dSGunnar Mills ] 1218*c6d7a45dSGunnar Mills }, 1219*c6d7a45dSGunnar Mills "Ports": { 1220*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/PortCollection.json#/definitions/PortCollection", 1221*c6d7a45dSGunnar Mills "description": "The link to the collection of ports that exist on the storage controller.", 1222*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `PortCollection`.", 1223*c6d7a45dSGunnar Mills "readonly": true, 1224*c6d7a45dSGunnar Mills "versionAdded": "v1_7_0" 1225*c6d7a45dSGunnar Mills }, 1226*c6d7a45dSGunnar Mills "SKU": { 1227*c6d7a45dSGunnar Mills "description": "The SKU for this storage controller.", 1228*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the stock-keeping unit number for this storage controller.", 1229*c6d7a45dSGunnar Mills "readonly": true, 1230*c6d7a45dSGunnar Mills "type": [ 1231*c6d7a45dSGunnar Mills "string", 1232*c6d7a45dSGunnar Mills "null" 1233*c6d7a45dSGunnar Mills ] 1234*c6d7a45dSGunnar Mills }, 1235*c6d7a45dSGunnar Mills "SerialNumber": { 1236*c6d7a45dSGunnar Mills "description": "The serial number for this storage controller.", 1237*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a manufacturer-allocated number that identifies the storage controller.", 1238*c6d7a45dSGunnar Mills "readonly": true, 1239*c6d7a45dSGunnar Mills "type": [ 1240*c6d7a45dSGunnar Mills "string", 1241*c6d7a45dSGunnar Mills "null" 1242*c6d7a45dSGunnar Mills ] 1243*c6d7a45dSGunnar Mills }, 1244*c6d7a45dSGunnar Mills "SpeedGbps": { 1245*c6d7a45dSGunnar Mills "description": "The maximum speed of the storage controller's device interface.", 1246*c6d7a45dSGunnar Mills "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.", 1247*c6d7a45dSGunnar Mills "minimum": 0, 1248*c6d7a45dSGunnar Mills "readonly": true, 1249*c6d7a45dSGunnar Mills "type": [ 1250*c6d7a45dSGunnar Mills "number", 1251*c6d7a45dSGunnar Mills "null" 1252*c6d7a45dSGunnar Mills ], 1253*c6d7a45dSGunnar Mills "units": "Gbit/s" 1254*c6d7a45dSGunnar Mills }, 1255*c6d7a45dSGunnar Mills "Status": { 1256*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status", 1257*c6d7a45dSGunnar Mills "description": "The status and health of the resource and its subordinate or dependent resources.", 1258*c6d7a45dSGunnar Mills "longDescription": "This property shall contain any status or health properties of the resource." 1259*c6d7a45dSGunnar Mills }, 1260*c6d7a45dSGunnar Mills "SupportedControllerProtocols": { 1261*c6d7a45dSGunnar Mills "description": "The supported set of protocols for communicating with this storage controller.", 1262*c6d7a45dSGunnar Mills "items": { 1263*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Protocol.json#/definitions/Protocol" 1264*c6d7a45dSGunnar Mills }, 1265*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the supported set of protocols for communicating with this storage controller.", 1266*c6d7a45dSGunnar Mills "readonly": true, 1267*c6d7a45dSGunnar Mills "type": "array" 1268*c6d7a45dSGunnar Mills }, 1269*c6d7a45dSGunnar Mills "SupportedDeviceProtocols": { 1270*c6d7a45dSGunnar Mills "description": "The protocols that the storage controller can use to communicate with attached devices.", 1271*c6d7a45dSGunnar Mills "items": { 1272*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Protocol.json#/definitions/Protocol" 1273*c6d7a45dSGunnar Mills }, 1274*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the set of protocols this storage controller can use to communicate with attached devices.", 1275*c6d7a45dSGunnar Mills "readonly": true, 1276*c6d7a45dSGunnar Mills "type": "array" 1277*c6d7a45dSGunnar Mills }, 1278*c6d7a45dSGunnar Mills "SupportedRAIDTypes": { 1279*c6d7a45dSGunnar Mills "description": "The set of RAID types supported by the storage controller.", 1280*c6d7a45dSGunnar Mills "items": { 1281*c6d7a45dSGunnar Mills "anyOf": [ 1282*c6d7a45dSGunnar Mills { 1283*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/swordfish/v1/Volume.json#/definitions/RAIDType" 1284*c6d7a45dSGunnar Mills }, 1285*c6d7a45dSGunnar Mills { 1286*c6d7a45dSGunnar Mills "type": "null" 1287*c6d7a45dSGunnar Mills } 1288*c6d7a45dSGunnar Mills ] 1289*c6d7a45dSGunnar Mills }, 1290*c6d7a45dSGunnar Mills "longDescription": "This property shall contain an array of all the RAID types supported by this controller.", 1291*c6d7a45dSGunnar Mills "readonly": true, 1292*c6d7a45dSGunnar Mills "type": "array", 1293*c6d7a45dSGunnar Mills "versionAdded": "v1_6_0" 1294*c6d7a45dSGunnar Mills } 1295*c6d7a45dSGunnar Mills }, 1296*c6d7a45dSGunnar Mills "required": [ 1297*c6d7a45dSGunnar Mills "@odata.id", 1298*c6d7a45dSGunnar Mills "MemberId" 1299*c6d7a45dSGunnar Mills ], 1300*c6d7a45dSGunnar Mills "type": "object" 1301*c6d7a45dSGunnar Mills }, 1302*c6d7a45dSGunnar Mills "StorageControllerActions": { 1303*c6d7a45dSGunnar Mills "additionalProperties": false, 1304*c6d7a45dSGunnar Mills "description": "The available actions for this resource.", 1305*c6d7a45dSGunnar Mills "longDescription": "This type shall contain the available actions for this resource.", 1306*c6d7a45dSGunnar Mills "patternProperties": { 1307*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 1308*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 1309*c6d7a45dSGunnar Mills "type": [ 1310*c6d7a45dSGunnar Mills "array", 1311*c6d7a45dSGunnar Mills "boolean", 1312*c6d7a45dSGunnar Mills "integer", 1313*c6d7a45dSGunnar Mills "number", 1314*c6d7a45dSGunnar Mills "null", 1315*c6d7a45dSGunnar Mills "object", 1316*c6d7a45dSGunnar Mills "string" 1317*c6d7a45dSGunnar Mills ] 1318*c6d7a45dSGunnar Mills } 1319*c6d7a45dSGunnar Mills }, 1320*c6d7a45dSGunnar Mills "properties": { 1321*c6d7a45dSGunnar Mills "Oem": { 1322*c6d7a45dSGunnar Mills "$ref": "#/definitions/StorageControllerOemActions", 1323*c6d7a45dSGunnar Mills "description": "The available OEM-specific actions for this resource.", 1324*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the available OEM-specific actions for this resource.", 1325*c6d7a45dSGunnar Mills "versionAdded": "v1_2_0" 1326*c6d7a45dSGunnar Mills } 1327*c6d7a45dSGunnar Mills }, 1328*c6d7a45dSGunnar Mills "type": "object" 1329*c6d7a45dSGunnar Mills }, 1330*c6d7a45dSGunnar Mills "StorageControllerLinks": { 1331*c6d7a45dSGunnar Mills "additionalProperties": false, 1332*c6d7a45dSGunnar Mills "description": "The links to other resources that are related to this resource.", 1333*c6d7a45dSGunnar Mills "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.", 1334*c6d7a45dSGunnar Mills "patternProperties": { 1335*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 1336*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 1337*c6d7a45dSGunnar Mills "type": [ 1338*c6d7a45dSGunnar Mills "array", 1339*c6d7a45dSGunnar Mills "boolean", 1340*c6d7a45dSGunnar Mills "integer", 1341*c6d7a45dSGunnar Mills "number", 1342*c6d7a45dSGunnar Mills "null", 1343*c6d7a45dSGunnar Mills "object", 1344*c6d7a45dSGunnar Mills "string" 1345*c6d7a45dSGunnar Mills ] 1346*c6d7a45dSGunnar Mills } 1347*c6d7a45dSGunnar Mills }, 1348*c6d7a45dSGunnar Mills "properties": { 1349*c6d7a45dSGunnar Mills "Endpoints": { 1350*c6d7a45dSGunnar Mills "description": "An array of links to the endpoints that connect to this controller.", 1351*c6d7a45dSGunnar Mills "items": { 1352*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Endpoint.json#/definitions/Endpoint" 1353*c6d7a45dSGunnar Mills }, 1354*c6d7a45dSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `Endpoint` with which this controller is associated.", 1355*c6d7a45dSGunnar Mills "type": "array", 1356*c6d7a45dSGunnar Mills "versionAdded": "v1_1_0" 1357*c6d7a45dSGunnar Mills }, 1358*c6d7a45dSGunnar Mills "Endpoints@odata.count": { 1359*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 1360*c6d7a45dSGunnar Mills }, 1361*c6d7a45dSGunnar Mills "Oem": { 1362*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 1363*c6d7a45dSGunnar Mills "description": "The OEM extension property.", 1364*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements." 1365*c6d7a45dSGunnar Mills }, 1366*c6d7a45dSGunnar Mills "PCIeFunctions": { 1367*c6d7a45dSGunnar Mills "description": "An array of links to the PCIe functions that the storage controller produces.", 1368*c6d7a45dSGunnar Mills "items": { 1369*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeFunction.json#/definitions/PCIeFunction" 1370*c6d7a45dSGunnar Mills }, 1371*c6d7a45dSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `PCIeFunction` that represent the PCIe functions associated with this resource.", 1372*c6d7a45dSGunnar Mills "type": "array", 1373*c6d7a45dSGunnar Mills "versionAdded": "v1_7_0" 1374*c6d7a45dSGunnar Mills }, 1375*c6d7a45dSGunnar Mills "PCIeFunctions@odata.count": { 1376*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 1377*c6d7a45dSGunnar Mills }, 1378*c6d7a45dSGunnar Mills "StorageServices": { 1379*c6d7a45dSGunnar Mills "deprecated": "This property has been deprecated in favor of `StorageServices` within the `Links` property at the root level.", 1380*c6d7a45dSGunnar Mills "description": "An array of links to the storage services that connect to this controller.", 1381*c6d7a45dSGunnar Mills "items": { 1382*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/swordfish/v1/StorageService.json#/definitions/StorageService" 1383*c6d7a45dSGunnar Mills }, 1384*c6d7a45dSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `StorageService` with which this controller is associated.", 1385*c6d7a45dSGunnar Mills "type": "array", 1386*c6d7a45dSGunnar Mills "versionAdded": "v1_4_0", 1387*c6d7a45dSGunnar Mills "versionDeprecated": "v1_9_0" 1388*c6d7a45dSGunnar Mills }, 1389*c6d7a45dSGunnar Mills "StorageServices@odata.count": { 1390*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 1391*c6d7a45dSGunnar Mills } 1392*c6d7a45dSGunnar Mills }, 1393*c6d7a45dSGunnar Mills "type": "object" 1394*c6d7a45dSGunnar Mills }, 1395*c6d7a45dSGunnar Mills "StorageControllerOemActions": { 1396*c6d7a45dSGunnar Mills "additionalProperties": true, 1397*c6d7a45dSGunnar Mills "description": "The available OEM-specific actions for this resource.", 1398*c6d7a45dSGunnar Mills "longDescription": "This type shall contain the available OEM-specific actions for this resource.", 1399*c6d7a45dSGunnar Mills "patternProperties": { 1400*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 1401*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 1402*c6d7a45dSGunnar Mills "type": [ 1403*c6d7a45dSGunnar Mills "array", 1404*c6d7a45dSGunnar Mills "boolean", 1405*c6d7a45dSGunnar Mills "integer", 1406*c6d7a45dSGunnar Mills "number", 1407*c6d7a45dSGunnar Mills "null", 1408*c6d7a45dSGunnar Mills "object", 1409*c6d7a45dSGunnar Mills "string" 1410*c6d7a45dSGunnar Mills ] 1411*c6d7a45dSGunnar Mills } 1412*c6d7a45dSGunnar Mills }, 1413*c6d7a45dSGunnar Mills "properties": {}, 1414*c6d7a45dSGunnar Mills "type": "object" 1415*c6d7a45dSGunnar Mills }, 1416*c6d7a45dSGunnar Mills "TargetConfigurationLockLevel": { 1417*c6d7a45dSGunnar Mills "enum": [ 1418*c6d7a45dSGunnar Mills "Baseline" 1419*c6d7a45dSGunnar Mills ], 1420*c6d7a45dSGunnar Mills "enumDescriptions": { 1421*c6d7a45dSGunnar Mills "Baseline": "The standard configuration lock level, corresponding to applying firmware, updating security keys, and modifying other hardware settings. It does not include managing the volumes or data within the storage subsystem." 1422*c6d7a45dSGunnar Mills }, 1423*c6d7a45dSGunnar Mills "type": "string" 1424*c6d7a45dSGunnar Mills } 1425*c6d7a45dSGunnar Mills }, 1426*c6d7a45dSGunnar Mills "language": "en", 1427*c6d7a45dSGunnar Mills "owningEntity": "DMTF", 1428*c6d7a45dSGunnar Mills "release": "2025.2", 1429*c6d7a45dSGunnar Mills "title": "#Storage.v1_19_0.Storage" 1430*c6d7a45dSGunnar Mills}