Sms Storage Manager Query Array Associated With Lun
Get the StorageArray object that is associated with the ScsiLun.
Required privileges: StorageViews.View
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case SmsStorageManager/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.3.0 APIs.
{
"canonicalName": "string"
}
ScsiLun.canonicalName of ScsiLun
StorageArray for the for the ScsiLun.
{
"_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.
NotFound: if the specified entity does not exist.
QueryExecutionFault: if an error is encountered while processing the query request.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
The base data object type for all the object model faults that an application might handle.
Message which has details about the error Message can also contain a key to message catalog which can be used to generate better localized messages.