Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.69 KB

RemoteProcessGroupEntity.md

File metadata and controls

20 lines (17 loc) · 1.69 KB

IO.Swagger.Model.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 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 bool? Acknowledges that this node is disconnected to allow for mutable requests to proceed. [optional]
Component RemoteProcessGroupDTO [optional]
Status RemoteProcessGroupStatusDTO The status of the remote process group. [optional]
InputPortCount int? The number of remote input ports currently available on the target. [optional]
OutputPortCount int? The number of remote output ports currently available on the target. [optional]
OperatePermissions PermissionsDTO The permissions for this component operations. [optional]

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