Storage Query Manager Query Hosts With Attached Lun
Query the set of all hosts which have the specified lun attached.
Requires Host.Config.Storage privilege on the hosts which have the lun in attached state.
Required privileges: System.Read
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 StorageQueryManager/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
{
"lunUuid": "string"
}
The UUID of the ScsiLun device.
HostSystem The set of hosts which have the specified lun attached. No values are returned if there are no hosts with the specified lun in attached state.
[
{
"_typeName": "string",
"type": "string",
"value": "string"
}
]