config
| Namespace: |
(default namespace) |
| XML Schema: |
ns0.xsd |
Details for the controller configuration.
XML
Elements
| name (type) |
min/max occurs |
description |
|
maxTimerDrivenThreadCount (int)
|
0/1 |
The maximum number of timer driven threads this NiFi has available.
|
|
maxEventDrivenThreadCount (int)
|
0/1 |
The maximum number of event driven thread this NiFi has available.
|
|
name (string)
|
0/1 |
The name of this NiFi.
|
|
comments (string)
|
0/1 |
The comments for this NiFi.
|
|
autoRefreshIntervalSeconds (long)
|
0/1 |
The interval in seconds between the automatic NiFi refresh requests. This
value is read only.
|
|
timeOffset (int)
|
0/1 |
The time offset of the server.
|
|
contentViewerUrl (string)
|
0/1 |
Returns the URL for the content viewer if configured.
|
|
uri (string)
|
0/1 |
The URI for this NiFi controller.
|
JSON
| property |
type |
description |
| maxTimerDrivenThreadCount |
maxTimerDrivenThreadCount (int)
|
The maximum number of timer driven threads this NiFi has available.
|
| maxEventDrivenThreadCount |
maxEventDrivenThreadCount (int)
|
The maximum number of event driven thread this NiFi has available.
|
| name |
name (string)
|
The name of this NiFi.
|
| comments |
comments (string)
|
The comments for this NiFi.
|
| autoRefreshIntervalSeconds |
autoRefreshIntervalSeconds (long)
|
The interval in seconds between the automatic NiFi refresh requests. This
value is read only.
|
| timeOffset |
timeOffset (int)
|
The time offset of the server.
|
| contentViewerUrl |
contentViewerUrl (string)
|
Returns the URL for the content viewer if configured.
|
| uri |
uri (string)
|
The URI for this NiFi controller.
|