Host Network System Start Dpu Failover
Launch DPU(Data Processing Unit) failover for a given distributed virtual switch.
Since: vSphere API Release 8.0.3.0
Required privileges: Host.Config.Network
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 HostNetworkSystem/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.3.0 APIs.
Show optional properties
{
"dvsName": "string"
}
{
"dvsName": "string",
"targetDpuAlias": "string"
}
The name of the distributed virtual switch.
The alias of the DPU to failover to. If not set, it will be determined by the system. At least one vmnic backed by the DPU needs to be associated to the standby uplink of the distributed virtual switch.
No Content
InvalidArgument: if the given distributed virtual switch is not configured in network offloading mode or the standby DPU is not available.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
],
"invalidProperty": "string"
}
Optional name of the invalid property.