Host Storage System Discover Fcoe Hbas
Deprecated as of vSphere API 8.0. Software FCoE not supported.
Initiates FCoE discovery using the given FcoeSpecification.
Upon success, discovered VNPorts will have registered with the system as FCoE HBAs.
Required privileges: Host.Config.Storage
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.
{
"fcoeSpec": {
"_typeName": "string",
"underlyingPnic": "string",
"priorityClass": 0,
"sourceMac": "string",
"vlanRange": [
{
"_typeName": "string",
"vlanLow": 0,
"vlanHigh": 0
}
]
}
}
An FcoeSpecification contains values relevant to issuing FCoE discovery.
Non-mandatory values are denoted '@optional'.
No Content
InvalidArgument: if any parameter in the given FcoeSpecification is invalid.
HostConfigFault: if the host is unable to issue FCoE discovery.
NotFound: if the given HBA could not be found.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}