Host Storage System Get Multipath State Info
Runtime information about the state of a multipath path.
A null value will be returned if path state information is not available for this system.
In systems prior to the plug-store architecture, the state of a path may be accessible on the HostMultipathInfo data object of the storageDeviceInfo property.
The unique identifier for the managed object to which the property attaches; the serialized managed object reference for a request has the form moType/moId
, in this case HostStorageSystem/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
OK
{
"_typeName": "string",
"path": [
{
"_typeName": "string",
"name": "string",
"pathState": "string"
}
]
}
List of paths on the system and their path states.