| Name | Type | Description | Notes |
|---|---|---|---|
| processGroupId | String | The UUID of the Process Group that this component is in | [optional] |
| id | String | The UUID of this component | [optional] |
| referenceType | ReferenceTypeEnum | The type of this component | [optional] |
| name | String | The name of this component. | [optional] |
| state | String | The scheduled state of a processor or reporting task referencing a controller service. If this component is another controller service, this field represents the controller service state. | [optional] |
| activeThreadCount | Integer | The number of active threads for the referencing component. | [optional] |
| validationErrors | List<String> | The validation errors for the component. | [optional] |
| 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" |