searchResults

Namespace: (default namespace)
XML Schema: ns0.xsd

The results of a search on this NiFi.

XML

Elements

name (type) min/max
occurs
description
processorResults (componentSearchResult) 0/unbounded The processors that matched the search.
connectionResults (componentSearchResult) 0/unbounded The connections that matched the search.
processGroupResults (componentSearchResult) 0/unbounded The process group that matched the search.
inputPortResults (componentSearchResult) 0/unbounded The input ports that matched the search.
outputPortResults (componentSearchResult) 0/unbounded The output ports that matched the search.
remoteProcessGroupResults (componentSearchResult) 0/unbounded The remote process groups that matched the search.
funnelResults (componentSearchResult) 0/unbounded The funnels that matched the search.

JSON

property type description
processorResults array of processorResults (componentSearchResult) The processors that matched the search.
connectionResults array of connectionResults (componentSearchResult) The connections that matched the search.
processGroupResults array of processGroupResults (componentSearchResult) The process group that matched the search.
inputPortResults array of inputPortResults (componentSearchResult) The input ports that matched the search.
outputPortResults array of outputPortResults (componentSearchResult) The output ports that matched the search.
remoteProcessGroupResults array of remoteProcessGroupResults (componentSearchResult) The remote process groups that matched the search.
funnelResults array of funnelResults (componentSearchResult) The funnels that matched the search.