Search Index Find Child
Finds a particular child based on a managed entity name.
This only searches the immediate children of a managed entity. For a Datacenter, the host and vm folders are considered children. For a ComputeResource, the hosts and root ResourcePool are considered children.
Required privileges: System.View
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 SearchIndex/{moId}
.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
"FindChildRequestType Object"
A reference to a managed entity.
The name of the child object.
The managed entity that is found, or null if no match is found.
{
"0": "M",
"1": "o",
"2": "R",
"3": "e",
"4": "f",
"5": "M",
"6": "a",
"7": "n",
"8": "a",
"9": "g",
"10": "e",
"11": "d",
"12": "E",
"13": "n",
"14": "t",
"15": "i",
"16": "t",
"17": "y",
"18": " ",
"19": "O",
"20": "b",
"21": "j",
"22": "e",
"23": "c",
"24": "t"
}
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/SearchIndex/{moId}/FindChild