| Name | Type | Description | Notes |
|---|---|---|---|
| revision | RevisionDTO | The revision for this request/response. The revision is required for any mutable flow requests and is included in all responses. | [optional] |
| state | StateEnum | The run status of the ControllerService. | [optional] |
| disconnectedNodeAcknowledged | Boolean | Acknowledges that this node is disconnected to allow for mutable requests to proceed. | [optional] |
| uiOnly | Boolean | Indicates whether or not responses should only include fields necessary for rendering the NiFi User Interface. As such, when this value is set to true, some fields may be returned as null values, and the selected fields may change at any time without notice. As a result, this value should not be set to true by any client other than the UI. | [optional] |
| Name | Value |
|---|---|
| ENABLED | "ENABLED" |
| DISABLED | "DISABLED" |