StorageArray
This data object represents the storage array.
This structure may be used only with operations rendered under /sms
.
{
"_typeName": "string",
"name": "string",
"uuid": "string",
"vendorId": "string",
"modelId": "string",
"firmware": "string",
"alternateName": [
"string"
],
"supportedBlockInterface": [
"string"
],
"supportedFileSystemInterface": [
"string"
],
"supportedProfile": [
"string"
],
"priority": 0,
"discoverySvc": [
{
"_typeName": "string",
"portType": "string",
"svcNqn": "string",
"ipInfo": {
"_typeName": "string",
"ipAddress": "string",
"portNumber": "string"
},
"fcInfo": {
"_typeName": "string",
"nodeWwn": "string",
"portWwn": "string"
}
}
]
}
Name
Unique identifier
Storage array Vendor Id
Model Id
Storage array firmware
List of alternate storage array names
Supported block-device interfaces
Supported file-system interfaces
List of supported profiles
Deprecated as of SMS API 6.0, replaced by VasaProviderInfo.priority.
Priority level of the provider for the given array within the session context.
SMS will use this value to pick a provider among the ones that are registered with SMS and manage this array. Once the provider is chosen, SMS will communicate with it to get the data related to this array. Valid range: 0 to 255.
Required for NVMe-oF arrays and optional otherwise.
Transport information to address the array's discovery service.