Host V Motion System Update Ip Config
Update the IP configuration of VMotion VirtualNic.
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 HostVMotionSystem/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
"UpdateIpConfigRequestType Object"
The IP configuration.
No Content
NotFound: if no VirtualNic is selected for VMotion.
InvalidArgument: if the IpConfig is invalid or cannot be used.
HostConfigFault: for any other failure
"VimFault Object"
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/HostVMotionSystem/{moId}/UpdateIpConfig