RemoteProcessGroupEntity

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 str The id of the component. [optional]
uri str 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]
component RemoteProcessGroupDTO [optional]
status RemoteProcessGroupStatusDTO The status of the remote process group. [optional]
input_port_count int The number of remote input ports currently available on the target. [optional]
output_port_count int The number of remote output ports currently available on the target. [optional]

[Back to Model list] [Back to API list] [Back to README]