searchResults
| Namespace: |
(default namespace) |
| XML Schema: |
ns0.xsd |
The results of a search on this NiFi.
XML
Elements
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.
|