ProcessGroupEntity

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 ProcessGroupDTO [optional]
status ProcessGroupStatusDTO The status of the process group. [optional]
versioned_flow_snapshot VersionedFlowSnapshot Returns the Versioned Flow that describes the contents of the Versioned Flow to be imported [optional]
running_count int The number of running components in this process group. [optional]
stopped_count int The number of stopped components in the process group. [optional]
invalid_count int The number of invalid components in the process group. [optional]
disabled_count int The number of disabled components in the process group. [optional]
active_remote_port_count int The number of active remote ports in the process group. [optional]
inactive_remote_port_count int The number of inactive remote ports in the process group. [optional]
versioned_flow_state str The current state of the Process Group, as it relates to the Versioned Flow [optional]
up_to_date_count int The number of up to date versioned process groups in the process group. [optional]
locally_modified_count int The number of locally modified versioned process groups in the process group. [optional]
stale_count int The number of stale versioned process groups in the process group. [optional]
locally_modified_and_stale_count int The number of locally modified and stale versioned process groups in the process group. [optional]
sync_failure_count int The number of versioned process groups in the process group that are unable to sync to a registry. [optional]
input_port_count int The number of input ports in the process group. [optional]
output_port_count int The number of output ports in the process group. [optional]

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