componentSearchResult
| Namespace: |
(default namespace) |
| XML Schema: |
ns0.xsd |
The components that match a search performed on this NiFi.
XML
Elements
| name (type) |
min/max occurs |
description |
|
id (string)
|
0/1 |
The id of the component that matched.
|
|
groupId (string)
|
0/1 |
The group id of the component that matched.
|
|
name (string)
|
0/1 |
The name of the component that matched.
|
|
matches (string)
|
0/unbounded |
What matched the search string for this component.
|
JSON
| property |
type |
description |
| id |
id (string)
|
The id of the component that matched.
|
| groupId |
groupId (string)
|
The group id of the component that matched.
|
| name |
name (string)
|
The name of the component that matched.
|
| matches |
array of matches (string)
|
What matched the search string for this component.
|