Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.62 KB

File metadata and controls

31 lines (24 loc) · 1.62 KB

AffectedComponentEntity

Properties

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]
id String The id of the component. [optional]
uri String The URI for futures requests to the component. [optional]
position PositionDTO The position of this component in the UI if applicable. [optional]
permissions PermissionsDTO The permissions for this component. [optional]
bulletins List<BulletinEntity> The bulletins for this component. [optional]
disconnectedNodeAcknowledged Boolean Acknowledges that this node is disconnected to allow for mutable requests to proceed. [optional]
component AffectedComponentDTO [optional]
processGroup ProcessGroupNameDTO The Process Group that the component belongs to [optional]
referenceType ReferenceTypeEnum The type of component referenced [optional]

Enum: ReferenceTypeEnum

Name Value
PROCESSOR "PROCESSOR"
CONTROLLER_SERVICE "CONTROLLER_SERVICE"
INPUT_PORT "INPUT_PORT"
OUTPUT_PORT "OUTPUT_PORT"
REMOTE_INPUT_PORT "REMOTE_INPUT_PORT"
REMOTE_OUTPUT_PORT "REMOTE_OUTPUT_PORT"