Host V Motion System Get Ip Config

Host V Motion System Get Ip Config

IP configuration of the VMotion VirtualNic.

Request
URI
GET
https://{api_host}/sdk/vim25/{release}/HostVMotionSystem/{moId}/ipConfig
COPY
Path Parameters
string
moId
Required

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 HostVMotionSystem/{moId}.

string
release
Required

The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

This response body class contains all of the following: HostIpConfig
{
    "0": "H",
    "1": "o",
    "2": "s",
    "3": "t",
    "4": "I",
    "5": "p",
    "6": "C",
    "7": "o",
    "8": "n",
    "9": "f",
    "10": "i",
    "11": "g",
    "12": " ",
    "13": "O",
    "14": "b",
    "15": "j",
    "16": "e",
    "17": "c",
    "18": "t"
}

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/sdk/vim25/{release}/HostVMotionSystem/{moId}/ipConfig