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] |
currentlyValid | Boolean | Whether or not the component is currently valid | [optional] |
resultsValid | Boolean | Whether or not the component will be valid if the Parameter Context is changed | [optional] |
resultantValidationErrors | List<String> | The validation errors that will apply to the component if the Parameter Context is changed | [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" |