Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.21 KB

UpdateControllerServiceReferenceRequestEntity.md

File metadata and controls

24 lines (17 loc) · 1.21 KB

UpdateControllerServiceReferenceRequestEntity

Properties

Name Type Description Notes
id String The identifier of the Controller Service. [optional]
state StateEnum The new state of the references for the controller service. [optional]
referencingComponentRevisions Map<String, RevisionDTO> The revisions for all referencing components. [optional]
disconnectedNodeAcknowledged Boolean Acknowledges that this node is disconnected to allow for mutable requests to proceed. [optional]
uiOnly Boolean Indicates whether or not the response 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]

Enum: StateEnum

Name Value
ENABLED "ENABLED"
DISABLED "DISABLED"
RUNNING "RUNNING"
STOPPED "STOPPED"