Host Storage System Query Path Selection Policy Options
Queries the set of path selection policy options.
The set of policy options indicates what path selection policies can be used by a device managed by native multipathing. Devices managed through native multipathing are described in the HostMultipathInfo data object.
Filtering capabilities are not currently present but may be added in the future.
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 HostStorageSystem/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
The list of path selection policy descriptions that match the search criteria. Details about the policies will also be provided in accordance to the query specification.
[
{
"_typeName": "string",
"policy": {
"_typeName": "string",
"label": "string",
"summary": "string",
"key": "string"
}
}
]
HostConfigFault: for system configuration failures.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}