FindByIpRequestType

FindByIpRequestType
FindByIpRequestType

The parameters of FindByIp.

JSON Example
{
    "datacenter": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "ip": "string",
    "vmSearch": false
}
datacenter
Optional

Reference to an instance of the Datacenter managed object.

string
ip
Required

The dot-decimal notation formatted IP address to find.

boolean
vmSearch
Required

if true, search for virtual machines, otherwise search for hosts.