FindByDnsNameRequestType
FindByDnsNameRequestType
The parameters of FindByDnsName.
JSON Example
{
"datacenter": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"dnsName": "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
dnsName
Required
The fully qualified domain name to find.
boolean
vmSearch
Required
if true, search for virtual machines, otherwise search for hosts.