FindByIpRequestType

FindByIpRequestType
FindByIpRequestType

The parameters of FindByIp.

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

If specified, restricts the query to entities in a particular datacenter. If not specified, the entire inventory is searched.

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.