| Status Code | Type | Description |
|---|---|---|
| 200 | AccessStatusEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Unable to determine access status because the client could not be authenticated. |
| 403 | string | Unable to determine access status because the client is not authorized to make this request. |
| 409 | string | Unable to determine access status because NiFi is not in the appropriate state. |
| 500 | string | Unable to determine access status because an unexpected error occurred. |
| Status Code | Type | Description |
|---|---|---|
| 200 | AccessConfigurationEntity | successful operation |
| Status Code | Type | Description |
|---|---|---|
| 200 | successful operation | |
| 403 | string | Client is not authorized to make this request. |
| 409 | string | Unable to create the download token because NiFi is not in the appropriate state. (i.e. may not have any tokens to grant or be configured to support username/password login) |
| 500 | string | Unable to create download token because an unexpected error occurred. |
| Status Code | Type | Description |
|---|---|---|
| 200 | successful operation | |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | NiFi was unable to complete the request because it did not contain a valid Kerberos ticket in the Authorization header. Retry this request after initializing a ticket with kinit and ensuring your browser is configured to support SPNEGO. |
| 409 | string | Unable to create access token because NiFi is not in the appropriate state. (i.e. may not be configured to support Kerberos login. |
| 500 | string | Unable to create access token because an unexpected error occurred. |
| Status Code | Type | Description |
|---|---|---|
| default | string | successful operation |
| Status Code | Type | Description |
|---|---|---|
| default | string | successful operation |
| Status Code | Type | Description |
|---|---|---|
| default | string | successful operation |
| Status Code | Type | Description |
|---|---|---|
| 200 | string | User was logged out successfully. |
| 401 | string | Authentication token provided was empty or not in the correct JWT format. |
| 500 | string | Client failed to log out. |
| Status Code | Type | Description |
|---|---|---|
| default | string | successful operation |
| Status Code | Type | Description |
|---|---|---|
| 200 | successful operation |
| Status Code | Type | Description |
|---|---|---|
| default | string | successful operation |
| Status Code | Type | Description |
|---|---|---|
| default | string | successful operation |
| Name | Location | Type | Description |
|---|---|---|---|
| username | formData | string | |
| password | formData | string |
| Status Code | Type | Description |
|---|---|---|
| 200 | successful operation | |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 403 | string | Client is not authorized to make this request. |
| 409 | string | Unable to create access token because NiFi is not in the appropriate state. (i.e. may not be configured to support username/password login. |
| 500 | string | Unable to create access token because an unexpected error occurred. |
| Status Code | Type | Description |
|---|---|---|
| 200 | successful operation | |
| 403 | string | Client is not authorized to make this request. |
| 409 | string | Unable to create the download token because NiFi is not in the appropriate state. (i.e. may not have any tokens to grant or be configured to support username/password login) |
| 500 | string | Unable to create download token because an unexpected error occurred. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The connection id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ConnectionEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The connection id. |
| body | ConnectionEntity | The connection configuration details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ConnectionEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| version | query | string | The revision is used to verify the client is working with the latest version of the flow. |
| clientId | query | string | If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response. |
| disconnectedNodeAcknowledged | query | boolean | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| id | path | string | The connection id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ConnectionEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The controller service id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ControllerServiceEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The controller service id. |
| body | ControllerServiceEntity | The controller service configuration details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ControllerServiceEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| version | query | string | The revision is used to verify the client is working with the latest version of the flow. |
| clientId | query | string | If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response. |
| disconnectedNodeAcknowledged | query | boolean | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| id | path | string | The controller service id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ControllerServiceEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The controller service id. |
| propertyName | query | string | The property name to return the descriptor for. |
| Status Code | Type | Description |
|---|---|---|
| 200 | PropertyDescriptorEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The controller service id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ControllerServiceReferencingComponentsEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The controller service id. |
| body | UpdateControllerServiceReferenceRequestEntity | The controller service request update request. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ControllerServiceReferencingComponentsEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The controller service id. |
| body | ControllerServiceRunStatusEntity | The controller service run status. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ControllerServiceEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The controller service id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ComponentStateEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The controller service id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ComponentStateEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| body | BulletinEntity | The reporting task configuration details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | BulletinEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ClusterEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The node id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | NodeEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The node id. |
| body | NodeEntity | The node configuration. The only configuration that will be honored at this endpoint is the status. |
| Status Code | Type | Description |
|---|---|---|
| 200 | NodeEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The node id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | NodeEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ControllerConfigurationEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| body | ControllerConfigurationEntity | The controller configuration. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ControllerConfigurationEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| body | ControllerServiceEntity | The controller service configuration details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ControllerServiceEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| endDate | query | string | Purge actions before this date/time. |
| Status Code | Type | Description |
|---|---|---|
| 200 | HistoryEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| body | RegistryClientEntity | The registry configuration details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | RegistryClientEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Status Code | Type | Description |
|---|---|---|
| 200 | RegistryClientsEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The registry id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | RegistryClientEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The registry id. |
| body | RegistryClientEntity | The registry configuration details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | RegistryClientEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| version | query | string | The revision is used to verify the client is working with the latest version of the flow. |
| clientId | query | string | If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response. |
| disconnectedNodeAcknowledged | query | boolean | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| id | path | string | The registry id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | RegistryClientEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| body | ReportingTaskEntity | The reporting task configuration details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ReportingTaskEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| nodewise | query | boolean | Whether or not to include the breakdown per node. Optional, defaults to false |
| clusterNodeId | query | string | The id of the node where to get the status. |
| Status Code | Type | Description |
|---|---|---|
| 200 | CountersEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The id of the counter. |
| Status Code | Type | Description |
|---|---|---|
| 200 | CounterEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| portId | path | string | |
| transactionId | path | string |
| Status Code | Type | Description |
|---|---|---|
| 200 | TransactionResultEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| responseCode | query | integer (int32) | The response code. Available values are BAD_CHECKSUM(19), CONFIRM_TRANSACTION(12) or CANCEL_TRANSACTION(15). |
| portId | path | string | The input port id. |
| transactionId | path | string | The transaction id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | TransactionResultEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| 503 | string | NiFi instance is not ready for serving request, or temporarily overloaded. Retrying the same request later may be successful |
| Name | Location | Type | Description |
|---|---|---|---|
| portId | path | string | The input port id. |
| transactionId | path | string |
| Status Code | Type | Description |
|---|---|---|
| 200 | successful operation | |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| 503 | string | NiFi instance is not ready for serving request, or temporarily overloaded. Retrying the same request later may be successful |
| Name | Location | Type | Description |
|---|---|---|---|
| portId | path | string | |
| transactionId | path | string |
| Status Code | Type | Description |
|---|---|---|
| 200 | TransactionResultEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| 503 | string | NiFi instance is not ready for serving request, or temporarily overloaded. Retrying the same request later may be successful |
| Name | Location | Type | Description |
|---|---|---|---|
| responseCode | query | integer (int32) | The response code. Available values are CONFIRM_TRANSACTION(12) or CANCEL_TRANSACTION(15). |
| checksum | query | string | A checksum calculated at client side using CRC32 to check flow file content integrity. It must match with the value calculated at server side. |
| portId | path | string | The output port id. |
| transactionId | path | string | The transaction id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | TransactionResultEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| 503 | string | NiFi instance is not ready for serving request, or temporarily overloaded. Retrying the same request later may be successful |
| Name | Location | Type | Description |
|---|---|---|---|
| portId | path | string | The output port id. |
| transactionId | path | string |
| Status Code | Type | Description |
|---|---|---|
| 200 | StreamingOutput | There is no flow file to return. |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| 503 | string | NiFi instance is not ready for serving request, or temporarily overloaded. Retrying the same request later may be successful |
| Name | Location | Type | Description |
|---|---|---|---|
| portType | path | string | The port type. |
| portId | path | string |
| Status Code | Type | Description |
|---|---|---|
| 200 | TransactionResultEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| 503 | string | NiFi instance is not ready for serving request, or temporarily overloaded. Retrying the same request later may be successful |
| Status Code | Type | Description |
|---|---|---|
| 200 | AboutEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Status Code | Type | Description |
|---|---|---|
| 200 | BannerEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| after | query | string | Includes bulletins with an id after this value. |
| sourceName | query | string | Includes bulletins originating from this sources whose name match this regular expression. |
| message | query | string | Includes bulletins whose message that match this regular expression. |
| sourceId | query | string | Includes bulletins originating from this sources whose id match this regular expression. |
| groupId | query | string | Includes bulletins originating from this sources whose group id match this regular expression. |
| limit | query | string | The number of bulletins to limit the response to. |
| Status Code | Type | Description |
|---|---|---|
| 200 | BulletinBoardEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Status Code | Type | Description |
|---|---|---|
| 200 | successful operation | |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| q | query | string | Node address to search for. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ClusterSearchResultsEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ClusteSummaryEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Status Code | Type | Description |
|---|---|---|
| 200 | FlowConfigurationEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| nodewise | query | boolean | Whether or not to include the breakdown per node. Optional, defaults to false |
| clusterNodeId | query | string | The id of the node where to get the statistics. |
| id | path | string | The connection id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ConnectionStatisticsEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| nodewise | query | boolean | Whether or not to include the breakdown per node. Optional, defaults to false |
| clusterNodeId | query | string | The id of the node where to get the status. |
| id | path | string | The connection id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ConnectionStatusEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The connection id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | StatusHistoryEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| serviceType | query | string | If specified, will only return controller services that are compatible with this type of service. |
| serviceBundleGroup | query | string | If serviceType specified, is the bundle group of the serviceType. |
| serviceBundleArtifact | query | string | If serviceType specified, is the bundle artifact of the serviceType. |
| serviceBundleVersion | query | string | If serviceType specified, is the bundle version of the serviceType. |
| bundleGroupFilter | query | string | If specified, will only return types that are a member of this bundle group. |
| bundleArtifactFilter | query | string | If specified, will only return types that are a member of this bundle artifact. |
| typeFilter | query | string | If specified, will only return types whose fully qualified classname matches. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ControllerServiceTypesEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ControllerBulletinsEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ControllerServicesEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Status Code | Type | Description |
|---|---|---|
| 200 | CurrentUserEntity | successful operation |
| Name | Location | Type | Description |
|---|---|---|---|
| offset | query | string | The offset into the result set. |
| count | query | string | The number of actions to return. |
| sortColumn | query | string | The field to sort on. |
| sortOrder | query | string | The direction to sort. |
| startDate | query | string | Include actions after this date. |
| endDate | query | string | Include actions before this date. |
| userIdentity | query | string | Include actions performed by this user. |
| sourceId | query | string | Include actions on this component. |
| Status Code | Type | Description |
|---|---|---|
| 200 | HistoryEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| componentId | path | string | The component id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ComponentHistoryEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The action id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ActionEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| nodewise | query | boolean | Whether or not to include the breakdown per node. Optional, defaults to false |
| clusterNodeId | query | string | The id of the node where to get the status. |
| id | path | string | The input port id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | PortStatusEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| nodewise | query | boolean | Whether or not to include the breakdown per node. Optional, defaults to false |
| clusterNodeId | query | string | The id of the node where to get the status. |
| id | path | string | The output port id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | PortStatusEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ParameterContextsEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Status Code | Type | Description |
|---|---|---|
| 200 | PrioritizerTypesEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ProcessGroupFlowEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| body | ScheduleComponentsEntity | The request to schedule or unschedule. If the comopnents in the request are not specified, all authorized components will be considered. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ScheduleComponentsEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| includeAncestorGroups | query | boolean | Whether or not to include parent/ancestory process groups |
| includeDescendantGroups | query | boolean | Whether or not to include descendant process groups |
| Status Code | Type | Description |
|---|---|---|
| 200 | ControllerServicesEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| body | ActivateControllerServicesEntity | The request to schedule or unschedule. If the comopnents in the request are not specified, all authorized components will be considered. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ActivateControllerServicesEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| recursive | query | boolean | Whether all descendant groups and the status of their content will be included. Optional, defaults to false |
| nodewise | query | boolean | Whether or not to include the breakdown per node. Optional, defaults to false |
| clusterNodeId | query | string | The id of the node where to get the status. |
| id | path | string | The process group id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ProcessGroupStatusEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | StatusHistoryEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| bundleGroupFilter | query | string | If specified, will only return types that are a member of this bundle group. |
| bundleArtifactFilter | query | string | If specified, will only return types that are a member of this bundle artifact. |
| type | query | string | If specified, will only return types whose fully qualified classname matches. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ProcessorTypesEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| nodewise | query | boolean | Whether or not to include the breakdown per node. Optional, defaults to false |
| clusterNodeId | query | string | The id of the node where to get the status. |
| id | path | string | The processor id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ProcessorStatusEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The processor id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | StatusHistoryEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Status Code | Type | Description |
|---|---|---|
| 200 | RegistryClientsEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The registry id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | BucketsEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| registry-id | path | string | The registry id. |
| bucket-id | path | string | The bucket id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | VersionedFlowsEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| registry-id | path | string | The registry id. |
| bucket-id | path | string | The bucket id. |
| flow-id | path | string | The flow id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | VersionedFlowSnapshotMetadataSetEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| nodewise | query | boolean | Whether or not to include the breakdown per node. Optional, defaults to false |
| clusterNodeId | query | string | The id of the node where to get the status. |
| id | path | string | The remote process group id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | RemoteProcessGroupStatusEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The remote process group id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | StatusHistoryEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| bundleGroupFilter | query | string | If specified, will only return types that are a member of this bundle group. |
| bundleArtifactFilter | query | string | If specified, will only return types that are a member of this bundle artifact. |
| type | query | string | If specified, will only return types whose fully qualified classname matches. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ReportingTaskTypesEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ReportingTasksEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| q | query | string |
| Status Code | Type | Description |
|---|---|---|
| 200 | SearchResultsEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ControllerStatusEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Status Code | Type | Description |
|---|---|---|
| 200 | TemplatesEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The connection id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | DropRequestEntity | successful operation |
| 202 | string | The request has been accepted. A HTTP response header will contain the URI where the response can be polled. |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The connection id. |
| drop-request-id | path | string | The drop request id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | DropRequestEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The connection id. |
| drop-request-id | path | string | The drop request id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | DropRequestEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The connection id. |
| flowfile-uuid | path | string | The flowfile uuid. |
| clusterNodeId | query | string | The id of the node where the content exists if clustered. |
| Status Code | Type | Description |
|---|---|---|
| 200 | FlowFileEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| clientId | query | string | If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response. |
| id | path | string | The connection id. |
| flowfile-uuid | path | string | The flowfile uuid. |
| clusterNodeId | query | string | The id of the node where the content exists if clustered. |
| Status Code | Type | Description |
|---|---|---|
| 200 | StreamingOutput | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The connection id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ListingRequestEntity | successful operation |
| 202 | string | The request has been accepted. A HTTP response header will contain the URI where the response can be polled. |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The connection id. |
| listing-request-id | path | string | The listing request id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ListingRequestEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The connection id. |
| listing-request-id | path | string | The listing request id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ListingRequestEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The funnel id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | FunnelEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The funnel id. |
| body | FunnelEntity | The funnel configuration details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | FunnelEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| version | query | string | The revision is used to verify the client is working with the latest version of the flow. |
| clientId | query | string | If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response. |
| disconnectedNodeAcknowledged | query | boolean | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| id | path | string | The funnel id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | FunnelEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The input port id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | PortEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The input port id. |
| body | PortEntity | The input port configuration details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | PortEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| version | query | string | The revision is used to verify the client is working with the latest version of the flow. |
| clientId | query | string | If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response. |
| disconnectedNodeAcknowledged | query | boolean | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| id | path | string | The input port id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | PortEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The port id. |
| body | PortRunStatusEntity | The port run status. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ProcessorEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The label id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | LabelEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The label id. |
| body | LabelEntity | The label configuration details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | LabelEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| version | query | string | The revision is used to verify the client is working with the latest version of the flow. |
| clientId | query | string | If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response. |
| disconnectedNodeAcknowledged | query | boolean | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| id | path | string | The label id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | LabelEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The output port id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | PortEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The output port id. |
| body | PortEntity | The output port configuration details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | PortEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| version | query | string | The revision is used to verify the client is working with the latest version of the flow. |
| clientId | query | string | If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response. |
| disconnectedNodeAcknowledged | query | boolean | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| id | path | string | The output port id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | PortEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The port id. |
| body | PortRunStatusEntity | The port run status. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ProcessorEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| body | ParameterContextEntity | The Parameter Context. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ParameterContextEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| contextId | path | string | |
| body | ParameterContextEntity | The updated version of the parameter context. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ParameterContextUpdateRequestEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| contextId | path | string | The ID of the Parameter Context |
| requestId | path | string | The ID of the Update Request |
| Status Code | Type | Description |
|---|---|---|
| 200 | ParameterContextUpdateRequestEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| disconnectedNodeAcknowledged | query | boolean | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| contextId | path | string | The ID of the ParameterContext |
| requestId | path | string | The ID of the Update Request |
| Status Code | Type | Description |
|---|---|---|
| 200 | ParameterContextUpdateRequestEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| contextId | path | string | |
| body | ParameterContextValidationRequestEntity | The validation request |
| Status Code | Type | Description |
|---|---|---|
| 200 | ParameterContextValidationRequestEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| contextId | path | string | The ID of the Parameter Context |
| id | path | string | The ID of the Validation Request |
| Status Code | Type | Description |
|---|---|---|
| 200 | ParameterContextValidationRequestEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| disconnectedNodeAcknowledged | query | boolean | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| contextId | path | string | The ID of the Parameter Context |
| id | path | string | The ID of the Update Request |
| Status Code | Type | Description |
|---|---|---|
| 200 | ParameterContextValidationRequestEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The ID of the Parameter Context |
| Status Code | Type | Description |
|---|---|---|
| 200 | ParameterContextEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | |
| body | ParameterContextEntity | The updated Parameter Context |
| Status Code | Type | Description |
|---|---|---|
| 200 | ParameterContextEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| version | query | string | The version is used to verify the client is working with the latest version of the flow. |
| clientId | query | string | If the client id is not specified, a new one will be generated. This value (whether specified or generated) is included in the response. |
| disconnectedNodeAcknowledged | query | boolean | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| id | path | string | The Parameter Context ID. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ParameterContextEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| body | AccessPolicyEntity | The access policy configuration details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | AccessPolicyEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| action | path | string | The request action. |
| resource | path | string | The resource of the policy. |
| Status Code | Type | Description |
|---|---|---|
| 200 | AccessPolicyEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The access policy id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | AccessPolicyEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The access policy id. |
| body | AccessPolicyEntity | The access policy configuration details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | AccessPolicyEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| version | query | string | The revision is used to verify the client is working with the latest version of the flow. |
| clientId | query | string | If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response. |
| disconnectedNodeAcknowledged | query | boolean | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| id | path | string | The access policy id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | AccessPolicyEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| groupId | path | string | The process group id. |
| updateId | path | string | The ID of the Variable Registry Update Request |
| Status Code | Type | Description |
|---|---|---|
| 200 | VariableRegistryUpdateRequestEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| groupId | path | string | The process group id. |
| updateId | path | string | The ID of the Variable Registry Update Request |
| disconnectedNodeAcknowledged | query | boolean | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| Status Code | Type | Description |
|---|---|---|
| 200 | VariableRegistryUpdateRequestEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ProcessGroupEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| body | ProcessGroupEntity | The process group configuration details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ProcessGroupEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| version | query | string | The revision is used to verify the client is working with the latest version of the flow. |
| clientId | query | string | If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response. |
| disconnectedNodeAcknowledged | query | boolean | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| id | path | string | The process group id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ProcessGroupEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| body | ConnectionEntity | The connection configuration details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ConnectionEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ConnectionsEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| body | ControllerServiceEntity | The controller service configuration details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ControllerServiceEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | successful operation | |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| body | FunnelEntity | The funnel configuration details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | FunnelEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | FunnelsEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| body | PortEntity | The input port configuration details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | PortEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | InputPortsEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| body | LabelEntity | The label configuration details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | LabelEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | LabelsEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | FlowComparisonEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| body | PortEntity | The output port configuration. |
| Status Code | Type | Description |
|---|---|---|
| 200 | PortEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | OutputPortsEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| body | ProcessGroupEntity | The process group configuration details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ProcessGroupEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ProcessGroupsEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| body | ProcessorEntity | The processor configuration details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ProcessorEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| includeDescendantGroups | query | boolean | Whether or not to include processors from descendant process groups |
| Status Code | Type | Description |
|---|---|---|
| 200 | ProcessorsEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| body | RemoteProcessGroupEntity | The remote process group configuration details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | RemoteProcessGroupEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | RemoteProcessGroupsEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| body | CopySnippetRequestEntity | The copy snippet request. |
| Status Code | Type | Description |
|---|---|---|
| 200 | FlowEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| body | InstantiateTemplateRequestEntity | The instantiate template request. |
| Status Code | Type | Description |
|---|---|---|
| 200 | FlowEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| body | CreateTemplateRequestEntity | The create template request. |
| Status Code | Type | Description |
|---|---|---|
| 200 | TemplateEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | TemplateEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| body | Acknowledges that this node is disconnected to allow for mutable requests to proceed. | ||
| template | formData | file | The binary content of the template file being uploaded. |
| Status Code | Type | Description |
|---|---|---|
| 200 | TemplateEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| includeAncestorGroups | query | boolean | Whether or not to include ancestor groups |
| Status Code | Type | Description |
|---|---|---|
| 200 | VariableRegistryEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| body | VariableRegistryEntity | The variable registry configuration details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | VariableRegistryEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| body | VariableRegistryEntity | The variable registry configuration details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | VariableRegistryUpdateRequestEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The processor id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ProcessorEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The processor id. |
| body | ProcessorEntity | The processor configuration details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ProcessorEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| version | query | string | The revision is used to verify the client is working with the latest version of the flow. |
| clientId | query | string | If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response. |
| disconnectedNodeAcknowledged | query | boolean | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| id | path | string | The processor id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ProcessorEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| clientId | query | string | If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response. |
| id | path | string | The processor id. |
| propertyName | query | string | The property name. |
| Status Code | Type | Description |
|---|---|---|
| 200 | PropertyDescriptorEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The processor id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ProcessorEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The processor id. |
| body | ProcessorRunStatusEntity | The processor run status. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ProcessorEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The processor id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ComponentStateEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The processor id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ComponentStateEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The processor id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ProcessorEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| body | ProvenanceEntity | The provenance query details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ProvenanceEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| body | SubmitReplayRequestEntity | The replay request. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ProvenanceEventEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| clusterNodeId | query | string | The id of the node where this event exists if clustered. |
| id | path | string | The provenance event id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ProvenanceEventEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| clusterNodeId | query | string | The id of the node where the content exists if clustered. |
| id | path | string | The provenance event id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | StreamingOutput | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| clusterNodeId | query | string | The id of the node where the content exists if clustered. |
| id | path | string | The provenance event id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | StreamingOutput | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| body | LineageEntity | The lineage query details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | LineageEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| clusterNodeId | query | string | The id of the node where this query exists if clustered. |
| id | path | string | The id of the lineage query. |
| Status Code | Type | Description |
|---|---|---|
| 200 | LineageEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| clusterNodeId | query | string | The id of the node where this query exists if clustered. |
| id | path | string | The id of the lineage query. |
| Status Code | Type | Description |
|---|---|---|
| 200 | LineageEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ProvenanceOptionsEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| clusterNodeId | query | string | The id of the node where this query exists if clustered. |
| summarize | query | boolean | Whether or not incremental results are returned. If false, provenance events are only returned once the query completes. This property is true by default. |
| incrementalResults | query | boolean | Whether or not to summarize provenance events returned. This property is false by default. |
| id | path | string | The id of the provenance query. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ProvenanceEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| clusterNodeId | query | string | The id of the node where this query exists if clustered. |
| id | path | string | The id of the provenance query. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ProvenanceEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The remote process group id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | RemoteProcessGroupEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The remote process group id. |
| body | RemoteProcessGroupEntity | The remote process group. |
| Status Code | Type | Description |
|---|---|---|
| 200 | RemoteProcessGroupEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| version | query | string | The revision is used to verify the client is working with the latest version of the flow. |
| clientId | query | string | If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response. |
| disconnectedNodeAcknowledged | query | boolean | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| id | path | string | The remote process group id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | RemoteProcessGroupEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The remote process group id. |
| port-id | path | string | The remote process group port id. |
| body | RemoteProcessGroupPortEntity | The remote process group port. |
| Status Code | Type | Description |
|---|---|---|
| 200 | RemoteProcessGroupPortEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The remote process group id. |
| port-id | path | string | The remote process group port id. |
| body | RemotePortRunStatusEntity | The remote process group port. |
| Status Code | Type | Description |
|---|---|---|
| 200 | RemoteProcessGroupPortEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The remote process group id. |
| port-id | path | string | The remote process group port id. |
| body | RemoteProcessGroupPortEntity | The remote process group port. |
| Status Code | Type | Description |
|---|---|---|
| 200 | RemoteProcessGroupPortEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The remote process group id. |
| port-id | path | string | The remote process group port id. |
| body | RemotePortRunStatusEntity | The remote process group port. |
| Status Code | Type | Description |
|---|---|---|
| 200 | RemoteProcessGroupPortEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The remote process group id. |
| body | RemotePortRunStatusEntity | The remote process group run status. |
| Status Code | Type | Description |
|---|---|---|
| 200 | RemoteProcessGroupEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The processor id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ComponentStateEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The reporting task id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ReportingTaskEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The reporting task id. |
| body | ReportingTaskEntity | The reporting task configuration details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ReportingTaskEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| version | query | string | The revision is used to verify the client is working with the latest version of the flow. |
| clientId | query | string | If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response. |
| disconnectedNodeAcknowledged | query | boolean | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| id | path | string | The reporting task id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ReportingTaskEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The reporting task id. |
| propertyName | query | string | The property name. |
| Status Code | Type | Description |
|---|---|---|
| 200 | PropertyDescriptorEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The reporting task id. |
| body | ReportingTaskRunStatusEntity | The reporting task run status. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ReportingTaskEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The reporting task id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ComponentStateEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The reporting task id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ComponentStateEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ResourcesEntity | successful operation |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| Status Code | Type | Description |
|---|---|---|
| 200 | ControllerEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Status Code | Type | Description |
|---|---|---|
| 200 | PeersEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| body | SnippetEntity | The snippet configuration details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | SnippetEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The snippet id. |
| body | SnippetEntity | The snippet configuration details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | SnippetEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| disconnectedNodeAcknowledged | query | boolean | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| id | path | string | The snippet id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | SnippetEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| nodewise | query | boolean | Whether or not to include the breakdown per node. Optional, defaults to false |
| clusterNodeId | query | string | The id of the node where to get the status. |
| Status Code | Type | Description |
|---|---|---|
| 200 | SystemDiagnosticsEntity | successful operation |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| Name | Location | Type | Description |
|---|---|---|---|
| disconnectedNodeAcknowledged | query | boolean | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| id | path | string | The template id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | TemplateEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The template id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | successful operation | |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| q | query | string | Identity to search for. |
| Status Code | Type | Description |
|---|---|---|
| 200 | TenantsEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| body | UserGroupEntity | The user group configuration details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | UserGroupEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Status Code | Type | Description |
|---|---|---|
| 200 | UserGroupsEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The user group id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | UserGroupEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The user group id. |
| body | UserGroupEntity | The user group configuration details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | UserGroupEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| version | query | string | The revision is used to verify the client is working with the latest version of the flow. |
| clientId | query | string | If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response. |
| disconnectedNodeAcknowledged | query | boolean | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| id | path | string | The user group id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | UserGroupEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| body | UserEntity | The user configuration details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | UserEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Status Code | Type | Description |
|---|---|---|
| 200 | UsersEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The user id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | UserEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The user id. |
| body | UserEntity | The user configuration details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | UserEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| version | query | string | The revision is used to verify the client is working with the latest version of the flow. |
| clientId | query | string | If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response. |
| disconnectedNodeAcknowledged | query | boolean | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| id | path | string | The user id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | UserEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| body | CreateActiveRequestEntity | The versioned flow details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | successful operation | |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The request ID. |
| body | VersionControlComponentMappingEntity | The version control component mapping. |
| Status Code | Type | Description |
|---|---|---|
| 200 | VersionControlInformationEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| disconnectedNodeAcknowledged | query | boolean | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| id | path | string | The request ID. |
| Status Code | Type | Description |
|---|---|---|
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| body | StartVersionControlRequestEntity | The versioned flow details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | VersionControlInformationEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | VersionControlInformationEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| body | VersionedFlowSnapshotEntity | The controller service configuration details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | VersionControlInformationEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| version | query | string | The version is used to verify the client is working with the latest version of the flow. |
| clientId | query | string | If the client id is not specified, a new one will be generated. This value (whether specified or generated) is included in the response. |
| disconnectedNodeAcknowledged | query | boolean | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| id | path | string | The process group id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | VersionControlInformationEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| Status Code | Type | Description |
|---|---|---|
| 200 | successful operation | |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| body | VersionControlInformationEntity | The controller service configuration details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | VersionedFlowUpdateRequestEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The ID of the Revert Request |
| Status Code | Type | Description |
|---|---|---|
| 200 | VersionedFlowUpdateRequestEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| disconnectedNodeAcknowledged | query | boolean | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| id | path | string | The ID of the Revert Request |
| Status Code | Type | Description |
|---|---|---|
| 200 | VersionedFlowUpdateRequestEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The process group id. |
| body | VersionControlInformationEntity | The controller service configuration details. |
| Status Code | Type | Description |
|---|---|---|
| 200 | VersionedFlowUpdateRequestEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| id | path | string | The ID of the Update Request |
| Status Code | Type | Description |
|---|---|---|
| 200 | VersionedFlowUpdateRequestEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Location | Type | Description |
|---|---|---|---|
| disconnectedNodeAcknowledged | query | boolean | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| id | path | string | The ID of the Update Request |
| Status Code | Type | Description |
|---|---|---|
| 200 | VersionedFlowUpdateRequestEntity | successful operation |
| 400 | string | NiFi was unable to complete the request because it was invalid. The request should not be retried without modification. |
| 401 | string | Client could not be authenticated. |
| 403 | string | Client is not authorized to make this request. |
| 404 | string | The specified resource could not be found. |
| 409 | string | The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful. |
| Name | Type | Required | Description |
|---|---|---|---|
| title | string | optional | The title to be used on the page and in the about dialog. |
| version | string | optional | The version of this NiFi. |
| uri | string | optional | The URI for the NiFi. |
| contentViewerUrl | string | optional | The URL for the content viewer if configured. |
| timezone | string | optional | The timezone of the NiFi instance. This property is read only. |
| buildTag | string | optional | Build tag |
| buildRevision | string | optional | Build revision or commit hash |
| buildBranch | string | optional | Build branch |
| buildTimestamp | string | optional | Build timestamp |
{
"title": "value",
"version": "value",
"uri": "value",
"contentViewerUrl": "value",
"timezone": "value",
"buildTag": "value",
"buildRevision": "value",
"buildBranch": "value",
"buildTimestamp": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| supportsLogin | boolean | optional | Indicates whether or not this NiFi supports user login. This property is read only. |
{
"supportsLogin": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| config | AccessConfigurationDTO | optional |
{
"config": AccessConfigurationDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the component. |
| versionedComponentId | string | optional | The ID of the corresponding component that is under version control |
| parentGroupId | string | optional | The id of parent process group of this component if applicable. |
| position | PositionDTO | optional | The position of this component in the UI if applicable. |
| resource | string | optional | The resource for this access policy. |
| action | string | optional | The action associated with this access policy. Allowable values: read, write |
| componentReference | ComponentReferenceEntity | optional | Component this policy references if applicable. |
| configurable | boolean | optional | Whether this policy is configurable. |
| users | array[TenantEntity] | optional | The set of user IDs associated with this access policy. |
| userGroups | array[TenantEntity] | optional | The set of user group IDs associated with this access policy. |
{
"id": "value",
"versionedComponentId": "value",
"parentGroupId": "value",
"position": PositionDTO{…},
"resource": "value",
"action": "value",
"componentReference": ComponentReferenceEntity{…},
"configurable": true,
"users": [TenantEntity{…}],
"userGroups": [TenantEntity{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| revision | RevisionDTO | optional | The revision for this request/response. The revision is required for any mutable flow requests and is included in all responses. |
| id | string | optional | The id of the component. |
| uri | string | optional | The URI for futures requests to the component. |
| position | PositionDTO | optional | The position of this component in the UI if applicable. |
| permissions | PermissionsDTO | optional | The permissions for this component. |
| bulletins | array[BulletinEntity] | optional | The bulletins for this component. |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| generated | string | optional | When this content was generated. |
| component | AccessPolicyDTO | optional |
{
"revision": RevisionDTO{…},
"id": "value",
"uri": "value",
"position": PositionDTO{…},
"permissions": PermissionsDTO{…},
"bulletins": [BulletinEntity{…}],
"disconnectedNodeAcknowledged": true,
"generated": "value",
"component": AccessPolicyDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the component. |
| versionedComponentId | string | optional | The ID of the corresponding component that is under version control |
| parentGroupId | string | optional | The id of parent process group of this component if applicable. |
| position | PositionDTO | optional | The position of this component in the UI if applicable. |
| resource | string | optional | The resource for this access policy. |
| action | string | optional | The action associated with this access policy. Allowable values: read, write |
| componentReference | ComponentReferenceEntity | optional | Component this policy references if applicable. |
| configurable | boolean | optional | Whether this policy is configurable. |
{
"id": "value",
"versionedComponentId": "value",
"parentGroupId": "value",
"position": PositionDTO{…},
"resource": "value",
"action": "value",
"componentReference": ComponentReferenceEntity{…},
"configurable": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| revision | RevisionDTO | optional | The revision for this request/response. The revision is required for any mutable flow requests and is included in all responses. |
| id | string | optional | The id of the component. |
| uri | string | optional | The URI for futures requests to the component. |
| position | PositionDTO | optional | The position of this component in the UI if applicable. |
| permissions | PermissionsDTO | optional | The permissions for this component. |
| bulletins | array[BulletinEntity] | optional | The bulletins for this component. |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| component | AccessPolicySummaryDTO | optional |
{
"revision": RevisionDTO{…},
"id": "value",
"uri": "value",
"position": PositionDTO{…},
"permissions": PermissionsDTO{…},
"bulletins": [BulletinEntity{…}],
"disconnectedNodeAcknowledged": true,
"component": AccessPolicySummaryDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| identity | string | optional | The user identity. This property is read only. |
| status | string | optional | The user access status. This property is read only. |
| message | string | optional | Additional details about the user access status. This property is read only. |
{
"identity": "value",
"status": "value",
"message": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| accessStatus | AccessStatusDTO | optional |
{
"accessStatus": AccessStatusDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | integer (int32) | optional | The action id. |
| userIdentity | string | optional | The identity of the user that performed the action. |
| timestamp | string | optional | The timestamp of the action. |
| sourceId | string | optional | The id of the source component. |
| sourceName | string | optional | The name of the source component. |
| sourceType | string | optional | The type of the source component. |
| componentDetails | ComponentDetailsDTO | optional | The details of the source component. |
| operation | string | optional | The operation that was performed. |
| actionDetails | ActionDetailsDTO | optional | The details of the action. |
{
"id": 0,
"userIdentity": "value",
"timestamp": "value",
"sourceId": "value",
"sourceName": "value",
"sourceType": "value",
"componentDetails": ComponentDetailsDTO{…},
"operation": "value",
"actionDetails": ActionDetailsDTO{…},
}
| Name | Type | Required | Description |
|---|
{
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | integer (int32) | optional | |
| timestamp | string | optional | The timestamp of the action. |
| sourceId | string | optional | |
| canRead | boolean | optional | Indicates whether the user can read a given resource. This property is read only. |
| action | ActionDTO | optional |
{
"id": 0,
"timestamp": "value",
"sourceId": "value",
"canRead": true,
"action": ActionDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the ProcessGroup |
| state | string | optional | The desired state of the descendant components Allowable values: ENABLED, DISABLED |
| components | object | optional | Optional services to schedule. If not specified, all authorized descendant controller services will be used. |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
{
"id": "value",
"state": "value",
"components": {
"name": RevisionDTO{…}
},
"disconnectedNodeAcknowledged": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| processGroupId | string | optional | The UUID of the Process Group that this component is in |
| id | string | optional | The UUID of this component |
| referenceType | string | optional | The type of this component Allowable values: PROCESSOR, CONTROLLER_SERVICE, INPUT_PORT, OUTPUT_PORT, REMOTE_INPUT_PORT, REMOTE_OUTPUT_PORT |
| name | string | optional | The name of this component. |
| state | string | optional | 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. |
| activeThreadCount | integer (int32) | optional | The number of active threads for the referencing component. |
| validationErrors | array[string] | optional | The validation errors for the component. |
{
"processGroupId": "value",
"id": "value",
"referenceType": "value",
"name": "value",
"state": "value",
"activeThreadCount": 0,
"validationErrors": ["value"],
}
| Name | Type | Required | Description |
|---|---|---|---|
| revision | RevisionDTO | optional | The revision for this request/response. The revision is required for any mutable flow requests and is included in all responses. |
| id | string | optional | The id of the component. |
| uri | string | optional | The URI for futures requests to the component. |
| position | PositionDTO | optional | The position of this component in the UI if applicable. |
| permissions | PermissionsDTO | optional | The permissions for this component. |
| bulletins | array[BulletinEntity] | optional | The bulletins for this component. |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| component | AffectedComponentDTO | optional | |
| processGroup | ProcessGroupNameDTO | optional | The Process Group that the component belongs to |
| referenceType | string | optional | The type of component referenced Allowable values: PROCESSOR, CONTROLLER_SERVICE, INPUT_PORT, OUTPUT_PORT, REMOTE_INPUT_PORT, REMOTE_OUTPUT_PORT |
{
"revision": RevisionDTO{…},
"id": "value",
"uri": "value",
"position": PositionDTO{…},
"permissions": PermissionsDTO{…},
"bulletins": [BulletinEntity{…}],
"disconnectedNodeAcknowledged": true,
"component": AffectedComponentDTO{…},
"processGroup": ProcessGroupNameDTO{…},
"referenceType": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| displayName | string | optional | A human readable value that is allowed for the property descriptor. |
| value | string | optional | A value that is allowed for the property descriptor. |
| description | string | optional | A description for this allowable value. |
{
"displayName": "value",
"value": "value",
"description": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| allowableValue | AllowableValueDTO | optional | |
| canRead | boolean | optional | Indicates whether the user can read a given resource. This property is read only. |
{
"allowableValue": AllowableValueDTO{…},
"canRead": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| name | string | optional | The attribute name. |
| value | string | optional | The attribute value. |
| previousValue | string | optional | The value of the attribute before the event took place. |
{
"name": "value",
"value": "value",
"previousValue": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| headerText | string | optional | The header text. |
| footerText | string | optional | The footer text. |
{
"headerText": "value",
"footerText": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| count | integer (int32) | optional | Preferred number of flow files to include in a transaction. |
| size | string | optional | Preferred number of bytes to include in a transaction. |
| duration | string | optional | Preferred amount of time that a transaction should span. |
{
"count": 0,
"size": "value",
"duration": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| count | integer (int32) | optional | Preferred number of flow files to include in a transaction. |
| size | string | optional | Preferred number of bytes to include in a transaction. |
| duration | string | optional | Preferred amount of time that a transaction should span. |
{
"count": 0,
"size": "value",
"duration": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| link | JaxbLink | optional | An WebLink to this entity. This property is read only. |
| identifier | string | optional | An ID to uniquely identify this object. This property is read only. |
| name | string | required | The name of the bucket. |
| createdTimestamp | integer (int64) | optional | The timestamp of when the bucket was first created. This is set by the server at creation time. This property is read only. |
| description | string | optional | A description of the bucket. |
| allowBundleRedeploy | boolean | optional | Indicates if this bucket allows the same version of an extension bundle to be redeployed and thus overwrite the existing artifact. By default this is false. |
| allowPublicRead | boolean | optional | Indicates if this bucket allows read access to unauthenticated anonymous users |
| permissions | Permissions | optional | The access that the current user has to this bucket. This property is read only. |
{
"link": JaxbLink{…},
"identifier": "value",
"name": "value",
"createdTimestamp": 0,
"description": "value",
"allowBundleRedeploy": true,
"allowPublicRead": true,
"permissions": Permissions{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The bucket identifier |
| name | string | optional | The bucket name |
| description | string | optional | The bucket description |
| created | integer (int64) | optional | The created timestamp of this bucket |
{
"id": "value",
"name": "value",
"description": "value",
"created": 0,
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | |
| bucket | BucketDTO | optional | |
| permissions | PermissionsDTO | optional |
{
"id": "value",
"bucket": BucketDTO{…},
"permissions": PermissionsDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| buckets | array[BucketEntity] | optional |
{
"buckets": [BucketEntity{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| bulletins | array[BulletinEntity] | optional | The bulletins in the bulletin board, that matches the supplied request. |
| generated | string | optional | The timestamp when this report was generated. |
{
"bulletins": [BulletinEntity{…}],
"generated": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| bulletinBoard | BulletinBoardDTO | optional |
{
"bulletinBoard": BulletinBoardDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | integer (int64) | optional | The id of the bulletin. |
| nodeAddress | string | optional | If clustered, the address of the node from which the bulletin originated. |
| category | string | optional | The category of this bulletin. |
| groupId | string | optional | The group id of the source component. |
| sourceId | string | optional | The id of the source component. |
| sourceName | string | optional | The name of the source component. |
| level | string | optional | The level of the bulletin. |
| message | string | optional | The bulletin message. |
| timestamp | string | optional | When this bulletin was generated. |
{
"id": 0,
"nodeAddress": "value",
"category": "value",
"groupId": "value",
"sourceId": "value",
"sourceName": "value",
"level": "value",
"message": "value",
"timestamp": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | integer (int64) | optional | |
| groupId | string | optional | |
| sourceId | string | optional | |
| timestamp | string | optional | When this bulletin was generated. |
| nodeAddress | string | optional | |
| canRead | boolean | optional | Indicates whether the user can read a given resource. This property is read only. |
| bulletin | BulletinDTO | optional |
{
"id": 0,
"groupId": "value",
"sourceId": "value",
"timestamp": "value",
"nodeAddress": "value",
"canRead": true,
"bulletin": BulletinDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| group | string | optional | The group of the bundle |
| artifact | string | optional | The artifact of the bundle |
| version | string | optional | The version of the bundle |
{
"group": "value",
"artifact": "value",
"version": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| group | string | optional | The group of the bundle. |
| artifact | string | optional | The artifact of the bundle. |
| version | string | optional | The version of the bundle. |
{
"group": "value",
"artifact": "value",
"version": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| clusterSummary | ClusterSummaryDTO | optional |
{
"clusterSummary": ClusterSummaryDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| nodes | array[NodeDTO] | optional | The collection of nodes that are part of the cluster. |
| generated | string | optional | The timestamp the report was generated. |
{
"nodes": [NodeDTO{…}],
"generated": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| cluster | ClusterDTO | optional |
{
"cluster": ClusterDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| nodeResults | array[NodeSearchResultDTO] | optional |
{
"nodeResults": [NodeSearchResultDTO{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| connectedNodes | string | optional | When clustered, reports the number of nodes connected vs the number of nodes in the cluster. |
| connectedNodeCount | integer (int32) | optional | The number of nodes that are currently connected to the cluster |
| totalNodeCount | integer (int32) | optional | The number of nodes in the cluster, regardless of whether or not they are connected |
| clustered | boolean | optional | Whether this NiFi instance is clustered. |
| connectedToCluster | boolean | optional | Whether this NiFi instance is connected to a cluster. |
{
"connectedNodes": "value",
"connectedNodeCount": 0,
"totalNodeCount": 0,
"clustered": true,
"connectedToCluster": true,
}
| Name | Type | Required | Description |
|---|
{
}
| Name | Type | Required | Description |
|---|---|---|---|
| componentType | string | optional | The type of component |
| componentId | string | optional | The ID of the component |
| componentName | string | optional | The name of the component |
| processGroupId | string | optional | The ID of the Process Group that the component belongs to |
| differences | array[DifferenceDTO] | optional | The differences in the component between the two flows |
{
"componentType": "value",
"componentId": "value",
"componentName": "value",
"processGroupId": "value",
"differences": [DifferenceDTO{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| componentId | string | optional | The component id. |
| propertyHistory | object | optional | The history for the properties of the component. |
{
"componentId": "value",
"propertyHistory": {
"name": PropertyHistoryDTO{…}
},
}
| Name | Type | Required | Description |
|---|---|---|---|
| componentHistory | ComponentHistoryDTO | optional |
{
"componentHistory": ComponentHistoryDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the component. |
| versionedComponentId | string | optional | The ID of the corresponding component that is under version control |
| parentGroupId | string | optional | The id of parent process group of this component if applicable. |
| position | PositionDTO | optional | The position of this component in the UI if applicable. |
| name | string | optional | The name of the component. |
{
"id": "value",
"versionedComponentId": "value",
"parentGroupId": "value",
"position": PositionDTO{…},
"name": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| revision | RevisionDTO | optional | The revision for this request/response. The revision is required for any mutable flow requests and is included in all responses. |
| id | string | optional | The id of the component. |
| uri | string | optional | The URI for futures requests to the component. |
| position | PositionDTO | optional | The position of this component in the UI if applicable. |
| permissions | PermissionsDTO | optional | The permissions for this component. |
| bulletins | array[BulletinEntity] | optional | The bulletins for this component. |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| parentGroupId | string | optional | The id of parent process group of this component if applicable. |
| component | ComponentReferenceDTO | optional |
{
"revision": RevisionDTO{…},
"id": "value",
"uri": "value",
"position": PositionDTO{…},
"permissions": PermissionsDTO{…},
"bulletins": [BulletinEntity{…}],
"disconnectedNodeAcknowledged": true,
"parentGroupId": "value",
"component": ComponentReferenceDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| requiredPermission | RequiredPermissionDTO | optional | The required permission necessary for this restriction. |
| permissions | PermissionsDTO | optional | The permissions for this component restriction. Note: the read permission are not used and will always be false. |
{
"requiredPermission": RequiredPermissionDTO{…},
"permissions": PermissionsDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the component that matched the search. |
| groupId | string | optional | The group id of the component that matched the search. |
| parentGroup | SearchResultGroupDTO | optional | The parent group of the component that matched the search. |
| versionedGroup | SearchResultGroupDTO | optional | The nearest versioned ancestor group of the component that matched the search. |
| name | string | optional | The name of the component that matched the search. |
| matches | array[string] | optional | What matched the search from the component. |
{
"id": "value",
"groupId": "value",
"parentGroup": SearchResultGroupDTO{…},
"versionedGroup": SearchResultGroupDTO{…},
"name": "value",
"matches": ["value"],
}
| Name | Type | Required | Description |
|---|---|---|---|
| componentId | string | optional | The component identifier. |
| stateDescription | string | optional | Description of the state this component persists. |
| clusterState | StateMapDTO | optional | The cluster state for this component, or null if this NiFi is a standalone instance. |
| localState | StateMapDTO | optional | The local state for this component. |
{
"componentId": "value",
"stateDescription": "value",
"clusterState": StateMapDTO{…},
"localState": StateMapDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| componentState | ComponentStateDTO | optional | The component state. |
{
"componentState": ComponentStateDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| processGroupId | string | optional | The UUID of the Process Group that this component is in |
| id | string | optional | The UUID of this component |
| referenceType | string | optional | The type of this component Allowable values: PROCESSOR, CONTROLLER_SERVICE, INPUT_PORT, OUTPUT_PORT, REMOTE_INPUT_PORT, REMOTE_OUTPUT_PORT |
| name | string | optional | The name of this component. |
| state | string | optional | 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. |
| activeThreadCount | integer (int32) | optional | The number of active threads for the referencing component. |
| validationErrors | array[string] | optional | The validation errors for the component. |
| currentlyValid | boolean | optional | Whether or not the component is currently valid |
| resultsValid | boolean | optional | Whether or not the component will be valid if the Parameter Context is changed |
| resultantValidationErrors | array[string] | optional | The validation errors that will apply to the component if the Parameter Context is changed |
{
"processGroupId": "value",
"id": "value",
"referenceType": "value",
"name": "value",
"state": "value",
"activeThreadCount": 0,
"validationErrors": ["value"],
"currentlyValid": true,
"resultsValid": true,
"resultantValidationErrors": ["value"],
}
| Name | Type | Required | Description |
|---|---|---|---|
| revision | RevisionDTO | optional | The revision for this request/response. The revision is required for any mutable flow requests and is included in all responses. |
| id | string | optional | The id of the component. |
| uri | string | optional | The URI for futures requests to the component. |
| position | PositionDTO | optional | The position of this component in the UI if applicable. |
| permissions | PermissionsDTO | optional | The permissions for this component. |
| bulletins | array[BulletinEntity] | optional | The bulletins for this component. |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| component | ComponentValidationResultDTO | optional |
{
"revision": RevisionDTO{…},
"id": "value",
"uri": "value",
"position": PositionDTO{…},
"permissions": PermissionsDTO{…},
"bulletins": [BulletinEntity{…}],
"disconnectedNodeAcknowledged": true,
"component": ComponentValidationResultDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| validationResults | array[ComponentValidationResultEntity] | optional | A List of ComponentValidationResultEntity, one for each component that is validated |
{
"validationResults": [ComponentValidationResultEntity{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required | The id of the connectable component. |
| type | string | required | The type of component the connectable is. Allowable values: PROCESSOR, REMOTE_INPUT_PORT, REMOTE_OUTPUT_PORT, INPUT_PORT, OUTPUT_PORT, FUNNEL |
| groupId | string | required | The id of the group that the connectable component resides in |
| name | string | optional | The name of the connectable component |
| comments | string | optional | The comments for the connectable component. |
{
"id": "value",
"type": "value",
"groupId": "value",
"name": "value",
"comments": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required | The id of the connectable component. |
| versionedComponentId | string | optional | The ID of the corresponding component that is under version control |
| type | string | required | The type of component the connectable is. Allowable values: PROCESSOR, REMOTE_INPUT_PORT, REMOTE_OUTPUT_PORT, INPUT_PORT, OUTPUT_PORT, FUNNEL |
| groupId | string | required | The id of the group that the connectable component resides in |
| name | string | optional | The name of the connectable component |
| running | boolean | optional | Reflects the current state of the connectable component. |
| transmitting | boolean | optional | If the connectable component represents a remote port, indicates if the target is configured to transmit. |
| exists | boolean | optional | If the connectable component represents a remote port, indicates if the target exists. |
| comments | string | optional | The comments for the connectable component. |
{
"id": "value",
"versionedComponentId": "value",
"type": "value",
"groupId": "value",
"name": "value",
"running": true,
"transmitting": true,
"exists": true,
"comments": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the component. |
| versionedComponentId | string | optional | The ID of the corresponding component that is under version control |
| parentGroupId | string | optional | The id of parent process group of this component if applicable. |
| position | PositionDTO | optional | The position of this component in the UI if applicable. |
| source | ConnectableDTO | optional | The source of the connection. |
| destination | ConnectableDTO | optional | The destination of the connection. |
| name | string | optional | The name of the connection. |
| labelIndex | integer (int32) | optional | The index of the bend point where to place the connection label. |
| getzIndex | integer (int64) | optional | The z index of the connection. |
| selectedRelationships | array[string] | optional | The selected relationship that comprise the connection. |
| availableRelationships | array[string] | optional | The relationships that the source of the connection currently supports. This property is read only. |
| backPressureObjectThreshold | integer (int64) | optional | The object count threshold for determining when back pressure is applied. Updating this value is a passive change in the sense that it won't impact whether existing files over the limit are affected but it does help feeder processors to stop pushing too much into this work queue. |
| backPressureDataSizeThreshold | string | optional | The object data size threshold for determining when back pressure is applied. Updating this value is a passive change in the sense that it won't impact whether existing files over the limit are affected but it does help feeder processors to stop pushing too much into this work queue. |
| flowFileExpiration | string | optional | The amount of time a flow file may be in the flow before it will be automatically aged out of the flow. Once a flow file reaches this age it will be terminated from the flow the next time a processor attempts to start work on it. |
| prioritizers | array[string] | optional | The comparators used to prioritize the queue. |
| bends | array[PositionDTO] | optional | The bend points on the connection. |
| loadBalanceStrategy | string | optional | How to load balance the data in this Connection across the nodes in the cluster. Allowable values: DO_NOT_LOAD_BALANCE, PARTITION_BY_ATTRIBUTE, ROUND_ROBIN, SINGLE_NODE |
| loadBalancePartitionAttribute | string | optional | The FlowFile Attribute to use for determining which node a FlowFile will go to if the Load Balancing Strategy is set to PARTITION_BY_ATTRIBUTE |
| loadBalanceCompression | string | optional | Whether or not data should be compressed when being transferred between nodes in the cluster. Allowable values: DO_NOT_COMPRESS, COMPRESS_ATTRIBUTES_ONLY, COMPRESS_ATTRIBUTES_AND_CONTENT |
| loadBalanceStatus | string | optional | The current status of the Connection's Load Balancing Activities. Status can indicate that Load Balancing is not configured for the connection, that Load Balancing is configured but inactive (not currently transferring data to another node), or that Load Balancing is configured and actively transferring data to another node. Allowable values: LOAD_BALANCE_NOT_CONFIGURED, LOAD_BALANCE_INACTIVE, LOAD_BALANCE_ACTIVE This property is read only. |
{
"id": "value",
"versionedComponentId": "value",
"parentGroupId": "value",
"position": PositionDTO{…},
"source": ConnectableDTO{…},
"destination": ConnectableDTO{…},
"name": "value",
"labelIndex": 0,
"getzIndex": 0,
"selectedRelationships": ["value"],
"availableRelationships": ["value"],
"backPressureObjectThreshold": 0,
"backPressureDataSizeThreshold": "value",
"flowFileExpiration": "value",
"prioritizers": ["value"],
"bends": [PositionDTO{…}],
"loadBalanceStrategy": "value",
"loadBalancePartitionAttribute": "value",
"loadBalanceCompression": "value",
"loadBalanceStatus": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| revision | RevisionDTO | optional | The revision for this request/response. The revision is required for any mutable flow requests and is included in all responses. |
| id | string | optional | The id of the component. |
| uri | string | optional | The URI for futures requests to the component. |
| position | PositionDTO | optional | The position of this component in the UI if applicable. |
| permissions | PermissionsDTO | optional | The permissions for this component. |
| bulletins | array[BulletinEntity] | optional | The bulletins for this component. |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| component | ConnectionDTO | optional | |
| status | ConnectionStatusDTO | optional | The status of the connection. |
| bends | array[PositionDTO] | optional | The bend points on the connection. |
| labelIndex | integer (int32) | optional | The index of the bend point where to place the connection label. |
| getzIndex | integer (int64) | optional | The z index of the connection. |
| sourceId | string | optional | The identifier of the source of this connection. |
| sourceGroupId | string | optional | The identifier of the group of the source of this connection. |
| sourceType | string | required | The type of component the source connectable is. Allowable values: PROCESSOR, REMOTE_INPUT_PORT, REMOTE_OUTPUT_PORT, INPUT_PORT, OUTPUT_PORT, FUNNEL |
| destinationId | string | optional | The identifier of the destination of this connection. |
| destinationGroupId | string | optional | The identifier of the group of the destination of this connection. |
| destinationType | string | required | The type of component the destination connectable is. Allowable values: PROCESSOR, REMOTE_INPUT_PORT, REMOTE_OUTPUT_PORT, INPUT_PORT, OUTPUT_PORT, FUNNEL |
{
"revision": RevisionDTO{…},
"id": "value",
"uri": "value",
"position": PositionDTO{…},
"permissions": PermissionsDTO{…},
"bulletins": [BulletinEntity{…}],
"disconnectedNodeAcknowledged": true,
"component": ConnectionDTO{…},
"status": ConnectionStatusDTO{…},
"bends": [PositionDTO{…}],
"labelIndex": 0,
"getzIndex": 0,
"sourceId": "value",
"sourceGroupId": "value",
"sourceType": "value",
"destinationId": "value",
"destinationGroupId": "value",
"destinationType": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The ID of the connection |
| statsLastRefreshed | string | optional | The timestamp of when the stats were last refreshed |
| aggregateSnapshot | ConnectionStatisticsSnapshotDTO | optional | The status snapshot that represents the aggregate stats of the cluster |
| nodeSnapshots | array[NodeConnectionStatisticsSnapshotDTO] | optional | A list of status snapshots for each node |
{
"id": "value",
"statsLastRefreshed": "value",
"aggregateSnapshot": ConnectionStatisticsSnapshotDTO{…},
"nodeSnapshots": [NodeConnectionStatisticsSnapshotDTO{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| connectionStatistics | ConnectionStatisticsDTO | optional | |
| canRead | boolean | optional | Indicates whether the user can read a given resource. This property is read only. |
{
"connectionStatistics": ConnectionStatisticsDTO{…},
"canRead": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the connection. |
| predictedMillisUntilCountBackpressure | integer (int64) | optional | The predicted number of milliseconds before the connection will have backpressure applied, based on the queued count. |
| predictedMillisUntilBytesBackpressure | integer (int64) | optional | The predicted number of milliseconds before the connection will have backpressure applied, based on the total number of bytes in the queue. |
| predictedCountAtNextInterval | integer (int32) | optional | The predicted number of queued objects at the next configured interval. |
| predictedBytesAtNextInterval | integer (int64) | optional | The predicted total number of bytes in the queue at the next configured interval. |
| predictedPercentCount | integer (int32) | optional | The predicted percentage of queued objects at the next configured interval. |
| predictedPercentBytes | integer (int32) | optional | The predicted percentage of bytes in the queue against current threshold at the next configured interval. |
| predictionIntervalMillis | integer (int64) | optional | The prediction interval in seconds |
{
"id": "value",
"predictedMillisUntilCountBackpressure": 0,
"predictedMillisUntilBytesBackpressure": 0,
"predictedCountAtNextInterval": 0,
"predictedBytesAtNextInterval": 0,
"predictedPercentCount": 0,
"predictedPercentBytes": 0,
"predictionIntervalMillis": 0,
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The ID of the connection |
| groupId | string | optional | The ID of the Process Group that the connection belongs to |
| name | string | optional | The name of the connection |
| statsLastRefreshed | string | optional | The timestamp of when the stats were last refreshed |
| sourceId | string | optional | The ID of the source component |
| sourceName | string | optional | The name of the source component |
| destinationId | string | optional | The ID of the destination component |
| destinationName | string | optional | The name of the destination component |
| aggregateSnapshot | ConnectionStatusSnapshotDTO | optional | The status snapshot that represents the aggregate stats of the cluster |
| nodeSnapshots | array[NodeConnectionStatusSnapshotDTO] | optional | A list of status snapshots for each node |
{
"id": "value",
"groupId": "value",
"name": "value",
"statsLastRefreshed": "value",
"sourceId": "value",
"sourceName": "value",
"destinationId": "value",
"destinationName": "value",
"aggregateSnapshot": ConnectionStatusSnapshotDTO{…},
"nodeSnapshots": [NodeConnectionStatusSnapshotDTO{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| connectionStatus | ConnectionStatusDTO | optional | |
| canRead | boolean | optional | Indicates whether the user can read a given resource. This property is read only. |
{
"connectionStatus": ConnectionStatusDTO{…},
"canRead": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| predictedMillisUntilCountBackpressure | integer (int64) | optional | The predicted number of milliseconds before the connection will have backpressure applied, based on the queued count. |
| predictedMillisUntilBytesBackpressure | integer (int64) | optional | The predicted number of milliseconds before the connection will have backpressure applied, based on the total number of bytes in the queue. |
| predictionIntervalSeconds | integer (int32) | optional | The configured interval (in seconds) for predicting connection queue count and size (and percent usage). |
| predictedCountAtNextInterval | integer (int32) | optional | The predicted number of queued objects at the next configured interval. |
| predictedBytesAtNextInterval | integer (int64) | optional | The predicted total number of bytes in the queue at the next configured interval. |
| predictedPercentCount | integer (int32) | optional | Predicted connection percent use regarding queued flow files count and backpressure threshold if configured. |
| predictedPercentBytes | integer (int32) | optional | Predicted connection percent use regarding queued flow files size and backpressure threshold if configured. |
{
"predictedMillisUntilCountBackpressure": 0,
"predictedMillisUntilBytesBackpressure": 0,
"predictionIntervalSeconds": 0,
"predictedCountAtNextInterval": 0,
"predictedBytesAtNextInterval": 0,
"predictedPercentCount": 0,
"predictedPercentBytes": 0,
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the connection. |
| groupId | string | optional | The id of the process group the connection belongs to. |
| name | string | optional | The name of the connection. |
| sourceId | string | optional | The id of the source of the connection. |
| sourceName | string | optional | The name of the source of the connection. |
| destinationId | string | optional | The id of the destination of the connection. |
| destinationName | string | optional | The name of the destination of the connection. |
| predictions | ConnectionStatusPredictionsSnapshotDTO | optional | Predictions, if available, for this connection (null if not available) |
| flowFilesIn | integer (int32) | optional | The number of FlowFiles that have come into the connection in the last 5 minutes. |
| bytesIn | integer (int64) | optional | The size of the FlowFiles that have come into the connection in the last 5 minutes. |
| input | string | optional | The input count/size for the connection in the last 5 minutes, pretty printed. |
| flowFilesOut | integer (int32) | optional | The number of FlowFiles that have left the connection in the last 5 minutes. |
| bytesOut | integer (int64) | optional | The number of bytes that have left the connection in the last 5 minutes. |
| output | string | optional | The output count/sie for the connection in the last 5 minutes, pretty printed. |
| flowFilesQueued | integer (int32) | optional | The number of FlowFiles that are currently queued in the connection. |
| bytesQueued | integer (int64) | optional | The size of the FlowFiles that are currently queued in the connection. |
| queued | string | optional | The total count and size of queued flowfiles formatted. |
| queuedSize | string | optional | The total size of flowfiles that are queued formatted. |
| queuedCount | string | optional | The number of flowfiles that are queued, pretty printed. |
| percentUseCount | integer (int32) | optional | Connection percent use regarding queued flow files count and backpressure threshold if configured. |
| percentUseBytes | integer (int32) | optional | Connection percent use regarding queued flow files size and backpressure threshold if configured. |
{
"id": "value",
"groupId": "value",
"name": "value",
"sourceId": "value",
"sourceName": "value",
"destinationId": "value",
"destinationName": "value",
"predictions": ConnectionStatusPredictionsSnapshotDTO{…},
"flowFilesIn": 0,
"bytesIn": 0,
"input": "value",
"flowFilesOut": 0,
"bytesOut": 0,
"output": "value",
"flowFilesQueued": 0,
"bytesQueued": 0,
"queued": "value",
"queuedSize": "value",
"queuedCount": "value",
"percentUseCount": 0,
"percentUseBytes": 0,
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the connection. |
| connectionStatusSnapshot | ConnectionStatusSnapshotDTO | optional | |
| canRead | boolean | optional | Indicates whether the user can read a given resource. This property is read only. |
{
"id": "value",
"connectionStatusSnapshot": ConnectionStatusSnapshotDTO{…},
"canRead": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| connections | array[ConnectionEntity] | optional |
{
"connections": [ConnectionEntity{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| bulletins | array[BulletinEntity] | optional | System level bulletins to be reported to the user. |
| controllerServiceBulletins | array[BulletinEntity] | optional | Controller service bulletins to be reported to the user. |
| reportingTaskBulletins | array[BulletinEntity] | optional | Reporting task bulletins to be reported to the user. |
{
"bulletins": [BulletinEntity{…}],
"controllerServiceBulletins": [BulletinEntity{…}],
"reportingTaskBulletins": [BulletinEntity{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| maxTimerDrivenThreadCount | integer (int32) | optional | The maximum number of timer driven threads the NiFi has available. |
| maxEventDrivenThreadCount | integer (int32) | optional | The maximum number of event driven threads the NiFi has available. |
{
"maxTimerDrivenThreadCount": 0,
"maxEventDrivenThreadCount": 0,
}
| Name | Type | Required | Description |
|---|---|---|---|
| revision | RevisionDTO | optional | The revision for this request/response. The revision is required for any mutable flow requests and is included in all responses. |
| permissions | PermissionsDTO | optional | The permissions for this component. |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| component | ControllerConfigurationDTO | optional | The controller configuration. |
{
"revision": RevisionDTO{…},
"permissions": PermissionsDTO{…},
"disconnectedNodeAcknowledged": true,
"component": ControllerConfigurationDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the NiFi. |
| name | string | optional | The name of the NiFi. |
| comments | string | optional | The comments for the NiFi. |
| runningCount | integer (int32) | optional | The number of running components in the NiFi. |
| stoppedCount | integer (int32) | optional | The number of stopped components in the NiFi. |
| invalidCount | integer (int32) | optional | The number of invalid components in the NiFi. |
| disabledCount | integer (int32) | optional | The number of disabled components in the NiFi. |
| activeRemotePortCount | integer (int32) | optional | The number of active remote ports contained in the NiFi. |
| inactiveRemotePortCount | integer (int32) | optional | The number of inactive remote ports contained in the NiFi. |
| inputPortCount | integer (int32) | optional | The number of input ports contained in the NiFi. |
| outputPortCount | integer (int32) | optional | The number of output ports in the NiFi. |
| remoteSiteListeningPort | integer (int32) | optional | The Socket Port on which this instance is listening for Remote Transfers of Flow Files. If this instance is not configured to receive Flow Files from remote instances, this will be null. |
| remoteSiteHttpListeningPort | integer (int32) | optional | The HTTP(S) Port on which this instance is listening for Remote Transfers of Flow Files. If this instance is not configured to receive Flow Files from remote instances, this will be null. |
| siteToSiteSecure | boolean | optional | Indicates whether or not Site-to-Site communications with this instance is secure (2-way authentication). |
| instanceId | string | optional | If clustered, the id of the Cluster Manager, otherwise the id of the NiFi. |
| inputPorts | array[PortDTO] | optional | The input ports available to send data to for the NiFi. |
| outputPorts | array[PortDTO] | optional | The output ports available to received data from the NiFi. |
{
"id": "value",
"name": "value",
"comments": "value",
"runningCount": 0,
"stoppedCount": 0,
"invalidCount": 0,
"disabledCount": 0,
"activeRemotePortCount": 0,
"inactiveRemotePortCount": 0,
"inputPortCount": 0,
"outputPortCount": 0,
"remoteSiteListeningPort": 0,
"remoteSiteHttpListeningPort": 0,
"siteToSiteSecure": true,
"instanceId": "value",
"inputPorts": [PortDTO{…}],
"outputPorts": [PortDTO{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| controller | ControllerDTO | optional |
{
"controller": ControllerDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| type | string | optional | The fully qualified name of the service interface. |
| bundle | Bundle | optional | The details of the artifact that bundled this service interface. |
{
"type": "value",
"bundle": Bundle{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| type | string | optional | The fully qualified name of the service interface. |
| bundle | BundleDTO | optional | The details of the artifact that bundled this service interface. |
{
"type": "value",
"bundle": BundleDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the component. |
| versionedComponentId | string | optional | The ID of the corresponding component that is under version control |
| parentGroupId | string | optional | The id of parent process group of this component if applicable. |
| position | PositionDTO | optional | The position of this component in the UI if applicable. |
| name | string | optional | The name of the controller service. |
| type | string | optional | The type of the controller service. |
| bundle | BundleDTO | optional | The details of the artifact that bundled this processor type. |
| controllerServiceApis | array[ControllerServiceApiDTO] | optional | Lists the APIs this Controller Service implements. |
| comments | string | optional | The comments for the controller service. |
| state | string | optional | The state of the controller service. Allowable values: ENABLED, ENABLING, DISABLED, DISABLING |
| persistsState | boolean | optional | Whether the controller service persists state. |
| restricted | boolean | optional | Whether the controller service requires elevated privileges. |
| deprecated | boolean | optional | Whether the ontroller service has been deprecated. |
| multipleVersionsAvailable | boolean | optional | Whether the controller service has multiple versions available. |
| properties | object | optional | The properties of the controller service. |
| descriptors | object | optional | The descriptors for the controller service properties. |
| customUiUrl | string | optional | The URL for the controller services custom configuration UI if applicable. |
| annotationData | string | optional | The annotation for the controller service. This is how the custom UI relays configuration to the controller service. |
| referencingComponents | array[ControllerServiceReferencingComponentEntity] | optional | All components referencing this controller service. |
| validationErrors | array[string] | optional | The validation errors from the controller service. These validation errors represent the problems with the controller service that must be resolved before it can be enabled. |
| validationStatus | string | optional | Indicates whether the ControllerService is valid, invalid, or still in the process of validating (i.e., it is unknown whether or not the ControllerService is valid) Allowable values: VALID, INVALID, VALIDATING This property is read only. |
| extensionMissing | boolean | optional | Whether the underlying extension is missing. |
{
"id": "value",
"versionedComponentId": "value",
"parentGroupId": "value",
"position": PositionDTO{…},
"name": "value",
"type": "value",
"bundle": BundleDTO{…},
"controllerServiceApis": [ControllerServiceApiDTO{…}],
"comments": "value",
"state": "value",
"persistsState": true,
"restricted": true,
"deprecated": true,
"multipleVersionsAvailable": true,
"properties": {
"name": "value"
},
"descriptors": {
"name": PropertyDescriptorDTO{…}
},
"customUiUrl": "value",
"annotationData": "value",
"referencingComponents": [ControllerServiceReferencingComponentEntity{…}],
"validationErrors": ["value"],
"validationStatus": "value",
"extensionMissing": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| revision | RevisionDTO | optional | The revision for this request/response. The revision is required for any mutable flow requests and is included in all responses. |
| id | string | optional | The id of the component. |
| uri | string | optional | The URI for futures requests to the component. |
| position | PositionDTO | optional | The position of this component in the UI if applicable. |
| permissions | PermissionsDTO | optional | The permissions for this component. |
| bulletins | array[BulletinEntity] | optional | The bulletins for this component. |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| parentGroupId | string | optional | The id of parent process group of this ControllerService. |
| component | ControllerServiceDTO | optional | |
| operatePermissions | PermissionsDTO | optional | The permissions for this component operations. |
| status | ControllerServiceStatusDTO | optional | The status for this ControllerService. This property is read only. |
{
"revision": RevisionDTO{…},
"id": "value",
"uri": "value",
"position": PositionDTO{…},
"permissions": PermissionsDTO{…},
"bulletins": [BulletinEntity{…}],
"disconnectedNodeAcknowledged": true,
"parentGroupId": "value",
"component": ControllerServiceDTO{…},
"operatePermissions": PermissionsDTO{…},
"status": ControllerServiceStatusDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| groupId | string | optional | The group id for the component referencing a controller service. If this component is another controller service or a reporting task, this field is blank. |
| id | string | optional | The id of the component referencing a controller service. |
| name | string | optional | The name of the component referencing a controller service. |
| type | string | optional | The type of the component referencing a controller service in simple Java class name format without package name. |
| state | string | optional | 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. |
| properties | object | optional | The properties for the component. |
| descriptors | object | optional | The descriptors for the component properties. |
| validationErrors | array[string] | optional | The validation errors for the component. |
| referenceType | string | optional | The type of reference this is. Allowable values: Processor, ControllerService, ReportingTask |
| activeThreadCount | integer (int32) | optional | The number of active threads for the referencing component. |
| referenceCycle | boolean | optional | If the referencing component represents a controller service, this indicates whether it has already been represented in this hierarchy. |
| referencingComponents | array[ControllerServiceReferencingComponentEntity] | optional | If the referencing component represents a controller service, these are the components that reference it. |
{
"groupId": "value",
"id": "value",
"name": "value",
"type": "value",
"state": "value",
"properties": {
"name": "value"
},
"descriptors": {
"name": PropertyDescriptorDTO{…}
},
"validationErrors": ["value"],
"referenceType": "value",
"activeThreadCount": 0,
"referenceCycle": true,
"referencingComponents": [ControllerServiceReferencingComponentEntity{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| revision | RevisionDTO | optional | The revision for this request/response. The revision is required for any mutable flow requests and is included in all responses. |
| id | string | optional | The id of the component. |
| uri | string | optional | The URI for futures requests to the component. |
| position | PositionDTO | optional | The position of this component in the UI if applicable. |
| permissions | PermissionsDTO | optional | The permissions for this component. |
| bulletins | array[BulletinEntity] | optional | The bulletins for this component. |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| component | ControllerServiceReferencingComponentDTO | optional | |
| operatePermissions | PermissionsDTO | optional | The permissions for this component operations. |
{
"revision": RevisionDTO{…},
"id": "value",
"uri": "value",
"position": PositionDTO{…},
"permissions": PermissionsDTO{…},
"bulletins": [BulletinEntity{…}],
"disconnectedNodeAcknowledged": true,
"component": ControllerServiceReferencingComponentDTO{…},
"operatePermissions": PermissionsDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| controllerServiceReferencingComponents | array[ControllerServiceReferencingComponentEntity] | optional |
{
"controllerServiceReferencingComponents": [ControllerServiceReferencingComponentEntity{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| revision | RevisionDTO | optional | The revision for this request/response. The revision is required for any mutable flow requests and is included in all responses. |
| state | string | optional | The run status of the ControllerService. Allowable values: ENABLED, DISABLED |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
{
"revision": RevisionDTO{…},
"state": "value",
"disconnectedNodeAcknowledged": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| runStatus | string | optional | The run status of this ControllerService Allowable values: ENABLED, ENABLING, DISABLED, DISABLING This property is read only. |
| validationStatus | string | optional | Indicates whether the component is valid, invalid, or still in the process of validating (i.e., it is unknown whether or not the component is valid) Allowable values: VALID, INVALID, VALIDATING This property is read only. |
| activeThreadCount | integer (int32) | optional | The number of active threads for the component. |
{
"runStatus": "value",
"validationStatus": "value",
"activeThreadCount": 0,
}
| Name | Type | Required | Description |
|---|---|---|---|
| controllerServiceTypes | array[DocumentedTypeDTO] | optional |
{
"controllerServiceTypes": [DocumentedTypeDTO{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| currentTime | string | optional | The current time on the system. |
| controllerServices | array[ControllerServiceEntity] | optional |
{
"currentTime": "value",
"controllerServices": [ControllerServiceEntity{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| activeThreadCount | integer (int32) | optional | The number of active threads in the NiFi. |
| terminatedThreadCount | integer (int32) | optional | The number of terminated threads in the NiFi. |
| queued | string | optional | The number of flowfiles queued in the NiFi. |
| flowFilesQueued | integer (int32) | optional | The number of FlowFiles queued across the entire flow |
| bytesQueued | integer (int64) | optional | The size of the FlowFiles queued across the entire flow |
| runningCount | integer (int32) | optional | The number of running components in the NiFi. |
| stoppedCount | integer (int32) | optional | The number of stopped components in the NiFi. |
| invalidCount | integer (int32) | optional | The number of invalid components in the NiFi. |
| disabledCount | integer (int32) | optional | The number of disabled components in the NiFi. |
| activeRemotePortCount | integer (int32) | optional | The number of active remote ports in the NiFi. |
| inactiveRemotePortCount | integer (int32) | optional | The number of inactive remote ports in the NiFi. |
| upToDateCount | integer (int32) | optional | The number of up to date versioned process groups in the NiFi. |
| locallyModifiedCount | integer (int32) | optional | The number of locally modified versioned process groups in the NiFi. |
| staleCount | integer (int32) | optional | The number of stale versioned process groups in the NiFi. |
| locallyModifiedAndStaleCount | integer (int32) | optional | The number of locally modified and stale versioned process groups in the NiFi. |
| syncFailureCount | integer (int32) | optional | The number of versioned process groups in the NiFi that are unable to sync to a registry. |
{
"activeThreadCount": 0,
"terminatedThreadCount": 0,
"queued": "value",
"flowFilesQueued": 0,
"bytesQueued": 0,
"runningCount": 0,
"stoppedCount": 0,
"invalidCount": 0,
"disabledCount": 0,
"activeRemotePortCount": 0,
"inactiveRemotePortCount": 0,
"upToDateCount": 0,
"locallyModifiedCount": 0,
"staleCount": 0,
"locallyModifiedAndStaleCount": 0,
"syncFailureCount": 0,
}
| Name | Type | Required | Description |
|---|---|---|---|
| controllerStatus | ControllerStatusDTO | optional |
{
"controllerStatus": ControllerStatusDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| snippetId | string | optional | The identifier of the snippet. |
| originX | number (double) | optional | The x coordinate of the origin of the bounding box where the new components will be placed. |
| originY | number (double) | optional | The y coordinate of the origin of the bounding box where the new components will be placed. |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
{
"snippetId": "value",
"originX": 0.0,
"originY": 0.0,
"disconnectedNodeAcknowledged": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the counter. |
| context | string | optional | The context of the counter. |
| name | string | optional | The name of the counter. |
| valueCount | integer (int64) | optional | The value count. |
| value | string | optional | The value of the counter. |
{
"id": "value",
"context": "value",
"name": "value",
"valueCount": 0,
"value": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| counter | CounterDTO | optional |
{
"counter": CounterDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| aggregateSnapshot | CountersSnapshotDTO | optional | A Counters snapshot that represents the aggregate values of all nodes in the cluster. If the NiFi instance is a standalone instance, rather than a cluster, this represents the stats of the single instance. |
| nodeSnapshots | array[NodeCountersSnapshotDTO] | optional | A Counters snapshot for each node in the cluster. If the NiFi instance is a standalone instance, rather than a cluster, this may be null. |
{
"aggregateSnapshot": CountersSnapshotDTO{…},
"nodeSnapshots": [NodeCountersSnapshotDTO{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| counters | CountersDTO | optional |
{
"counters": CountersDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| generated | string | optional | The timestamp when the report was generated. |
| counters | array[CounterDTO] | optional | All counters in the NiFi. |
{
"generated": "value",
"counters": [CounterDTO{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| processGroupId | string | optional | The Process Group ID that this active request will update |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
{
"processGroupId": "value",
"disconnectedNodeAcknowledged": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| name | string | optional | The name of the template. |
| description | string | optional | The description of the template. |
| snippetId | string | optional | The identifier of the snippet. |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
{
"name": "value",
"description": "value",
"snippetId": "value",
"disconnectedNodeAcknowledged": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| identity | string | optional | The user identity being serialized. |
| anonymous | boolean | optional | Whether the current user is anonymous. |
| provenancePermissions | PermissionsDTO | optional | Permissions for querying provenance. |
| countersPermissions | PermissionsDTO | optional | Permissions for accessing counters. |
| tenantsPermissions | PermissionsDTO | optional | Permissions for accessing tenants. |
| controllerPermissions | PermissionsDTO | optional | Permissions for accessing the controller. |
| policiesPermissions | PermissionsDTO | optional | Permissions for accessing the policies. |
| systemPermissions | PermissionsDTO | optional | Permissions for accessing system. |
| parameterContextPermissions | PermissionsDTO | optional | Permissions for accessing parameter contexts. |
| restrictedComponentsPermissions | PermissionsDTO | optional | Permissions for accessing restricted components. Note: the read permission are not used and will always be false. |
| componentRestrictionPermissions | array[ComponentRestrictionPermissionDTO] | optional | Permissions for specific component restrictions. |
| canVersionFlows | boolean | optional | Whether the current user can version flows. |
{
"identity": "value",
"anonymous": true,
"provenancePermissions": PermissionsDTO{…},
"countersPermissions": PermissionsDTO{…},
"tenantsPermissions": PermissionsDTO{…},
"controllerPermissions": PermissionsDTO{…},
"policiesPermissions": PermissionsDTO{…},
"systemPermissions": PermissionsDTO{…},
"parameterContextPermissions": PermissionsDTO{…},
"restrictedComponentsPermissions": PermissionsDTO{…},
"componentRestrictionPermissions": [ComponentRestrictionPermissionDTO{…}],
"canVersionFlows": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| differenceType | string | optional | The type of difference |
| difference | string | optional | Description of the difference |
{
"differenceType": "value",
"difference": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| width | number (double) | optional | The width of the label in pixels when at a 1:1 scale. |
| height | number (double) | optional | The height of the label in pixels when at a 1:1 scale. |
{
"width": 0.0,
"height": 0.0,
}
| Name | Type | Required | Description |
|---|---|---|---|
| type | string | optional | The fully qualified name of the type. |
| bundle | BundleDTO | optional | The details of the artifact that bundled this type. |
| controllerServiceApis | array[ControllerServiceApiDTO] | optional | If this type represents a ControllerService, this lists the APIs it implements. |
| description | string | optional | The description of the type. |
| restricted | boolean | optional | Whether this type is restricted. |
| usageRestriction | string | optional | The optional description of why the usage of this component is restricted. |
| explicitRestrictions | array[ExplicitRestrictionDTO] | optional | An optional collection of explicit restrictions. If specified, these explicit restrictions will be enfored. |
| deprecationReason | string | optional | The description of why the usage of this component is restricted. |
| tags | array[string] | optional | The tags associated with this type. |
{
"type": "value",
"bundle": BundleDTO{…},
"controllerServiceApis": [ControllerServiceApiDTO{…}],
"description": "value",
"restricted": true,
"usageRestriction": "value",
"explicitRestrictions": [ExplicitRestrictionDTO{…}],
"deprecationReason": "value",
"tags": ["value"],
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id for this drop request. |
| uri | string | optional | The URI for future requests to this drop request. |
| submissionTime | string | optional | The timestamp when the query was submitted. |
| lastUpdated | string | optional | The last time this drop request was updated. |
| percentCompleted | integer (int32) | optional | The current percent complete. |
| finished | boolean | optional | Whether the query has finished. |
| failureReason | string | optional | The reason, if any, that this drop request failed. |
| currentCount | integer (int32) | optional | The number of flow files currently queued. |
| currentSize | integer (int64) | optional | The size of flow files currently queued in bytes. |
| current | string | optional | The count and size of flow files currently queued. |
| originalCount | integer (int32) | optional | The number of flow files to be dropped as a result of this request. |
| originalSize | integer (int64) | optional | The size of flow files to be dropped as a result of this request in bytes. |
| original | string | optional | The count and size of flow files to be dropped as a result of this request. |
| droppedCount | integer (int32) | optional | The number of flow files that have been dropped thus far. |
| droppedSize | integer (int64) | optional | The size of flow files that have been dropped thus far in bytes. |
| dropped | string | optional | The count and size of flow files that have been dropped thus far. |
| state | string | optional | The current state of the drop request. |
{
"id": "value",
"uri": "value",
"submissionTime": "value",
"lastUpdated": "value",
"percentCompleted": 0,
"finished": true,
"failureReason": "value",
"currentCount": 0,
"currentSize": 0,
"current": "value",
"originalCount": 0,
"originalSize": 0,
"original": "value",
"droppedCount": 0,
"droppedSize": 0,
"dropped": "value",
"state": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| dropRequest | DropRequestDTO | optional |
{
"dropRequest": DropRequestDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| requiredPermission | RequiredPermissionDTO | optional | The required permission necessary for this restriction. |
| explanation | string | optional | The description of why the usage of this component is restricted for this required permission. |
{
"requiredPermission": RequiredPermissionDTO{…},
"explanation": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| identifier | string | optional | The identifier of the controller service |
| name | string | optional | The name of the controller service |
{
"identifier": "value",
"name": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the group. |
| name | string | optional | The id of the group. |
| versionControlInformation | VersionControlInformationDTO | optional | The process group version control information or null if not version controlled. |
{
"id": "value",
"name": "value",
"versionControlInformation": VersionControlInformationDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of this ancestor ProcessGroup. |
| permissions | PermissionsDTO | optional | The permissions for this ancestor ProcessGroup. |
| versionedFlowState | string | optional | The current state of the Process Group, as it relates to the Versioned Flow Allowable values: LOCALLY_MODIFIED, STALE, LOCALLY_MODIFIED_AND_STALE, UP_TO_DATE, SYNC_FAILURE This property is read only. |
| breadcrumb | FlowBreadcrumbDTO | optional | This breadcrumb. |
| parentBreadcrumb | FlowBreadcrumbEntity | optional | The parent breadcrumb for this breadcrumb. |
{
"id": "value",
"permissions": PermissionsDTO{…},
"versionedFlowState": "value",
"breadcrumb": FlowBreadcrumbDTO{…},
"parentBreadcrumb": FlowBreadcrumbEntity{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| componentDifferences | array[ComponentDifferenceDTO] | optional | The list of differences for each component in the flow that is not the same between the two flows |
{
"componentDifferences": [ComponentDifferenceDTO{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| supportsManagedAuthorizer | boolean | optional | Whether this NiFi supports a managed authorizer. Managed authorizers can visualize users, groups, and policies in the UI. This property is read only. |
| supportsConfigurableAuthorizer | boolean | optional | Whether this NiFi supports a configurable authorizer. This property is read only. |
| supportsConfigurableUsersAndGroups | boolean | optional | Whether this NiFi supports configurable users and groups. This property is read only. |
| autoRefreshIntervalSeconds | integer (int64) | optional | The interval in seconds between the automatic NiFi refresh requests. This property is read only. |
| currentTime | string | optional | The current time on the system. |
| timeOffset | integer (int32) | optional | The time offset of the system. |
| defaultBackPressureObjectThreshold | integer (int64) | optional | The default back pressure object threshold. |
| defaultBackPressureDataSizeThreshold | string | optional | The default back pressure data size threshold. |
{
"supportsManagedAuthorizer": true,
"supportsConfigurableAuthorizer": true,
"supportsConfigurableUsersAndGroups": true,
"autoRefreshIntervalSeconds": 0,
"currentTime": "value",
"timeOffset": 0,
"defaultBackPressureObjectThreshold": 0,
"defaultBackPressureDataSizeThreshold": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| flowConfiguration | FlowConfigurationDTO | optional | The controller configuration. |
{
"flowConfiguration": FlowConfigurationDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| processGroups | array[ProcessGroupEntity] | optional | The process groups in this flow. |
| remoteProcessGroups | array[RemoteProcessGroupEntity] | optional | The remote process groups in this flow. |
| processors | array[ProcessorEntity] | optional | The processors in this flow. |
| inputPorts | array[PortEntity] | optional | The input ports in this flow. |
| outputPorts | array[PortEntity] | optional | The output ports in this flow. |
| connections | array[ConnectionEntity] | optional | The connections in this flow. |
| labels | array[LabelEntity] | optional | The labels in this flow. |
| funnels | array[FunnelEntity] | optional | The funnels in this flow. |
{
"processGroups": [ProcessGroupEntity{…}],
"remoteProcessGroups": [RemoteProcessGroupEntity{…}],
"processors": [ProcessorEntity{…}],
"inputPorts": [PortEntity{…}],
"outputPorts": [PortEntity{…}],
"connections": [ConnectionEntity{…}],
"labels": [LabelEntity{…}],
"funnels": [FunnelEntity{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| uri | string | optional | The URI that can be used to access this FlowFile. |
| uuid | string | optional | The FlowFile UUID. |
| filename | string | optional | The FlowFile filename. |
| position | integer (int32) | optional | The FlowFile's position in the queue. |
| size | integer (int64) | optional | The FlowFile file size. |
| queuedDuration | integer (int64) | optional | How long this FlowFile has been enqueued. |
| lineageDuration | integer (int64) | optional | Duration since the FlowFile's greatest ancestor entered the flow. |
| penaltyExpiresIn | integer (int64) | optional | How long in milliseconds until the FlowFile penalty expires. |
| clusterNodeId | string | optional | The id of the node where this FlowFile resides. |
| clusterNodeAddress | string | optional | The label for the node where this FlowFile resides. |
| attributes | object | optional | The FlowFile attributes. |
| contentClaimSection | string | optional | The section in which the content claim lives. |
| contentClaimContainer | string | optional | The container in which the content claim lives. |
| contentClaimIdentifier | string | optional | The identifier of the content claim. |
| contentClaimOffset | integer (int64) | optional | The offset into the content claim where the flowfile's content begins. |
| contentClaimFileSize | string | optional | The file size of the content claim formatted. |
| contentClaimFileSizeBytes | integer (int64) | optional | The file size of the content claim in bytes. |
| penalized | boolean | optional | If the FlowFile is penalized. |
{
"uri": "value",
"uuid": "value",
"filename": "value",
"position": 0,
"size": 0,
"queuedDuration": 0,
"lineageDuration": 0,
"penaltyExpiresIn": 0,
"clusterNodeId": "value",
"clusterNodeAddress": "value",
"attributes": {
"name": "value"
},
"contentClaimSection": "value",
"contentClaimContainer": "value",
"contentClaimIdentifier": "value",
"contentClaimOffset": 0,
"contentClaimFileSize": "value",
"contentClaimFileSizeBytes": 0,
"penalized": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| flowFile | FlowFileDTO | optional |
{
"flowFile": FlowFileDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| uri | string | optional | The URI that can be used to access this FlowFile. |
| uuid | string | optional | The FlowFile UUID. |
| filename | string | optional | The FlowFile filename. |
| position | integer (int32) | optional | The FlowFile's position in the queue. |
| size | integer (int64) | optional | The FlowFile file size. |
| queuedDuration | integer (int64) | optional | How long this FlowFile has been enqueued. |
| lineageDuration | integer (int64) | optional | Duration since the FlowFile's greatest ancestor entered the flow. |
| penaltyExpiresIn | integer (int64) | optional | How long in milliseconds until the FlowFile penalty expires. |
| clusterNodeId | string | optional | The id of the node where this FlowFile resides. |
| clusterNodeAddress | string | optional | The label for the node where this FlowFile resides. |
| penalized | boolean | optional | If the FlowFile is penalized. |
{
"uri": "value",
"uuid": "value",
"filename": "value",
"position": 0,
"size": 0,
"queuedDuration": 0,
"lineageDuration": 0,
"penaltyExpiresIn": 0,
"clusterNodeId": "value",
"clusterNodeAddress": "value",
"penalized": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| processGroups | array[ProcessGroupDTO] | optional | The process groups in this flow snippet. |
| remoteProcessGroups | array[RemoteProcessGroupDTO] | optional | The remote process groups in this flow snippet. |
| processors | array[ProcessorDTO] | optional | The processors in this flow snippet. |
| inputPorts | array[PortDTO] | optional | The input ports in this flow snippet. |
| outputPorts | array[PortDTO] | optional | The output ports in this flow snippet. |
| connections | array[ConnectionDTO] | optional | The connections in this flow snippet. |
| labels | array[LabelDTO] | optional | The labels in this flow snippet. |
| funnels | array[FunnelDTO] | optional | The funnels in this flow snippet. |
| controllerServices | array[ControllerServiceDTO] | optional | The controller services in this flow snippet. |
{
"processGroups": [ProcessGroupDTO{…}],
"remoteProcessGroups": [RemoteProcessGroupDTO{…}],
"processors": [ProcessorDTO{…}],
"inputPorts": [PortDTO{…}],
"outputPorts": [PortDTO{…}],
"connections": [ConnectionDTO{…}],
"labels": [LabelDTO{…}],
"funnels": [FunnelDTO{…}],
"controllerServices": [ControllerServiceDTO{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the component. |
| versionedComponentId | string | optional | The ID of the corresponding component that is under version control |
| parentGroupId | string | optional | The id of parent process group of this component if applicable. |
| position | PositionDTO | optional | The position of this component in the UI if applicable. |
{
"id": "value",
"versionedComponentId": "value",
"parentGroupId": "value",
"position": PositionDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| revision | RevisionDTO | optional | The revision for this request/response. The revision is required for any mutable flow requests and is included in all responses. |
| id | string | optional | The id of the component. |
| uri | string | optional | The URI for futures requests to the component. |
| position | PositionDTO | optional | The position of this component in the UI if applicable. |
| permissions | PermissionsDTO | optional | The permissions for this component. |
| bulletins | array[BulletinEntity] | optional | The bulletins for this component. |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| component | FunnelDTO | optional |
{
"revision": RevisionDTO{…},
"id": "value",
"uri": "value",
"position": PositionDTO{…},
"permissions": PermissionsDTO{…},
"bulletins": [BulletinEntity{…}],
"disconnectedNodeAcknowledged": true,
"component": FunnelDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| funnels | array[FunnelEntity] | optional |
{
"funnels": [FunnelEntity{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| name | string | optional | The name of the garbage collector. |
| collectionCount | integer (int64) | optional | The number of times garbage collection has run. |
| collectionTime | string | optional | The total amount of time spent garbage collecting. |
| collectionMillis | integer (int64) | optional | The total number of milliseconds spent garbage collecting. |
{
"name": "value",
"collectionCount": 0,
"collectionTime": "value",
"collectionMillis": 0,
}
| Name | Type | Required | Description |
|---|---|---|---|
| total | integer (int32) | optional | The number of number of actions that matched the search criteria.. |
| lastRefreshed | string | optional | The timestamp when the report was generated. |
| actions | array[ActionEntity] | optional | The actions. |
{
"total": 0,
"lastRefreshed": "value",
"actions": [ActionEntity{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| history | HistoryDTO | optional |
{
"history": HistoryDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| inputPorts | array[PortEntity] | optional |
{
"inputPorts": [PortEntity{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| originX | number (double) | optional | The x coordinate of the origin of the bounding box where the new components will be placed. |
| originY | number (double) | optional | The y coordinate of the origin of the bounding box where the new components will be placed. |
| templateId | string | optional | The identifier of the template. |
| encodingVersion | string | optional | The encoding version of the flow snippet. If not specified, this is automatically populated by the node receiving the user request. If the snippet is specified, the version will be the latest. If the snippet is not specified, the version will come from the underlying template. These details need to be replicated throughout the cluster to ensure consistency. |
| snippet | FlowSnippetDTO | optional | A flow snippet of the template contents. If not specified, this is automatically populated by the node receiving the user request. These details need to be replicated throughout the cluster to ensure consistency. |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
{
"originX": 0.0,
"originY": 0.0,
"templateId": "value",
"encodingVersion": "value",
"snippet": FlowSnippetDTO{…},
"disconnectedNodeAcknowledged": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| href | string (uri) | optional | The href for the link |
| params | object | optional | The params for the link |
{
"href": "value",
"params": {
"name": "value"
},
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the component. |
| versionedComponentId | string | optional | The ID of the corresponding component that is under version control |
| parentGroupId | string | optional | The id of parent process group of this component if applicable. |
| position | PositionDTO | optional | The position of this component in the UI if applicable. |
| label | string | optional | The text that appears in the label. |
| width | number (double) | optional | The width of the label in pixels when at a 1:1 scale. |
| height | number (double) | optional | The height of the label in pixels when at a 1:1 scale. |
| style | object | optional | The styles for this label (font-size : 12px, background-color : #eee, etc). |
{
"id": "value",
"versionedComponentId": "value",
"parentGroupId": "value",
"position": PositionDTO{…},
"label": "value",
"width": 0.0,
"height": 0.0,
"style": {
"name": "value"
},
}
| Name | Type | Required | Description |
|---|---|---|---|
| revision | RevisionDTO | optional | The revision for this request/response. The revision is required for any mutable flow requests and is included in all responses. |
| id | string | optional | The id of the component. |
| uri | string | optional | The URI for futures requests to the component. |
| position | PositionDTO | optional | The position of this component in the UI if applicable. |
| permissions | PermissionsDTO | optional | The permissions for this component. |
| bulletins | array[BulletinEntity] | optional | The bulletins for this component. |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| dimensions | DimensionsDTO | optional | |
| component | LabelDTO | optional |
{
"revision": RevisionDTO{…},
"id": "value",
"uri": "value",
"position": PositionDTO{…},
"permissions": PermissionsDTO{…},
"bulletins": [BulletinEntity{…}],
"disconnectedNodeAcknowledged": true,
"dimensions": DimensionsDTO{…},
"component": LabelDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| labels | array[LabelEntity] | optional |
{
"labels": [LabelEntity{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of this lineage query. |
| uri | string | optional | The URI for this lineage query for later retrieval and deletion. |
| submissionTime | string | optional | When the lineage query was submitted. |
| expiration | string | optional | When the lineage query will expire. |
| percentCompleted | integer (int32) | optional | The percent complete for the lineage query. |
| finished | boolean | optional | Whether the lineage query has finished. |
| request | LineageRequestDTO | optional | The initial lineage result. |
| results | LineageResultsDTO | optional | The results of the lineage query. |
{
"id": "value",
"uri": "value",
"submissionTime": "value",
"expiration": "value",
"percentCompleted": 0,
"finished": true,
"request": LineageRequestDTO{…},
"results": LineageResultsDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| lineage | LineageDTO | optional |
{
"lineage": LineageDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| eventId | integer (int64) | optional | The event id that was used to generate this lineage, if applicable. The event id is allowed for any type of lineageRequestType. If the lineageRequestType is FLOWFILE and the flowfile uuid is also included in the request, the event id will be ignored. |
| lineageRequestType | string | optional | The type of lineage request. PARENTS will return the lineage for the flowfiles that are parents of the specified event. CHILDREN will return the lineage for the flowfiles that are children of the specified event. FLOWFILE will return the lineage for the specified flowfile. Allowable values: PARENTS, CHILDREN, and FLOWFILE |
| uuid | string | optional | The flowfile uuid that was used to generate the lineage. The flowfile uuid is only allowed when the lineageRequestType is FLOWFILE and will take precedence over event id. |
| clusterNodeId | string | optional | The id of the node where this lineage originated if clustered. |
{
"eventId": 0,
"lineageRequestType": "value",
"uuid": "value",
"clusterNodeId": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| errors | array[string] | optional | Any errors that occurred while generating the lineage. |
| nodes | array[ProvenanceNodeDTO] | optional | The nodes in the lineage. |
| links | array[ProvenanceLinkDTO] | optional | The links between the nodes in the lineage. |
{
"errors": ["value"],
"nodes": [ProvenanceNodeDTO{…}],
"links": [ProvenanceLinkDTO{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id for this listing request. |
| uri | string | optional | The URI for future requests to this listing request. |
| submissionTime | string | optional | The timestamp when the query was submitted. |
| lastUpdated | string | optional | The last time this listing request was updated. |
| percentCompleted | integer (int32) | optional | The current percent complete. |
| finished | boolean | optional | Whether the query has finished. |
| failureReason | string | optional | The reason, if any, that this listing request failed. |
| maxResults | integer (int32) | optional | The maximum number of FlowFileSummary objects to return |
| state | string | optional | The current state of the listing request. |
| queueSize | QueueSizeDTO | optional | The size of the queue |
| flowFileSummaries | array[FlowFileSummaryDTO] | optional | The FlowFile summaries. The summaries will be populated once the request has completed. |
| sourceRunning | boolean | optional | Whether the source of the connection is running |
| destinationRunning | boolean | optional | Whether the destination of the connection is running |
{
"id": "value",
"uri": "value",
"submissionTime": "value",
"lastUpdated": "value",
"percentCompleted": 0,
"finished": true,
"failureReason": "value",
"maxResults": 0,
"state": "value",
"queueSize": QueueSizeDTO{…},
"flowFileSummaries": [FlowFileSummaryDTO{…}],
"sourceRunning": true,
"destinationRunning": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| listingRequest | ListingRequestDTO | optional |
{
"listingRequest": ListingRequestDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| nodeId | string | optional | The unique ID that identifies the node |
| address | string | optional | The API address of the node |
| apiPort | integer (int32) | optional | The API port used to communicate with the node |
| statisticsSnapshot | ConnectionStatisticsSnapshotDTO | optional | The connection status snapshot from the node. |
{
"nodeId": "value",
"address": "value",
"apiPort": 0,
"statisticsSnapshot": ConnectionStatisticsSnapshotDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| nodeId | string | optional | The unique ID that identifies the node |
| address | string | optional | The API address of the node |
| apiPort | integer (int32) | optional | The API port used to communicate with the node |
| statusSnapshot | ConnectionStatusSnapshotDTO | optional | The connection status snapshot from the node. |
{
"nodeId": "value",
"address": "value",
"apiPort": 0,
"statusSnapshot": ConnectionStatusSnapshotDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| nodeId | string | optional | The unique ID that identifies the node |
| address | string | optional | The API address of the node |
| apiPort | integer (int32) | optional | The API port used to communicate with the node |
| snapshot | CountersSnapshotDTO | optional | The counters from the node. |
{
"nodeId": "value",
"address": "value",
"apiPort": 0,
"snapshot": CountersSnapshotDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| nodeId | string | optional | The id of the node. This property is read only. |
| address | string | optional | The node's host/ip address. This property is read only. |
| apiPort | integer (int32) | optional | The port the node is listening for API requests. This property is read only. |
| status | string | optional | The node's status. |
| heartbeat | string | optional | the time of the nodes's last heartbeat. This property is read only. |
| connectionRequested | string | optional | The time of the node's last connection request. This property is read only. |
| roles | array[string] | optional | The roles of this node. This property is read only. |
| activeThreadCount | integer (int32) | optional | The active threads for the NiFi on the node. This property is read only. |
| queued | string | optional | The queue the NiFi on the node. This property is read only. |
| events | array[NodeEventDTO] | optional | The node's events. This property is read only. |
| nodeStartTime | string | optional | The time at which this Node was last refreshed. This property is read only. |
{
"nodeId": "value",
"address": "value",
"apiPort": 0,
"status": "value",
"heartbeat": "value",
"connectionRequested": "value",
"roles": ["value"],
"activeThreadCount": 0,
"queued": "value",
"events": [NodeEventDTO{…}],
"nodeStartTime": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| timestamp | string | optional | The timestamp of the node event. |
| category | string | optional | The category of the node event. |
| message | string | optional | The message in the node event. |
{
"timestamp": "value",
"category": "value",
"message": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| nodeId | string | optional | The unique ID that identifies the node |
| address | string | optional | The API address of the node |
| apiPort | integer (int32) | optional | The API port used to communicate with the node |
| statusSnapshot | PortStatusSnapshotDTO | optional | The port status snapshot from the node. |
{
"nodeId": "value",
"address": "value",
"apiPort": 0,
"statusSnapshot": PortStatusSnapshotDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| nodeId | string | optional | The unique ID that identifies the node |
| address | string | optional | The API address of the node |
| apiPort | integer (int32) | optional | The API port used to communicate with the node |
| statusSnapshot | ProcessGroupStatusSnapshotDTO | optional | The process group status snapshot from the node. |
{
"nodeId": "value",
"address": "value",
"apiPort": 0,
"statusSnapshot": ProcessGroupStatusSnapshotDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| nodeId | string | optional | The unique ID that identifies the node |
| address | string | optional | The API address of the node |
| apiPort | integer (int32) | optional | The API port used to communicate with the node |
| statusSnapshot | ProcessorStatusSnapshotDTO | optional | The processor status snapshot from the node. |
{
"nodeId": "value",
"address": "value",
"apiPort": 0,
"statusSnapshot": ProcessorStatusSnapshotDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| nodeId | string | optional | The unique ID that identifies the node |
| address | string | optional | The API address of the node |
| apiPort | integer (int32) | optional | The API port used to communicate with the node |
| statusSnapshot | RemoteProcessGroupStatusSnapshotDTO | optional | The remote process group status snapshot from the node. |
{
"nodeId": "value",
"address": "value",
"apiPort": 0,
"statusSnapshot": RemoteProcessGroupStatusSnapshotDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the node that matched the search. |
| address | string | optional | The address of the node that matched the search. |
{
"id": "value",
"address": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| nodeId | string | optional | The id of the node. |
| address | string | optional | The node's host/ip address. |
| apiPort | integer (int32) | optional | The port the node is listening for API requests. |
| statusSnapshots | array[StatusSnapshotDTO] | optional | A list of StatusSnapshotDTO objects that provide the actual metric values for the component for this node. |
{
"nodeId": "value",
"address": "value",
"apiPort": 0,
"statusSnapshots": [StatusSnapshotDTO{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| nodeId | string | optional | The unique ID that identifies the node |
| address | string | optional | The API address of the node |
| apiPort | integer (int32) | optional | The API port used to communicate with the node |
| snapshot | SystemDiagnosticsSnapshotDTO | optional | The System Diagnostics snapshot from the node. |
{
"nodeId": "value",
"address": "value",
"apiPort": 0,
"snapshot": SystemDiagnosticsSnapshotDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| outputPorts | array[PortEntity] | optional |
{
"outputPorts": [PortEntity{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| name | string | optional | The Name of the Parameter Context. |
| description | string | optional | The Description of the Parameter Context. |
| parameters | array[ParameterEntity] | optional | The Parameters for the Parameter Context |
| boundProcessGroups | array[ProcessGroupEntity] | optional | The Process Groups that are bound to this Parameter Context This property is read only. |
| id | string | optional | The ID the Parameter Context. This property is read only. |
{
"name": "value",
"description": "value",
"parameters": [ParameterEntity{…}],
"boundProcessGroups": [ProcessGroupEntity{…}],
"id": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| revision | RevisionDTO | optional | The revision for this request/response. The revision is required for any mutable flow requests and is included in all responses. |
| id | string | optional | The id of the component. |
| uri | string | optional | The URI for futures requests to the component. |
| position | PositionDTO | optional | The position of this component in the UI if applicable. |
| permissions | PermissionsDTO | optional | The permissions for this component. |
| bulletins | array[BulletinEntity] | optional | The bulletins for this component. |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| component | ParameterContextDTO | optional | The Parameter Context |
{
"revision": RevisionDTO{…},
"id": "value",
"uri": "value",
"position": PositionDTO{…},
"permissions": PermissionsDTO{…},
"bulletins": [BulletinEntity{…}],
"disconnectedNodeAcknowledged": true,
"component": ParameterContextDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The ID of the Parameter Context |
| name | string | optional | The name of the Parameter Context |
{
"id": "value",
"name": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the component. |
| permissions | PermissionsDTO | optional | The permissions for this component. |
| component | ParameterContextReferenceDTO | optional |
{
"id": "value",
"permissions": PermissionsDTO{…},
"component": ParameterContextReferenceDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| requestId | string | optional | The ID of the request This property is read only. |
| uri | string | optional | The URI for the request This property is read only. |
| submissionTime | string (date-time) | optional | The timestamp of when the request was submitted This property is read only. |
| lastUpdated | string (date-time) | optional | The timestamp of when the request was last updated This property is read only. |
| complete | boolean | optional | Whether or not the request is completed This property is read only. |
| failureReason | string | optional | The reason for the request failing, or null if the request has not failed This property is read only. |
| percentCompleted | integer (int32) | optional | A value between 0 and 100 (inclusive) indicating how close the request is to completion This property is read only. |
| state | string | optional | A description of the current state of the request This property is read only. |
| updateSteps | array[ParameterContextUpdateStepDTO] | optional | The steps that are required in order to complete the request, along with the status of each This property is read only. |
| parameterContext | ParameterContextDTO | optional | The Parameter Context that is being operated on. This may not be populated until the request has successfully completed. This property is read only. |
| referencingComponents | array[AffectedComponentEntity] | optional | The components that are referenced by the update. This property is read only. |
{
"requestId": "value",
"uri": "value",
"submissionTime": "value",
"lastUpdated": "value",
"complete": true,
"failureReason": "value",
"percentCompleted": 0,
"state": "value",
"updateSteps": [ParameterContextUpdateStepDTO{…}],
"parameterContext": ParameterContextDTO{…},
"referencingComponents": [AffectedComponentEntity{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| parameterContextRevision | RevisionDTO | optional | The Revision of the Parameter Context |
| request | ParameterContextUpdateRequestDTO | optional | The Update Request |
{
"parameterContextRevision": RevisionDTO{…},
"request": ParameterContextUpdateRequestDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| description | string | optional | Explanation of what happens in this step This property is read only. |
| complete | boolean | optional | Whether or not this step has completed This property is read only. |
| failureReason | string | optional | An explanation of why this step failed, or null if this step did not fail This property is read only. |
{
"description": "value",
"complete": true,
"failureReason": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| requestId | string | optional | The ID of the request This property is read only. |
| uri | string | optional | The URI for the request This property is read only. |
| submissionTime | string (date-time) | optional | The timestamp of when the request was submitted This property is read only. |
| lastUpdated | string (date-time) | optional | The timestamp of when the request was last updated This property is read only. |
| complete | boolean | optional | Whether or not the request is completed This property is read only. |
| failureReason | string | optional | The reason for the request failing, or null if the request has not failed This property is read only. |
| percentCompleted | integer (int32) | optional | A value between 0 and 100 (inclusive) indicating how close the request is to completion This property is read only. |
| state | string | optional | A description of the current state of the request This property is read only. |
| updateSteps | array[ParameterContextValidationStepDTO] | optional | The steps that are required in order to complete the request, along with the status of each This property is read only. |
| parameterContext | ParameterContextDTO | optional | The Parameter Context that is being operated on. |
| componentValidationResults | ComponentValidationResultsEntity | optional | The Validation Results that were calculated for each component. This value may not be set until the request completes. This property is read only. |
{
"requestId": "value",
"uri": "value",
"submissionTime": "value",
"lastUpdated": "value",
"complete": true,
"failureReason": "value",
"percentCompleted": 0,
"state": "value",
"updateSteps": [ParameterContextValidationStepDTO{…}],
"parameterContext": ParameterContextDTO{…},
"componentValidationResults": ComponentValidationResultsEntity{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| request | ParameterContextValidationRequestDTO | optional | The Update Request |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
{
"request": ParameterContextValidationRequestDTO{…},
"disconnectedNodeAcknowledged": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| description | string | optional | Explanation of what happens in this step This property is read only. |
| complete | boolean | optional | Whether or not this step has completed This property is read only. |
| failureReason | string | optional | An explanation of why this step failed, or null if this step did not fail This property is read only. |
{
"description": "value",
"complete": true,
"failureReason": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| parameterContexts | array[ParameterContextEntity] | optional | The Parameter Contexts |
| currentTime | string | optional | The current time on the system. This property is read only. |
{
"parameterContexts": [ParameterContextEntity{…}],
"currentTime": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| name | string | optional | The name of the Parameter |
| description | string | optional | The description of the Parameter |
| sensitive | boolean | optional | Whether or not the Parameter is sensitive |
| value | string | optional | The value of the Parameter |
| referencingComponents | array[AffectedComponentEntity] | optional | The set of all components in the flow that are referencing this Parameter |
{
"name": "value",
"description": "value",
"sensitive": true,
"value": "value",
"referencingComponents": [AffectedComponentEntity{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| canWrite | boolean | optional | Indicates whether the user can write a given resource. This property is read only. |
| parameter | ParameterDTO | optional | The parameter information |
{
"canWrite": true,
"parameter": ParameterDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| hostname | string | optional | The hostname of this peer. |
| port | integer (int32) | optional | The port number of this peer. |
| secure | boolean | optional | Returns if this peer connection is secure. |
| flowFileCount | integer (int32) | optional | The number of flowFiles this peer holds. |
{
"hostname": "value",
"port": 0,
"secure": true,
"flowFileCount": 0,
}
| Name | Type | Required | Description |
|---|---|---|---|
| peers | array[PeerDTO] | optional |
{
"peers": [PeerDTO{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| canRead | boolean | optional | Indicates whether the user can read a given resource. This property is read only. |
| canWrite | boolean | optional | Indicates whether the user can write a given resource. This property is read only. |
| canDelete | boolean | optional | Indicates whether the user can delete a given resource. This property is read only. |
{
"canRead": true,
"canWrite": true,
"canDelete": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| canRead | boolean | optional | Indicates whether the user can read a given resource. This property is read only. |
| canWrite | boolean | optional | Indicates whether the user can write a given resource. This property is read only. |
{
"canRead": true,
"canWrite": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the component. |
| versionedComponentId | string | optional | The ID of the corresponding component that is under version control |
| parentGroupId | string | optional | The id of parent process group of this component if applicable. |
| position | PositionDTO | optional | The position of this component in the UI if applicable. |
| name | string | optional | The name of the port. |
| comments | string | optional | The comments for the port. |
| state | string | optional | The state of the port. Allowable values: RUNNING, STOPPED, DISABLED |
| type | string | optional | The type of port. Allowable values: INPUT_PORT, OUTPUT_PORT |
| transmitting | boolean | optional | Whether the port has incoming or output connections to a remote NiFi. This is only applicable when the port is allowed to be accessed remotely. |
| concurrentlySchedulableTaskCount | integer (int32) | optional | The number of tasks that should be concurrently scheduled for the port. |
| userAccessControl | array[string] | optional | The users that are allowed to access the port. |
| groupAccessControl | array[string] | optional | The user groups that are allowed to access the port. |
| allowRemoteAccess | boolean | optional | Whether this port can be accessed remotely via Site-to-Site protocol. |
| validationErrors | array[string] | optional | Gets the validation errors from this port. These validation errors represent the problems with the port that must be resolved before it can be started. |
{
"id": "value",
"versionedComponentId": "value",
"parentGroupId": "value",
"position": PositionDTO{…},
"name": "value",
"comments": "value",
"state": "value",
"type": "value",
"transmitting": true,
"concurrentlySchedulableTaskCount": 0,
"userAccessControl": ["value"],
"groupAccessControl": ["value"],
"allowRemoteAccess": true,
"validationErrors": ["value"],
}
| Name | Type | Required | Description |
|---|---|---|---|
| revision | RevisionDTO | optional | The revision for this request/response. The revision is required for any mutable flow requests and is included in all responses. |
| id | string | optional | The id of the component. |
| uri | string | optional | The URI for futures requests to the component. |
| position | PositionDTO | optional | The position of this component in the UI if applicable. |
| permissions | PermissionsDTO | optional | The permissions for this component. |
| bulletins | array[BulletinEntity] | optional | The bulletins for this component. |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| component | PortDTO | optional | |
| status | PortStatusDTO | optional | The status of the port. |
| portType | string | optional | |
| operatePermissions | PermissionsDTO | optional | The permissions for this component operations. |
| allowRemoteAccess | boolean | optional | Whether this port can be accessed remotely via Site-to-Site protocol. |
{
"revision": RevisionDTO{…},
"id": "value",
"uri": "value",
"position": PositionDTO{…},
"permissions": PermissionsDTO{…},
"bulletins": [BulletinEntity{…}],
"disconnectedNodeAcknowledged": true,
"component": PortDTO{…},
"status": PortStatusDTO{…},
"portType": "value",
"operatePermissions": PermissionsDTO{…},
"allowRemoteAccess": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| revision | RevisionDTO | optional | The revision for this request/response. The revision is required for any mutable flow requests and is included in all responses. |
| state | string | optional | The run status of the Port. Allowable values: RUNNING, STOPPED, DISABLED |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
{
"revision": RevisionDTO{…},
"state": "value",
"disconnectedNodeAcknowledged": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the port. |
| groupId | string | optional | The id of the parent process group of the port. |
| name | string | optional | The name of the port. |
| transmitting | boolean | optional | Whether the port has incoming or outgoing connections to a remote NiFi. |
| runStatus | string | optional | The run status of the port. Allowable values: Running, Stopped, Validating, Disabled, Invalid |
| statsLastRefreshed | string | optional | The time the status for the process group was last refreshed. |
| aggregateSnapshot | PortStatusSnapshotDTO | optional | A status snapshot that represents the aggregate stats of all nodes in the cluster. If the NiFi instance is a standalone instance, rather than a cluster, this represents the stats of the single instance. |
| nodeSnapshots | array[NodePortStatusSnapshotDTO] | optional | A status snapshot for each node in the cluster. If the NiFi instance is a standalone instance, rather than a cluster, this may be null. |
{
"id": "value",
"groupId": "value",
"name": "value",
"transmitting": true,
"runStatus": "value",
"statsLastRefreshed": "value",
"aggregateSnapshot": PortStatusSnapshotDTO{…},
"nodeSnapshots": [NodePortStatusSnapshotDTO{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| portStatus | PortStatusDTO | optional | |
| canRead | boolean | optional | Indicates whether the user can read a given resource. This property is read only. |
{
"portStatus": PortStatusDTO{…},
"canRead": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the port. |
| groupId | string | optional | The id of the parent process group of the port. |
| name | string | optional | The name of the port. |
| activeThreadCount | integer (int32) | optional | The active thread count for the port. |
| flowFilesIn | integer (int32) | optional | The number of FlowFiles that have been accepted in the last 5 minutes. |
| bytesIn | integer (int64) | optional | The size of hte FlowFiles that have been accepted in the last 5 minutes. |
| input | string | optional | The count/size of flowfiles that have been accepted in the last 5 minutes. |
| flowFilesOut | integer (int32) | optional | The number of FlowFiles that have been processed in the last 5 minutes. |
| bytesOut | integer (int64) | optional | The number of bytes that have been processed in the last 5 minutes. |
| output | string | optional | The count/size of flowfiles that have been processed in the last 5 minutes. |
| transmitting | boolean | optional | Whether the port has incoming or outgoing connections to a remote NiFi. |
| runStatus | string | optional | The run status of the port. Allowable values: Running, Stopped, Validating, Disabled, Invalid |
{
"id": "value",
"groupId": "value",
"name": "value",
"activeThreadCount": 0,
"flowFilesIn": 0,
"bytesIn": 0,
"input": "value",
"flowFilesOut": 0,
"bytesOut": 0,
"output": "value",
"transmitting": true,
"runStatus": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the port. |
| portStatusSnapshot | PortStatusSnapshotDTO | optional | |
| canRead | boolean | optional | Indicates whether the user can read a given resource. This property is read only. |
{
"id": "value",
"portStatusSnapshot": PortStatusSnapshotDTO{…},
"canRead": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| x | number (double) | optional | The x coordinate. |
| y | number (double) | optional | The y coordinate. |
{
"x": 0.0,
"y": 0.0,
}
| Name | Type | Required | Description |
|---|---|---|---|
| x | number (double) | optional | The x coordinate. |
| y | number (double) | optional | The y coordinate. |
{
"x": 0.0,
"y": 0.0,
}
| Name | Type | Required | Description |
|---|---|---|---|
| previousValue | string | optional | The previous value. |
| timestamp | string | optional | The timestamp when the value was modified. |
| userIdentity | string | optional | The user who changed the previous value. |
{
"previousValue": "value",
"timestamp": "value",
"userIdentity": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| prioritizerTypes | array[DocumentedTypeDTO] | optional |
{
"prioritizerTypes": [DocumentedTypeDTO{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the component. |
| versionedComponentId | string | optional | The ID of the corresponding component that is under version control |
| parentGroupId | string | optional | The id of parent process group of this component if applicable. |
| position | PositionDTO | optional | The position of this component in the UI if applicable. |
| name | string | optional | The name of the process group. |
| comments | string | optional | The comments for the process group. |
| variables | object | optional | The variables that are configured for the Process Group. Note that this map contains only those variables that are defined on this Process Group and not any variables that are defined in the parent Process Group, etc. I.e., this Map will not contain all variables that are accessible by components in this Process Group by rather only the variables that are defined for this Process Group itself. This property is read only. |
| versionControlInformation | VersionControlInformationDTO | optional | The Version Control information that indicates which Flow Registry, and where in the Flow Registry, this Process Group is tracking to; or null if this Process Group is not under version control |
| parameterContext | ParameterContextReferenceEntity | optional | The Parameter Context that this Process Group is bound to. |
| runningCount | integer (int32) | optional | The number of running components in this process group. |
| stoppedCount | integer (int32) | optional | The number of stopped components in the process group. |
| invalidCount | integer (int32) | optional | The number of invalid components in the process group. |
| disabledCount | integer (int32) | optional | The number of disabled components in the process group. |
| activeRemotePortCount | integer (int32) | optional | The number of active remote ports in the process group. |
| inactiveRemotePortCount | integer (int32) | optional | The number of inactive remote ports in the process group. |
| upToDateCount | integer (int32) | optional | The number of up to date versioned process groups in the process group. |
| locallyModifiedCount | integer (int32) | optional | The number of locally modified versioned process groups in the process group. |
| staleCount | integer (int32) | optional | The number of stale versioned process groups in the process group. |
| locallyModifiedAndStaleCount | integer (int32) | optional | The number of locally modified and stale versioned process groups in the process group. |
| syncFailureCount | integer (int32) | optional | The number of versioned process groups in the process group that are unable to sync to a registry. |
| localInputPortCount | integer (int32) | optional | The number of local input ports in the process group. |
| localOutputPortCount | integer (int32) | optional | The number of local output ports in the process group. |
| publicInputPortCount | integer (int32) | optional | The number of public input ports in the process group. |
| publicOutputPortCount | integer (int32) | optional | The number of public output ports in the process group. |
| contents | FlowSnippetDTO | optional | The contents of this process group. |
| inputPortCount | integer (int32) | optional | The number of input ports in the process group. This property is read only. |
| outputPortCount | integer (int32) | optional | The number of output ports in the process group. This property is read only. |
{
"id": "value",
"versionedComponentId": "value",
"parentGroupId": "value",
"position": PositionDTO{…},
"name": "value",
"comments": "value",
"variables": {
"name": "value"
},
"versionControlInformation": VersionControlInformationDTO{…},
"parameterContext": ParameterContextReferenceEntity{…},
"runningCount": 0,
"stoppedCount": 0,
"invalidCount": 0,
"disabledCount": 0,
"activeRemotePortCount": 0,
"inactiveRemotePortCount": 0,
"upToDateCount": 0,
"locallyModifiedCount": 0,
"staleCount": 0,
"locallyModifiedAndStaleCount": 0,
"syncFailureCount": 0,
"localInputPortCount": 0,
"localOutputPortCount": 0,
"publicInputPortCount": 0,
"publicOutputPortCount": 0,
"contents": FlowSnippetDTO{…},
"inputPortCount": 0,
"outputPortCount": 0,
}
| Name | Type | Required | Description |
|---|---|---|---|
| revision | RevisionDTO | optional | The revision for this request/response. The revision is required for any mutable flow requests and is included in all responses. |
| id | string | optional | The id of the component. |
| uri | string | optional | The URI for futures requests to the component. |
| position | PositionDTO | optional | The position of this component in the UI if applicable. |
| permissions | PermissionsDTO | optional | The permissions for this component. |
| bulletins | array[BulletinEntity] | optional | The bulletins for this component. |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| component | ProcessGroupDTO | optional | |
| status | ProcessGroupStatusDTO | optional | The status of the process group. |
| versionedFlowSnapshot | VersionedFlowSnapshot | optional | Returns the Versioned Flow that describes the contents of the Versioned Flow to be imported This property is read only. |
| runningCount | integer (int32) | optional | The number of running components in this process group. |
| stoppedCount | integer (int32) | optional | The number of stopped components in the process group. |
| invalidCount | integer (int32) | optional | The number of invalid components in the process group. |
| disabledCount | integer (int32) | optional | The number of disabled components in the process group. |
| activeRemotePortCount | integer (int32) | optional | The number of active remote ports in the process group. |
| inactiveRemotePortCount | integer (int32) | optional | The number of inactive remote ports in the process group. |
| versionedFlowState | string | optional | The current state of the Process Group, as it relates to the Versioned Flow Allowable values: LOCALLY_MODIFIED, STALE, LOCALLY_MODIFIED_AND_STALE, UP_TO_DATE, SYNC_FAILURE This property is read only. |
| upToDateCount | integer (int32) | optional | The number of up to date versioned process groups in the process group. |
| locallyModifiedCount | integer (int32) | optional | The number of locally modified versioned process groups in the process group. |
| staleCount | integer (int32) | optional | The number of stale versioned process groups in the process group. |
| locallyModifiedAndStaleCount | integer (int32) | optional | The number of locally modified and stale versioned process groups in the process group. |
| syncFailureCount | integer (int32) | optional | The number of versioned process groups in the process group that are unable to sync to a registry. |
| localInputPortCount | integer (int32) | optional | The number of local input ports in the process group. |
| localOutputPortCount | integer (int32) | optional | The number of local output ports in the process group. |
| publicInputPortCount | integer (int32) | optional | The number of public input ports in the process group. |
| publicOutputPortCount | integer (int32) | optional | The number of public output ports in the process group. |
| parameterContext | ParameterContextReferenceEntity | optional | The Parameter Context, or null if no Parameter Context has been bound to the Process Group |
| inputPortCount | integer (int32) | optional | The number of input ports in the process group. This property is read only. |
| outputPortCount | integer (int32) | optional | The number of output ports in the process group. This property is read only. |
{
"revision": RevisionDTO{…},
"id": "value",
"uri": "value",
"position": PositionDTO{…},
"permissions": PermissionsDTO{…},
"bulletins": [BulletinEntity{…}],
"disconnectedNodeAcknowledged": true,
"component": ProcessGroupDTO{…},
"status": ProcessGroupStatusDTO{…},
"versionedFlowSnapshot": VersionedFlowSnapshot{…},
"runningCount": 0,
"stoppedCount": 0,
"invalidCount": 0,
"disabledCount": 0,
"activeRemotePortCount": 0,
"inactiveRemotePortCount": 0,
"versionedFlowState": "value",
"upToDateCount": 0,
"locallyModifiedCount": 0,
"staleCount": 0,
"locallyModifiedAndStaleCount": 0,
"syncFailureCount": 0,
"localInputPortCount": 0,
"localOutputPortCount": 0,
"publicInputPortCount": 0,
"publicOutputPortCount": 0,
"parameterContext": ParameterContextReferenceEntity{…},
"inputPortCount": 0,
"outputPortCount": 0,
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the component. |
| uri | string | optional | The URI for futures requests to the component. |
| parentGroupId | string | optional | The id of parent process group of this component if applicable. |
| parameterContext | ParameterContextReferenceEntity | optional | The Parameter Context, or null if no Parameter Context has been bound to the Process Group |
| breadcrumb | FlowBreadcrumbEntity | optional | The breadcrumb of the process group. |
| flow | FlowDTO | optional | The flow structure starting at this Process Group. |
| lastRefreshed | string | optional | The time the flow for the process group was last refreshed. |
{
"id": "value",
"uri": "value",
"parentGroupId": "value",
"parameterContext": ParameterContextReferenceEntity{…},
"breadcrumb": FlowBreadcrumbEntity{…},
"flow": FlowDTO{…},
"lastRefreshed": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| permissions | PermissionsDTO | optional | The access policy for this process group. |
| processGroupFlow | ProcessGroupFlowDTO | optional |
{
"permissions": PermissionsDTO{…},
"processGroupFlow": ProcessGroupFlowDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The ID of the Process Group |
| name | string | optional | The name of the Process Group, or the ID of the Process Group if the user does not have the READ policy for the Process Group |
{
"id": "value",
"name": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The ID of the Process Group |
| name | string | optional | The name of the Process Group |
| statsLastRefreshed | string | optional | The time the status for the process group was last refreshed. |
| aggregateSnapshot | ProcessGroupStatusSnapshotDTO | optional | The aggregate status of all nodes in the cluster |
| nodeSnapshots | array[NodeProcessGroupStatusSnapshotDTO] | optional | The status reported by each node in the cluster. If the NiFi instance is a standalone instance, rather than a clustered instance, this value may be null. |
{
"id": "value",
"name": "value",
"statsLastRefreshed": "value",
"aggregateSnapshot": ProcessGroupStatusSnapshotDTO{…},
"nodeSnapshots": [NodeProcessGroupStatusSnapshotDTO{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| processGroupStatus | ProcessGroupStatusDTO | optional | |
| canRead | boolean | optional | Indicates whether the user can read a given resource. This property is read only. |
{
"processGroupStatus": ProcessGroupStatusDTO{…},
"canRead": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the process group. |
| name | string | optional | The name of this process group. |
| connectionStatusSnapshots | array[ConnectionStatusSnapshotEntity] | optional | The status of all connections in the process group. |
| processorStatusSnapshots | array[ProcessorStatusSnapshotEntity] | optional | The status of all processors in the process group. |
| processGroupStatusSnapshots | array[ProcessGroupStatusSnapshotEntity] | optional | The status of all process groups in the process group. |
| remoteProcessGroupStatusSnapshots | array[RemoteProcessGroupStatusSnapshotEntity] | optional | The status of all remote process groups in the process group. |
| inputPortStatusSnapshots | array[PortStatusSnapshotEntity] | optional | The status of all input ports in the process group. |
| outputPortStatusSnapshots | array[PortStatusSnapshotEntity] | optional | The status of all output ports in the process group. |
| versionedFlowState | string | optional | The current state of the Process Group, as it relates to the Versioned Flow Allowable values: LOCALLY_MODIFIED, STALE, LOCALLY_MODIFIED_AND_STALE, UP_TO_DATE, SYNC_FAILURE This property is read only. |
| flowFilesIn | integer (int32) | optional | The number of FlowFiles that have come into this ProcessGroup in the last 5 minutes |
| bytesIn | integer (int64) | optional | The number of bytes that have come into this ProcessGroup in the last 5 minutes |
| input | string | optional | The input count/size for the process group in the last 5 minutes (pretty printed). |
| flowFilesQueued | integer (int32) | optional | The number of FlowFiles that are queued up in this ProcessGroup right now |
| bytesQueued | integer (int64) | optional | The number of bytes that are queued up in this ProcessGroup right now |
| queued | string | optional | The count/size that is queued in the the process group. |
| queuedCount | string | optional | The count that is queued for the process group. |
| queuedSize | string | optional | The size that is queued for the process group. |
| bytesRead | integer (int64) | optional | The number of bytes read by components in this ProcessGroup in the last 5 minutes |
| read | string | optional | The number of bytes read in the last 5 minutes. |
| bytesWritten | integer (int64) | optional | The number of bytes written by components in this ProcessGroup in the last 5 minutes |
| written | string | optional | The number of bytes written in the last 5 minutes. |
| flowFilesOut | integer (int32) | optional | The number of FlowFiles transferred out of this ProcessGroup in the last 5 minutes |
| bytesOut | integer (int64) | optional | The number of bytes transferred out of this ProcessGroup in the last 5 minutes |
| output | string | optional | The output count/size for the process group in the last 5 minutes. |
| flowFilesTransferred | integer (int32) | optional | The number of FlowFiles transferred in this ProcessGroup in the last 5 minutes |
| bytesTransferred | integer (int64) | optional | The number of bytes transferred in this ProcessGroup in the last 5 minutes |
| transferred | string | optional | The count/size transferred to/from queues in the process group in the last 5 minutes. |
| bytesReceived | integer (int64) | optional | The number of bytes received from external sources by components within this ProcessGroup in the last 5 minutes |
| flowFilesReceived | integer (int32) | optional | The number of FlowFiles received from external sources by components within this ProcessGroup in the last 5 minutes |
| received | string | optional | The count/size sent to the process group in the last 5 minutes. |
| bytesSent | integer (int64) | optional | The number of bytes sent to an external sink by components within this ProcessGroup in the last 5 minutes |
| flowFilesSent | integer (int32) | optional | The number of FlowFiles sent to an external sink by components within this ProcessGroup in the last 5 minutes |
| sent | string | optional | The count/size sent from this process group in the last 5 minutes. |
| activeThreadCount | integer (int32) | optional | The active thread count for this process group. |
| terminatedThreadCount | integer (int32) | optional | The number of threads currently terminated for the process group. |
{
"id": "value",
"name": "value",
"connectionStatusSnapshots": [ConnectionStatusSnapshotEntity{…}],
"processorStatusSnapshots": [ProcessorStatusSnapshotEntity{…}],
"processGroupStatusSnapshots": [ProcessGroupStatusSnapshotEntity{…}],
"remoteProcessGroupStatusSnapshots": [RemoteProcessGroupStatusSnapshotEntity{…}],
"inputPortStatusSnapshots": [PortStatusSnapshotEntity{…}],
"outputPortStatusSnapshots": [PortStatusSnapshotEntity{…}],
"versionedFlowState": "value",
"flowFilesIn": 0,
"bytesIn": 0,
"input": "value",
"flowFilesQueued": 0,
"bytesQueued": 0,
"queued": "value",
"queuedCount": "value",
"queuedSize": "value",
"bytesRead": 0,
"read": "value",
"bytesWritten": 0,
"written": "value",
"flowFilesOut": 0,
"bytesOut": 0,
"output": "value",
"flowFilesTransferred": 0,
"bytesTransferred": 0,
"transferred": "value",
"bytesReceived": 0,
"flowFilesReceived": 0,
"received": "value",
"bytesSent": 0,
"flowFilesSent": 0,
"sent": "value",
"activeThreadCount": 0,
"terminatedThreadCount": 0,
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the process group. |
| processGroupStatusSnapshot | ProcessGroupStatusSnapshotDTO | optional | |
| canRead | boolean | optional | Indicates whether the user can read a given resource. This property is read only. |
{
"id": "value",
"processGroupStatusSnapshot": ProcessGroupStatusSnapshotDTO{…},
"canRead": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| processGroups | array[ProcessGroupEntity] | optional |
{
"processGroups": [ProcessGroupEntity{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| properties | object | optional | The properties for the processor. Properties whose value is not set will only contain the property name. |
| descriptors | object | optional | Descriptors for the processor's properties. |
| schedulingPeriod | string | optional | The frequency with which to schedule the processor. The format of the value will depend on th value of schedulingStrategy. |
| schedulingStrategy | string | optional | Indcates whether the prcessor should be scheduled to run in event or timer driven mode. |
| executionNode | string | optional | Indicates the node where the process will execute. |
| penaltyDuration | string | optional | The amount of time that is used when the process penalizes a flowfile. |
| yieldDuration | string | optional | The amount of time that must elapse before this processor is scheduled again after yielding. |
| bulletinLevel | string | optional | The level at which the processor will report bulletins. |
| runDurationMillis | integer (int64) | optional | The run duration for the processor in milliseconds. |
| concurrentlySchedulableTaskCount | integer (int32) | optional | The number of tasks that should be concurrently schedule for the processor. If the processor doesn't allow parallol processing then any positive input will be ignored. |
| autoTerminatedRelationships | array[string] | optional | The names of all relationships that cause a flow file to be terminated if the relationship is not connected elsewhere. This property differs from the 'isAutoTerminate' property of the RelationshipDTO in that the RelationshipDTO is meant to depict the current configuration, whereas this property can be set in a DTO when updating a Processor in order to change which Relationships should be auto-terminated. |
| comments | string | optional | The comments for the processor. |
| customUiUrl | string | optional | The URL for the processor's custom configuration UI if applicable. |
| lossTolerant | boolean | optional | Whether the processor is loss tolerant. |
| annotationData | string | optional | The annotation data for the processor used to relay configuration between a custom UI and the procesosr. |
| defaultConcurrentTasks | object | optional | Maps default values for concurrent tasks for each applicable scheduling strategy. |
| defaultSchedulingPeriod | object | optional | Maps default values for scheduling period for each applicable scheduling strategy. |
{
"properties": {
"name": "value"
},
"descriptors": {
"name": PropertyDescriptorDTO{…}
},
"schedulingPeriod": "value",
"schedulingStrategy": "value",
"executionNode": "value",
"penaltyDuration": "value",
"yieldDuration": "value",
"bulletinLevel": "value",
"runDurationMillis": 0,
"concurrentlySchedulableTaskCount": 0,
"autoTerminatedRelationships": ["value"],
"comments": "value",
"customUiUrl": "value",
"lossTolerant": true,
"annotationData": "value",
"defaultConcurrentTasks": {
"name": "value"
},
"defaultSchedulingPeriod": {
"name": "value"
},
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the component. |
| versionedComponentId | string | optional | The ID of the corresponding component that is under version control |
| parentGroupId | string | optional | The id of parent process group of this component if applicable. |
| position | PositionDTO | optional | The position of this component in the UI if applicable. |
| name | string | optional | The name of the processor. |
| type | string | optional | The type of the processor. |
| bundle | BundleDTO | optional | The details of the artifact that bundled this processor type. |
| state | string | optional | The state of the processor Allowable values: RUNNING, STOPPED, DISABLED |
| style | object | optional | Styles for the processor (background-color : #eee). |
| relationships | array[RelationshipDTO] | optional | The available relationships that the processor currently supports. This property is read only. |
| description | string | optional | The description of the processor. |
| supportsParallelProcessing | boolean | optional | Whether the processor supports parallel processing. |
| supportsEventDriven | boolean | optional | Whether the processor supports event driven scheduling. |
| supportsBatching | boolean | optional | Whether the processor supports batching. This makes the run duration settings available. |
| persistsState | boolean | optional | Whether the processor persists state. |
| restricted | boolean | optional | Whether the processor requires elevated privileges. |
| deprecated | boolean | optional | Whether the processor has been deprecated. |
| executionNodeRestricted | boolean | optional | Indicates if the execution node of a processor is restricted to run only on the primary node |
| multipleVersionsAvailable | boolean | optional | Whether the processor has multiple versions available. |
| inputRequirement | string | optional | The input requirement for this processor. |
| config | ProcessorConfigDTO | optional | The configuration details for the processor. These details will be included in a response if the verbose flag is included in a request. |
| validationErrors | array[string] | optional | The validation errors for the processor. These validation errors represent the problems with the processor that must be resolved before it can be started. |
| validationStatus | string | optional | Indicates whether the Processor is valid, invalid, or still in the process of validating (i.e., it is unknown whether or not the Processor is valid) Allowable values: VALID, INVALID, VALIDATING This property is read only. |
| extensionMissing | boolean | optional | Whether the underlying extension is missing. |
{
"id": "value",
"versionedComponentId": "value",
"parentGroupId": "value",
"position": PositionDTO{…},
"name": "value",
"type": "value",
"bundle": BundleDTO{…},
"state": "value",
"style": {
"name": "value"
},
"relationships": [RelationshipDTO{…}],
"description": "value",
"supportsParallelProcessing": true,
"supportsEventDriven": true,
"supportsBatching": true,
"persistsState": true,
"restricted": true,
"deprecated": true,
"executionNodeRestricted": true,
"multipleVersionsAvailable": true,
"inputRequirement": "value",
"config": ProcessorConfigDTO{…},
"validationErrors": ["value"],
"validationStatus": "value",
"extensionMissing": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| revision | RevisionDTO | optional | The revision for this request/response. The revision is required for any mutable flow requests and is included in all responses. |
| id | string | optional | The id of the component. |
| uri | string | optional | The URI for futures requests to the component. |
| position | PositionDTO | optional | The position of this component in the UI if applicable. |
| permissions | PermissionsDTO | optional | The permissions for this component. |
| bulletins | array[BulletinEntity] | optional | The bulletins for this component. |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| component | ProcessorDTO | optional | |
| inputRequirement | string | optional | The input requirement for this processor. |
| status | ProcessorStatusDTO | optional | |
| operatePermissions | PermissionsDTO | optional | The permissions for this component operations. |
{
"revision": RevisionDTO{…},
"id": "value",
"uri": "value",
"position": PositionDTO{…},
"permissions": PermissionsDTO{…},
"bulletins": [BulletinEntity{…}],
"disconnectedNodeAcknowledged": true,
"component": ProcessorDTO{…},
"inputRequirement": "value",
"status": ProcessorStatusDTO{…},
"operatePermissions": PermissionsDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| revision | RevisionDTO | optional | The revision for this request/response. The revision is required for any mutable flow requests and is included in all responses. |
| state | string | optional | The run status of the Processor. Allowable values: RUNNING, STOPPED, DISABLED |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
{
"revision": RevisionDTO{…},
"state": "value",
"disconnectedNodeAcknowledged": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| groupId | string | optional | The unique ID of the process group that the Processor belongs to |
| id | string | optional | The unique ID of the Processor |
| name | string | optional | The name of the Processor |
| type | string | optional | The type of the Processor |
| runStatus | string | optional | The run status of the Processor Allowable values: Running, Stopped, Validating, Disabled, Invalid |
| statsLastRefreshed | string | optional | The timestamp of when the stats were last refreshed |
| aggregateSnapshot | ProcessorStatusSnapshotDTO | optional | A status snapshot that represents the aggregate stats of all nodes in the cluster. If the NiFi instance is a standalone instance, rather than a cluster, this represents the stats of the single instance. |
| nodeSnapshots | array[NodeProcessorStatusSnapshotDTO] | optional | A status snapshot for each node in the cluster. If the NiFi instance is a standalone instance, rather than a cluster, this may be null. |
{
"groupId": "value",
"id": "value",
"name": "value",
"type": "value",
"runStatus": "value",
"statsLastRefreshed": "value",
"aggregateSnapshot": ProcessorStatusSnapshotDTO{…},
"nodeSnapshots": [NodeProcessorStatusSnapshotDTO{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| processorStatus | ProcessorStatusDTO | optional | |
| canRead | boolean | optional | Indicates whether the user can read a given resource. This property is read only. |
{
"processorStatus": ProcessorStatusDTO{…},
"canRead": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the processor. |
| groupId | string | optional | The id of the parent process group to which the processor belongs. |
| name | string | optional | The name of the prcessor. |
| type | string | optional | The type of the processor. |
| runStatus | string | optional | The state of the processor. Allowable values: Running, Stopped, Validating, Disabled, Invalid |
| executionNode | string | optional | Indicates the node where the process will execute. Allowable values: ALL, PRIMARY |
| bytesRead | integer (int64) | optional | The number of bytes read by this Processor in the last 5 mintues |
| bytesWritten | integer (int64) | optional | The number of bytes written by this Processor in the last 5 minutes |
| read | string | optional | The number of bytes read in the last 5 minutes. |
| written | string | optional | The number of bytes written in the last 5 minutes. |
| flowFilesIn | integer (int32) | optional | The number of FlowFiles that have been accepted in the last 5 minutes |
| bytesIn | integer (int64) | optional | The size of the FlowFiles that have been accepted in the last 5 minutes |
| input | string | optional | The count/size of flowfiles that have been accepted in the last 5 minutes. |
| flowFilesOut | integer (int32) | optional | The number of FlowFiles transferred to a Connection in the last 5 minutes |
| bytesOut | integer (int64) | optional | The size of the FlowFiles transferred to a Connection in the last 5 minutes |
| output | string | optional | The count/size of flowfiles that have been processed in the last 5 minutes. |
| taskCount | integer (int32) | optional | The number of times this Processor has run in the last 5 minutes |
| tasksDurationNanos | integer (int64) | optional | The number of nanoseconds that this Processor has spent running in the last 5 minutes |
| tasks | string | optional | The total number of task this connectable has completed over the last 5 minutes. |
| tasksDuration | string | optional | The total duration of all tasks for this connectable over the last 5 minutes. |
| activeThreadCount | integer (int32) | optional | The number of threads currently executing in the processor. |
| terminatedThreadCount | integer (int32) | optional | The number of threads currently terminated for the processor. |
{
"id": "value",
"groupId": "value",
"name": "value",
"type": "value",
"runStatus": "value",
"executionNode": "value",
"bytesRead": 0,
"bytesWritten": 0,
"read": "value",
"written": "value",
"flowFilesIn": 0,
"bytesIn": 0,
"input": "value",
"flowFilesOut": 0,
"bytesOut": 0,
"output": "value",
"taskCount": 0,
"tasksDurationNanos": 0,
"tasks": "value",
"tasksDuration": "value",
"activeThreadCount": 0,
"terminatedThreadCount": 0,
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the processor. |
| processorStatusSnapshot | ProcessorStatusSnapshotDTO | optional | |
| canRead | boolean | optional | Indicates whether the user can read a given resource. This property is read only. |
{
"id": "value",
"processorStatusSnapshot": ProcessorStatusSnapshotDTO{…},
"canRead": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| processorTypes | array[DocumentedTypeDTO] | optional |
{
"processorTypes": [DocumentedTypeDTO{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| processors | array[ProcessorEntity] | optional |
{
"processors": [ProcessorEntity{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| name | string | optional | The name for the property. |
| displayName | string | optional | The human readable name for the property. |
| description | string | optional | The description for the property. Used to relay additional details to a user or provide a mechanism of documenting intent. |
| defaultValue | string | optional | The default value for the property. |
| allowableValues | array[AllowableValueEntity] | optional | Allowable values for the property. If empty then the allowed values are not constrained. |
| required | boolean | optional | Whether the property is required. |
| sensitive | boolean | optional | Whether the property is sensitive and protected whenever stored or represented. |
| dynamic | boolean | optional | Whether the property is dynamic (user-defined). |
| supportsEl | boolean | optional | Whether the property supports expression language. |
| expressionLanguageScope | string | optional | Scope of the Expression Language evaluation for the property. |
| identifiesControllerService | string | optional | If the property identifies a controller service this returns the fully qualified type. |
| identifiesControllerServiceBundle | BundleDTO | optional | If the property identifies a controller service this returns the bundle of the type, null otherwise. |
{
"name": "value",
"displayName": "value",
"description": "value",
"defaultValue": "value",
"allowableValues": [AllowableValueEntity{…}],
"required": true,
"sensitive": true,
"dynamic": true,
"supportsEl": true,
"expressionLanguageScope": "value",
"identifiesControllerService": "value",
"identifiesControllerServiceBundle": BundleDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| propertyDescriptor | PropertyDescriptorDTO | optional |
{
"propertyDescriptor": PropertyDescriptorDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| previousValues | array[PreviousValueDTO] | optional | Previous values for a given property. |
{
"previousValues": [PreviousValueDTO{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the provenance query. |
| uri | string | optional | The URI for this query. Used for obtaining/deleting the request at a later time |
| submissionTime | string | optional | The timestamp when the query was submitted. |
| expiration | string | optional | The timestamp when the query will expire. |
| percentCompleted | integer (int32) | optional | The current percent complete. |
| finished | boolean | optional | Whether the query has finished. |
| request | ProvenanceRequestDTO | optional | The provenance request. |
| results | ProvenanceResultsDTO | optional | The provenance results. |
{
"id": "value",
"uri": "value",
"submissionTime": "value",
"expiration": "value",
"percentCompleted": 0,
"finished": true,
"request": ProvenanceRequestDTO{…},
"results": ProvenanceResultsDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| provenance | ProvenanceDTO | optional |
{
"provenance": ProvenanceDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The event uuid. |
| eventId | integer (int64) | optional | The event id. This is a one up number thats unique per node. |
| eventTime | string | optional | The timestamp of the event. |
| eventDuration | integer (int64) | optional | The event duration in milliseconds. |
| lineageDuration | integer (int64) | optional | The duration since the lineage began, in milliseconds. |
| eventType | string | optional | The type of the event. |
| flowFileUuid | string | optional | The uuid of the flowfile for the event. |
| fileSize | string | optional | The size of the flowfile for the event. |
| fileSizeBytes | integer (int64) | optional | The size of the flowfile in bytes for the event. |
| clusterNodeId | string | optional | The identifier for the node where the event originated. |
| clusterNodeAddress | string | optional | The label for the node where the event originated. |
| groupId | string | optional | The id of the group that the component resides in. If the component is no longer in the flow, the group id will not be set. |
| componentId | string | optional | The id of the component that generated the event. |
| componentType | string | optional | The type of the component that generated the event. |
| componentName | string | optional | The name of the component that generated the event. |
| sourceSystemFlowFileId | string | optional | The source system flowfile id. |
| alternateIdentifierUri | string | optional | The alternate identifier uri for the fileflow for the event. |
| attributes | array[AttributeDTO] | optional | The attributes of the flowfile for the event. |
| parentUuids | array[string] | optional | The parent uuids for the event. |
| childUuids | array[string] | optional | The child uuids for the event. |
| transitUri | string | optional | The source/destination system uri if the event was a RECEIVE/SEND. |
| relationship | string | optional | The relationship to which the flowfile was routed if the event is of type ROUTE. |
| details | string | optional | The event details. |
| contentEqual | boolean | optional | Whether the input and output content claim is the same. |
| inputContentAvailable | boolean | optional | Whether the input content is still available. |
| inputContentClaimSection | string | optional | The section in which the input content claim lives. |
| inputContentClaimContainer | string | optional | The container in which the input content claim lives. |
| inputContentClaimIdentifier | string | optional | The identifier of the input content claim. |
| inputContentClaimOffset | integer (int64) | optional | The offset into the input content claim where the flowfiles content begins. |
| inputContentClaimFileSize | string | optional | The file size of the input content claim formatted. |
| inputContentClaimFileSizeBytes | integer (int64) | optional | The file size of the intput content claim in bytes. |
| outputContentAvailable | boolean | optional | Whether the output content is still available. |
| outputContentClaimSection | string | optional | The section in which the output content claim lives. |
| outputContentClaimContainer | string | optional | The container in which the output content claim lives. |
| outputContentClaimIdentifier | string | optional | The identifier of the output content claim. |
| outputContentClaimOffset | integer (int64) | optional | The offset into the output content claim where the flowfiles content begins. |
| outputContentClaimFileSize | string | optional | The file size of the output content claim formatted. |
| outputContentClaimFileSizeBytes | integer (int64) | optional | The file size of the output content claim in bytes. |
| replayAvailable | boolean | optional | Whether or not replay is available. |
| replayExplanation | string | optional | Explanation as to why replay is unavailable. |
| sourceConnectionIdentifier | string | optional | The identifier of the queue/connection from which the flowfile was pulled to genereate this event. May be null if the queue/connection is unknown or the flowfile was generated from this event. |
{
"id": "value",
"eventId": 0,
"eventTime": "value",
"eventDuration": 0,
"lineageDuration": 0,
"eventType": "value",
"flowFileUuid": "value",
"fileSize": "value",
"fileSizeBytes": 0,
"clusterNodeId": "value",
"clusterNodeAddress": "value",
"groupId": "value",
"componentId": "value",
"componentType": "value",
"componentName": "value",
"sourceSystemFlowFileId": "value",
"alternateIdentifierUri": "value",
"attributes": [AttributeDTO{…}],
"parentUuids": ["value"],
"childUuids": ["value"],
"transitUri": "value",
"relationship": "value",
"details": "value",
"contentEqual": true,
"inputContentAvailable": true,
"inputContentClaimSection": "value",
"inputContentClaimContainer": "value",
"inputContentClaimIdentifier": "value",
"inputContentClaimOffset": 0,
"inputContentClaimFileSize": "value",
"inputContentClaimFileSizeBytes": 0,
"outputContentAvailable": true,
"outputContentClaimSection": "value",
"outputContentClaimContainer": "value",
"outputContentClaimIdentifier": "value",
"outputContentClaimOffset": 0,
"outputContentClaimFileSize": "value",
"outputContentClaimFileSizeBytes": 0,
"replayAvailable": true,
"replayExplanation": "value",
"sourceConnectionIdentifier": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| provenanceEvent | ProvenanceEventDTO | optional |
{
"provenanceEvent": ProvenanceEventDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| sourceId | string | optional | The source node id of the link. |
| targetId | string | optional | The target node id of the link. |
| flowFileUuid | string | optional | The flowfile uuid that traversed the link. |
| timestamp | string | optional | The timestamp of the link (based on the destination). |
| millis | integer (int64) | optional | The timestamp of this link in milliseconds. |
{
"sourceId": "value",
"targetId": "value",
"flowFileUuid": "value",
"timestamp": "value",
"millis": 0,
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the node. |
| flowFileUuid | string | optional | The uuid of the flowfile associated with the provenance event. |
| parentUuids | array[string] | optional | The uuid of the parent flowfiles of the provenance event. |
| childUuids | array[string] | optional | The uuid of the childrent flowfiles of the provenance event. |
| clusterNodeIdentifier | string | optional | The identifier of the node that this event/flowfile originated from. |
| type | string | optional | The type of the node. Allowable values: FLOWFILE, EVENT |
| eventType | string | optional | If the type is EVENT, this is the type of event. |
| millis | integer (int64) | optional | The timestamp of the node in milliseconds. |
| timestamp | string | optional | The timestamp of the node formatted. |
{
"id": "value",
"flowFileUuid": "value",
"parentUuids": ["value"],
"childUuids": ["value"],
"clusterNodeIdentifier": "value",
"type": "value",
"eventType": "value",
"millis": 0,
"timestamp": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| searchableFields | array[ProvenanceSearchableFieldDTO] | optional | The available searchable field for the NiFi. |
{
"searchableFields": [ProvenanceSearchableFieldDTO{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| provenanceOptions | ProvenanceOptionsDTO | optional |
{
"provenanceOptions": ProvenanceOptionsDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| searchTerms | object | optional | The search terms used to perform the search. |
| clusterNodeId | string | optional | The id of the node in the cluster where this provenance originated. |
| startDate | string | optional | The earliest event time to include in the query. |
| endDate | string | optional | The latest event time to include in the query. |
| minimumFileSize | string | optional | The minimum file size to include in the query. |
| maximumFileSize | string | optional | The maximum file size to include in the query. |
| maxResults | integer (int32) | optional | The maximum number of results to include. |
| summarize | boolean | optional | Whether or not to summarize provenance events returned. This property is false by default. |
| incrementalResults | boolean | optional | Whether or not incremental results are returned. If false, provenance events are only returned once the query completes. This property is true by default. |
{
"searchTerms": {
"name": "value"
},
"clusterNodeId": "value",
"startDate": "value",
"endDate": "value",
"minimumFileSize": "value",
"maximumFileSize": "value",
"maxResults": 0,
"summarize": true,
"incrementalResults": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| provenanceEvents | array[ProvenanceEventDTO] | optional | The provenance events that matched the search criteria. |
| total | string | optional | The total number of results formatted. |
| totalCount | integer (int64) | optional | The total number of results. |
| generated | string | optional | Then the search was performed. |
| oldestEvent | string | optional | The oldest event available in the provenance repository. |
| timeOffset | integer (int32) | optional | The time offset of the server that's used for event time. |
| errors | array[string] | optional | Any errors that occurred while performing the provenance request. |
{
"provenanceEvents": [ProvenanceEventDTO{…}],
"total": "value",
"totalCount": 0,
"generated": "value",
"oldestEvent": "value",
"timeOffset": 0,
"errors": ["value"],
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the searchable field. |
| field | string | optional | The searchable field. |
| label | string | optional | The label for the searchable field. |
| type | string | optional | The type of the searchable field. |
{
"id": "value",
"field": "value",
"label": "value",
"type": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| byteCount | integer (int64) | optional | The size of objects in a queue. |
| objectCount | integer (int32) | optional | The count of objects in a queue. |
{
"byteCount": 0,
"objectCount": 0,
}
| Name | Type | Required | Description |
|---|---|---|---|
| revision | RevisionDTO | optional | The revision for this request/response. The revision is required for any mutable flow requests and is included in all responses. |
| id | string | optional | The id of the component. |
| uri | string | optional | The URI for futures requests to the component. |
| position | PositionDTO | optional | The position of this component in the UI if applicable. |
| permissions | PermissionsDTO | optional | The permissions for this component. |
| bulletins | array[BulletinEntity] | optional | The bulletins for this component. |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| component | RegistryDTO | optional |
{
"revision": RevisionDTO{…},
"id": "value",
"uri": "value",
"position": PositionDTO{…},
"permissions": PermissionsDTO{…},
"bulletins": [BulletinEntity{…}],
"disconnectedNodeAcknowledged": true,
"component": RegistryDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| registries | array[RegistryClientEntity] | optional |
{
"registries": [RegistryClientEntity{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The registry identifier |
| name | string | optional | The registry name |
| description | string | optional | The registry description |
| uri | string | optional | The registry URI |
{
"id": "value",
"name": "value",
"description": "value",
"uri": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| name | string | optional | The relationship name. |
| description | string | optional | The relationship description. |
| autoTerminate | boolean | optional | Whether or not flowfiles sent to this relationship should auto terminate. |
{
"name": "value",
"description": "value",
"autoTerminate": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| revision | RevisionDTO | optional | The revision for this request/response. The revision is required for any mutable flow requests and is included in all responses. |
| state | string | optional | The run status of the RemotePort. Allowable values: TRANSMITTING, STOPPED |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
{
"revision": RevisionDTO{…},
"state": "value",
"disconnectedNodeAcknowledged": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| inputPorts | array[RemoteProcessGroupPortDTO] | optional | The input ports to which data can be sent. |
| outputPorts | array[RemoteProcessGroupPortDTO] | optional | The output ports from which data can be retrieved. |
{
"inputPorts": [RemoteProcessGroupPortDTO{…}],
"outputPorts": [RemoteProcessGroupPortDTO{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the component. |
| versionedComponentId | string | optional | The ID of the corresponding component that is under version control |
| parentGroupId | string | optional | The id of parent process group of this component if applicable. |
| position | PositionDTO | optional | The position of this component in the UI if applicable. |
| targetUri | string | optional | The target URI of the remote process group. If target uri is not set, but uris are set, then returns the first url in the urls. If neither target uri nor uris are set, then returns null. |
| targetUris | string | optional | The target URI of the remote process group. If target uris is not set but target uri is set, then returns a collection containing the single target uri. If neither target uris nor uris are set, then returns null. |
| targetSecure | boolean | optional | Whether the target is running securely. |
| name | string | optional | The name of the remote process group. |
| comments | string | optional | The comments for the remote process group. |
| communicationsTimeout | string | optional | The time period used for the timeout when communicating with the target. |
| yieldDuration | string | optional | When yielding, this amount of time must elapse before the remote process group is scheduled again. |
| transportProtocol | string | optional | |
| localNetworkInterface | string | optional | The local network interface to send/receive data. If not specified, any local address is used. If clustered, all nodes must have an interface with this identifier. |
| proxyHost | string | optional | |
| proxyPort | integer (int32) | optional | |
| proxyUser | string | optional | |
| proxyPassword | string | optional | |
| authorizationIssues | array[string] | optional | Any remote authorization issues for the remote process group. |
| validationErrors | array[string] | optional | The validation errors for the remote process group. These validation errors represent the problems with the remote process group that must be resolved before it can transmit. |
| transmitting | boolean | optional | Whether the remote process group is actively transmitting. |
| inputPortCount | integer (int32) | optional | The number of remote input ports currently available on the target. |
| outputPortCount | integer (int32) | optional | The number of remote output ports currently available on the target. |
| activeRemoteInputPortCount | integer (int32) | optional | The number of active remote input ports. |
| inactiveRemoteInputPortCount | integer (int32) | optional | The number of inactive remote input ports. |
| activeRemoteOutputPortCount | integer (int32) | optional | The number of active remote output ports. |
| inactiveRemoteOutputPortCount | integer (int32) | optional | The number of inactive remote output ports. |
| flowRefreshed | string | optional | The timestamp when this remote process group was last refreshed. |
| contents | RemoteProcessGroupContentsDTO | optional | The contents of the remote process group. Will contain available input/output ports. |
{
"id": "value",
"versionedComponentId": "value",
"parentGroupId": "value",
"position": PositionDTO{…},
"targetUri": "value",
"targetUris": "value",
"targetSecure": true,
"name": "value",
"comments": "value",
"communicationsTimeout": "value",
"yieldDuration": "value",
"transportProtocol": "value",
"localNetworkInterface": "value",
"proxyHost": "value",
"proxyPort": 0,
"proxyUser": "value",
"proxyPassword": "value",
"authorizationIssues": ["value"],
"validationErrors": ["value"],
"transmitting": true,
"inputPortCount": 0,
"outputPortCount": 0,
"activeRemoteInputPortCount": 0,
"inactiveRemoteInputPortCount": 0,
"activeRemoteOutputPortCount": 0,
"inactiveRemoteOutputPortCount": 0,
"flowRefreshed": "value",
"contents": RemoteProcessGroupContentsDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| revision | RevisionDTO | optional | The revision for this request/response. The revision is required for any mutable flow requests and is included in all responses. |
| id | string | optional | The id of the component. |
| uri | string | optional | The URI for futures requests to the component. |
| position | PositionDTO | optional | The position of this component in the UI if applicable. |
| permissions | PermissionsDTO | optional | The permissions for this component. |
| bulletins | array[BulletinEntity] | optional | The bulletins for this component. |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| component | RemoteProcessGroupDTO | optional | |
| status | RemoteProcessGroupStatusDTO | optional | The status of the remote process group. |
| inputPortCount | integer (int32) | optional | The number of remote input ports currently available on the target. |
| outputPortCount | integer (int32) | optional | The number of remote output ports currently available on the target. |
| operatePermissions | PermissionsDTO | optional | The permissions for this component operations. |
{
"revision": RevisionDTO{…},
"id": "value",
"uri": "value",
"position": PositionDTO{…},
"permissions": PermissionsDTO{…},
"bulletins": [BulletinEntity{…}],
"disconnectedNodeAcknowledged": true,
"component": RemoteProcessGroupDTO{…},
"status": RemoteProcessGroupStatusDTO{…},
"inputPortCount": 0,
"outputPortCount": 0,
"operatePermissions": PermissionsDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the port. |
| targetId | string | optional | The id of the target port. |
| versionedComponentId | string | optional | The ID of the corresponding component that is under version control |
| groupId | string | optional | The id of the remote process group that the port resides in. |
| name | string | optional | The name of the target port. |
| comments | string | optional | The comments as configured on the target port. |
| concurrentlySchedulableTaskCount | integer (int32) | optional | The number of task that may transmit flowfiles to the target port concurrently. |
| transmitting | boolean | optional | Whether the remote port is configured for transmission. |
| useCompression | boolean | optional | Whether the flowfiles are compressed when sent to the target port. |
| exists | boolean | optional | Whether the target port exists. |
| targetRunning | boolean | optional | Whether the target port is running. |
| connected | boolean | optional | Whether the port has either an incoming or outgoing connection. |
| batchSettings | BatchSettingsDTO | optional | The batch settings for data transmission. |
{
"id": "value",
"targetId": "value",
"versionedComponentId": "value",
"groupId": "value",
"name": "value",
"comments": "value",
"concurrentlySchedulableTaskCount": 0,
"transmitting": true,
"useCompression": true,
"exists": true,
"targetRunning": true,
"connected": true,
"batchSettings": BatchSettingsDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| revision | RevisionDTO | optional | The revision for this request/response. The revision is required for any mutable flow requests and is included in all responses. |
| id | string | optional | The id of the component. |
| uri | string | optional | The URI for futures requests to the component. |
| position | PositionDTO | optional | The position of this component in the UI if applicable. |
| permissions | PermissionsDTO | optional | The permissions for this component. |
| bulletins | array[BulletinEntity] | optional | The bulletins for this component. |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| remoteProcessGroupPort | RemoteProcessGroupPortDTO | optional | |
| operatePermissions | PermissionsDTO | optional | The permissions for this component operations. |
{
"revision": RevisionDTO{…},
"id": "value",
"uri": "value",
"position": PositionDTO{…},
"permissions": PermissionsDTO{…},
"bulletins": [BulletinEntity{…}],
"disconnectedNodeAcknowledged": true,
"remoteProcessGroupPort": RemoteProcessGroupPortDTO{…},
"operatePermissions": PermissionsDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| groupId | string | optional | The unique ID of the process group that the Processor belongs to |
| id | string | optional | The unique ID of the Processor |
| name | string | optional | The name of the remote process group. |
| targetUri | string | optional | The URI of the target system. |
| transmissionStatus | string | optional | The transmission status of the remote process group. |
| statsLastRefreshed | string | optional | The time the status for the process group was last refreshed. |
| validationStatus | string | optional | Indicates whether the component is valid, invalid, or still in the process of validating (i.e., it is unknown whether or not the component is valid) Allowable values: VALID, INVALID, VALIDATING This property is read only. |
| aggregateSnapshot | RemoteProcessGroupStatusSnapshotDTO | optional | A status snapshot that represents the aggregate stats of all nodes in the cluster. If the NiFi instance is a standalone instance, rather than a cluster, this represents the stats of the single instance. |
| nodeSnapshots | array[NodeRemoteProcessGroupStatusSnapshotDTO] | optional | A status snapshot for each node in the cluster. If the NiFi instance is a standalone instance, rather than a cluster, this may be null. |
{
"groupId": "value",
"id": "value",
"name": "value",
"targetUri": "value",
"transmissionStatus": "value",
"statsLastRefreshed": "value",
"validationStatus": "value",
"aggregateSnapshot": RemoteProcessGroupStatusSnapshotDTO{…},
"nodeSnapshots": [NodeRemoteProcessGroupStatusSnapshotDTO{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| remoteProcessGroupStatus | RemoteProcessGroupStatusDTO | optional | |
| canRead | boolean | optional | Indicates whether the user can read a given resource. This property is read only. |
{
"remoteProcessGroupStatus": RemoteProcessGroupStatusDTO{…},
"canRead": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the remote process group. |
| groupId | string | optional | The id of the parent process group the remote process group resides in. |
| name | string | optional | The name of the remote process group. |
| targetUri | string | optional | The URI of the target system. |
| transmissionStatus | string | optional | The transmission status of the remote process group. |
| activeThreadCount | integer (int32) | optional | The number of active threads for the remote process group. |
| flowFilesSent | integer (int32) | optional | The number of FlowFiles sent to the remote process group in the last 5 minutes. |
| bytesSent | integer (int64) | optional | The size of the FlowFiles sent to the remote process group in the last 5 minutes. |
| sent | string | optional | The count/size of the flowfiles sent to the remote process group in the last 5 minutes. |
| flowFilesReceived | integer (int32) | optional | The number of FlowFiles received from the remote process group in the last 5 minutes. |
| bytesReceived | integer (int64) | optional | The size of the FlowFiles received from the remote process group in the last 5 minutes. |
| received | string | optional | The count/size of the flowfiles received from the remote process group in the last 5 minutes. |
{
"id": "value",
"groupId": "value",
"name": "value",
"targetUri": "value",
"transmissionStatus": "value",
"activeThreadCount": 0,
"flowFilesSent": 0,
"bytesSent": 0,
"sent": "value",
"flowFilesReceived": 0,
"bytesReceived": 0,
"received": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the remote process group. |
| remoteProcessGroupStatusSnapshot | RemoteProcessGroupStatusSnapshotDTO | optional | |
| canRead | boolean | optional | Indicates whether the user can read a given resource. This property is read only. |
{
"id": "value",
"remoteProcessGroupStatusSnapshot": RemoteProcessGroupStatusSnapshotDTO{…},
"canRead": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| remoteProcessGroups | array[RemoteProcessGroupEntity] | optional |
{
"remoteProcessGroups": [RemoteProcessGroupEntity{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the component. |
| versionedComponentId | string | optional | The ID of the corresponding component that is under version control |
| parentGroupId | string | optional | The id of parent process group of this component if applicable. |
| position | PositionDTO | optional | The position of this component in the UI if applicable. |
| name | string | optional | The name of the reporting task. |
| type | string | optional | The fully qualified type of the reporting task. |
| bundle | BundleDTO | optional | The details of the artifact that bundled this processor type. |
| state | string | optional | The state of the reporting task. Allowable values: RUNNING, STOPPED, DISABLED |
| comments | string | optional | The comments of the reporting task. |
| persistsState | boolean | optional | Whether the reporting task persists state. |
| restricted | boolean | optional | Whether the reporting task requires elevated privileges. |
| deprecated | boolean | optional | Whether the reporting task has been deprecated. |
| multipleVersionsAvailable | boolean | optional | Whether the reporting task has multiple versions available. |
| schedulingPeriod | string | optional | The frequency with which to schedule the reporting task. The format of the value willd epend on the valud of the schedulingStrategy. |
| schedulingStrategy | string | optional | The scheduling strategy that determines how the schedulingPeriod value should be interpreted. |
| defaultSchedulingPeriod | object | optional | The default scheduling period for the different scheduling strategies. |
| properties | object | optional | The properties of the reporting task. |
| descriptors | object | optional | The descriptors for the reporting tasks properties. |
| customUiUrl | string | optional | The URL for the custom configuration UI for the reporting task. |
| annotationData | string | optional | The annotation data for the repoting task. This is how the custom UI relays configuration to the reporting task. |
| validationErrors | array[string] | optional | Gets the validation errors from the reporting task. These validation errors represent the problems with the reporting task that must be resolved before it can be scheduled to run. |
| validationStatus | string | optional | Indicates whether the Processor is valid, invalid, or still in the process of validating (i.e., it is unknown whether or not the Processor is valid) Allowable values: VALID, INVALID, VALIDATING This property is read only. |
| activeThreadCount | integer (int32) | optional | The number of active threads for the reporting task. |
| extensionMissing | boolean | optional | Whether the underlying extension is missing. |
{
"id": "value",
"versionedComponentId": "value",
"parentGroupId": "value",
"position": PositionDTO{…},
"name": "value",
"type": "value",
"bundle": BundleDTO{…},
"state": "value",
"comments": "value",
"persistsState": true,
"restricted": true,
"deprecated": true,
"multipleVersionsAvailable": true,
"schedulingPeriod": "value",
"schedulingStrategy": "value",
"defaultSchedulingPeriod": {
"name": "value"
},
"properties": {
"name": "value"
},
"descriptors": {
"name": PropertyDescriptorDTO{…}
},
"customUiUrl": "value",
"annotationData": "value",
"validationErrors": ["value"],
"validationStatus": "value",
"activeThreadCount": 0,
"extensionMissing": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| revision | RevisionDTO | optional | The revision for this request/response. The revision is required for any mutable flow requests and is included in all responses. |
| id | string | optional | The id of the component. |
| uri | string | optional | The URI for futures requests to the component. |
| position | PositionDTO | optional | The position of this component in the UI if applicable. |
| permissions | PermissionsDTO | optional | The permissions for this component. |
| bulletins | array[BulletinEntity] | optional | The bulletins for this component. |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| component | ReportingTaskDTO | optional | |
| operatePermissions | PermissionsDTO | optional | The permissions for this component operations. |
| status | ReportingTaskStatusDTO | optional | The status for this ReportingTask. This property is read only. |
{
"revision": RevisionDTO{…},
"id": "value",
"uri": "value",
"position": PositionDTO{…},
"permissions": PermissionsDTO{…},
"bulletins": [BulletinEntity{…}],
"disconnectedNodeAcknowledged": true,
"component": ReportingTaskDTO{…},
"operatePermissions": PermissionsDTO{…},
"status": ReportingTaskStatusDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| revision | RevisionDTO | optional | The revision for this request/response. The revision is required for any mutable flow requests and is included in all responses. |
| state | string | optional | The run status of the ReportingTask. Allowable values: RUNNING, STOPPED |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
{
"revision": RevisionDTO{…},
"state": "value",
"disconnectedNodeAcknowledged": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| runStatus | string | optional | The run status of this ReportingTask Allowable values: RUNNING, STOPPED, DISABLED This property is read only. |
| validationStatus | string | optional | Indicates whether the component is valid, invalid, or still in the process of validating (i.e., it is unknown whether or not the component is valid) Allowable values: VALID, INVALID, VALIDATING This property is read only. |
| activeThreadCount | integer (int32) | optional | The number of active threads for the component. |
{
"runStatus": "value",
"validationStatus": "value",
"activeThreadCount": 0,
}
| Name | Type | Required | Description |
|---|---|---|---|
| reportingTaskTypes | array[DocumentedTypeDTO] | optional |
{
"reportingTaskTypes": [DocumentedTypeDTO{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| reportingTasks | array[ReportingTaskEntity] | optional |
{
"reportingTasks": [ReportingTaskEntity{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The required sub-permission necessary for this restriction. |
| label | string | optional | The label for the required sub-permission necessary for this restriction. |
{
"id": "value",
"label": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| identifier | string | optional | The identifier of the resource. |
| name | string | optional | The name of the resource. |
{
"identifier": "value",
"name": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| resources | array[ResourceDTO] | optional |
{
"resources": [ResourceDTO{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| clientId | string | optional | A client identifier used to make a request. By including a client identifier, the API can allow multiple requests without needing the current revision. Due to the asynchronous nature of requests/responses this was implemented to allow the client to make numerous requests without having to wait for the previous response to come back |
| version | integer (int64) | optional | NiFi employs an optimistic locking strategy where the client must include a revision in their request when performing an update. In a response to a mutable flow request, this field represents the updated base version. |
| lastModifier | string | optional | The user that last modified the flow. This property is read only. |
{
"clientId": "value",
"version": 0,
"lastModifier": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the ProcessGroup |
| state | string | optional | The desired state of the descendant components Allowable values: RUNNING, STOPPED, ENABLED, DISABLED |
| components | object | optional | Optional components to schedule. If not specified, all authorized descendant components will be used. |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
{
"id": "value",
"state": "value",
"components": {
"name": RevisionDTO{…}
},
"disconnectedNodeAcknowledged": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required | The id of the group. |
| name | string | optional | The name of the group. |
{
"id": "value",
"name": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| processorResults | array[ComponentSearchResultDTO] | optional | The processors that matched the search. |
| connectionResults | array[ComponentSearchResultDTO] | optional | The connections that matched the search. |
| processGroupResults | array[ComponentSearchResultDTO] | optional | The process groups that matched the search. |
| inputPortResults | array[ComponentSearchResultDTO] | optional | The input ports that matched the search. |
| outputPortResults | array[ComponentSearchResultDTO] | optional | The output ports that matched the search. |
| remoteProcessGroupResults | array[ComponentSearchResultDTO] | optional | The remote process groups that matched the search. |
| funnelResults | array[ComponentSearchResultDTO] | optional | The funnels that matched the search. |
| parameterContextResults | array[ComponentSearchResultDTO] | optional | The parameter contexts that matched the search. |
| parameterResults | array[ComponentSearchResultDTO] | optional | The parameters that matched the search. |
{
"processorResults": [ComponentSearchResultDTO{…}],
"connectionResults": [ComponentSearchResultDTO{…}],
"processGroupResults": [ComponentSearchResultDTO{…}],
"inputPortResults": [ComponentSearchResultDTO{…}],
"outputPortResults": [ComponentSearchResultDTO{…}],
"remoteProcessGroupResults": [ComponentSearchResultDTO{…}],
"funnelResults": [ComponentSearchResultDTO{…}],
"parameterContextResults": [ComponentSearchResultDTO{…}],
"parameterResults": [ComponentSearchResultDTO{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| searchResultsDTO | SearchResultsDTO | optional |
{
"searchResultsDTO": SearchResultsDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the snippet. |
| uri | string | optional | The URI of the snippet. |
| parentGroupId | string | optional | The group id for the components in the snippet. |
| processGroups | object | optional | The ids of the process groups in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created its contents cannot be modified (these ids are ignored during update requests). |
| remoteProcessGroups | object | optional | The ids of the remote process groups in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created its contents cannot be modified (these ids are ignored during update requests). |
| processors | object | optional | The ids of the processors in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created its contents cannot be modified (these ids are ignored during update requests). |
| inputPorts | object | optional | The ids of the input ports in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created its contents cannot be modified (these ids are ignored during update requests). |
| outputPorts | object | optional | The ids of the output ports in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created its contents cannot be modified (these ids are ignored during update requests). |
| connections | object | optional | The ids of the connections in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created its contents cannot be modified (these ids are ignored during update requests). |
| labels | object | optional | The ids of the labels in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created its contents cannot be modified (these ids are ignored during update requests). |
| funnels | object | optional | The ids of the funnels in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created its contents cannot be modified (these ids are ignored during update requests). |
{
"id": "value",
"uri": "value",
"parentGroupId": "value",
"processGroups": {
"name": RevisionDTO{…}
},
"remoteProcessGroups": {
"name": RevisionDTO{…}
},
"processors": {
"name": RevisionDTO{…}
},
"inputPorts": {
"name": RevisionDTO{…}
},
"outputPorts": {
"name": RevisionDTO{…}
},
"connections": {
"name": RevisionDTO{…}
},
"labels": {
"name": RevisionDTO{…}
},
"funnels": {
"name": RevisionDTO{…}
},
}
| Name | Type | Required | Description |
|---|---|---|---|
| snippet | SnippetDTO | optional | The snippet. |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
{
"snippet": SnippetDTO{…},
"disconnectedNodeAcknowledged": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| versionedFlow | VersionedFlowDTO | optional | The versioned flow |
| processGroupRevision | RevisionDTO | optional | The Revision of the Process Group under Version Control |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
{
"versionedFlow": VersionedFlowDTO{…},
"processGroupRevision": RevisionDTO{…},
"disconnectedNodeAcknowledged": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| key | string | optional | The key for this state. |
| value | string | optional | The value for this state. |
| clusterNodeId | string | optional | The identifier for the node where the state originated. |
| clusterNodeAddress | string | optional | The label for the node where the state originated. |
{
"key": "value",
"value": "value",
"clusterNodeId": "value",
"clusterNodeAddress": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| scope | string | optional | The scope of this StateMap. |
| totalEntryCount | integer (int32) | optional | The total number of state entries. When the state map is lengthy, only of portion of the entries are returned. |
| state | array[StateEntryDTO] | optional | The state. |
{
"scope": "value",
"totalEntryCount": 0,
"state": [StateEntryDTO{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| field | string | optional | The name of the status field. |
| label | string | optional | The label for the status field. |
| description | string | optional | The description of the status field. |
| formatter | string | optional | The formatter for the status descriptor. |
{
"field": "value",
"label": "value",
"description": "value",
"formatter": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| generated | string | optional | When the status history was generated. |
| componentDetails | object | optional | A Map of key/value pairs that describe the component that the status history belongs to |
| fieldDescriptors | array[StatusDescriptorDTO] | optional | The Descriptors that provide information on each of the metrics provided in the status history |
| aggregateSnapshots | array[StatusSnapshotDTO] | optional | A list of StatusSnapshotDTO objects that provide the actual metric values for the component. If the NiFi instance is clustered, this will represent the aggregate status across all nodes. If the NiFi instance is not clustered, this will represent the status of the entire NiFi instance. |
| nodeSnapshots | array[NodeStatusSnapshotsDTO] | optional | The NodeStatusSnapshotsDTO objects that provide the actual metric values for the component, for each node. If the NiFi instance is not clustered, this value will be null. |
{
"generated": "value",
"componentDetails": {
"name": "value"
},
"fieldDescriptors": [StatusDescriptorDTO{…}],
"aggregateSnapshots": [StatusSnapshotDTO{…}],
"nodeSnapshots": [NodeStatusSnapshotsDTO{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| statusHistory | StatusHistoryDTO | optional | |
| canRead | boolean | optional | Indicates whether the user can read a given resource. This property is read only. |
{
"statusHistory": StatusHistoryDTO{…},
"canRead": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| timestamp | string (date-time) | optional | The timestamp of the snapshot. |
| statusMetrics | object | optional | The status metrics. |
{
"timestamp": "value",
"statusMetrics": {
"name": 0
},
}
| Name | Type | Required | Description |
|---|---|---|---|
| identifier | string | optional | The identifier of this storage location. The identifier will correspond to the identifier keyed in the storage configuration. |
| freeSpace | string | optional | Amount of free space. |
| totalSpace | string | optional | Amount of total space. |
| usedSpace | string | optional | Amount of used space. |
| freeSpaceBytes | integer (int64) | optional | The number of bytes of free space. |
| totalSpaceBytes | integer (int64) | optional | The number of bytes of total space. |
| usedSpaceBytes | integer (int64) | optional | The number of bytes of used space. |
| utilization | string | optional | Utilization of this storage location. |
{
"identifier": "value",
"freeSpace": "value",
"totalSpace": "value",
"usedSpace": "value",
"freeSpaceBytes": 0,
"totalSpaceBytes": 0,
"usedSpaceBytes": 0,
"utilization": "value",
}
| Name | Type | Required | Description |
|---|
{
}
| Name | Type | Required | Description |
|---|---|---|---|
| eventId | integer (int64) | optional | The event identifier |
| clusterNodeId | string | optional | The identifier of the node where to submit the replay request. |
{
"eventId": 0,
"clusterNodeId": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| aggregateSnapshot | SystemDiagnosticsSnapshotDTO | optional | A systems diagnostic snapshot that represents the aggregate values of all nodes in the cluster. If the NiFi instance is a standalone instance, rather than a cluster, this represents the stats of the single instance. |
| nodeSnapshots | array[NodeSystemDiagnosticsSnapshotDTO] | optional | A systems diagnostics snapshot for each node in the cluster. If the NiFi instance is a standalone instance, rather than a cluster, this may be null. |
{
"aggregateSnapshot": SystemDiagnosticsSnapshotDTO{…},
"nodeSnapshots": [NodeSystemDiagnosticsSnapshotDTO{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| systemDiagnostics | SystemDiagnosticsDTO | optional |
{
"systemDiagnostics": SystemDiagnosticsDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| totalNonHeap | string | optional | Total size of non heap. |
| totalNonHeapBytes | integer (int64) | optional | Total number of bytes allocated to the JVM not used for heap |
| usedNonHeap | string | optional | Amount of use non heap. |
| usedNonHeapBytes | integer (int64) | optional | Total number of bytes used by the JVM not in the heap space |
| freeNonHeap | string | optional | Amount of free non heap. |
| freeNonHeapBytes | integer (int64) | optional | Total number of free non-heap bytes available to the JVM |
| maxNonHeap | string | optional | Maximum size of non heap. |
| maxNonHeapBytes | integer (int64) | optional | The maximum number of bytes that the JVM can use for non-heap purposes |
| nonHeapUtilization | string | optional | Utilization of non heap. |
| totalHeap | string | optional | Total size of heap. |
| totalHeapBytes | integer (int64) | optional | The total number of bytes that are available for the JVM heap to use |
| usedHeap | string | optional | Amount of used heap. |
| usedHeapBytes | integer (int64) | optional | The number of bytes of JVM heap that are currently being used |
| freeHeap | string | optional | Amount of free heap. |
| freeHeapBytes | integer (int64) | optional | The number of bytes that are allocated to the JVM heap but not currently being used |
| maxHeap | string | optional | Maximum size of heap. |
| maxHeapBytes | integer (int64) | optional | The maximum number of bytes that can be used by the JVM |
| heapUtilization | string | optional | Utilization of heap. |
| availableProcessors | integer (int32) | optional | Number of available processors if supported by the underlying system. |
| processorLoadAverage | number (double) | optional | The processor load average if supported by the underlying system. |
| totalThreads | integer (int32) | optional | Total number of threads. |
| daemonThreads | integer (int32) | optional | Number of daemon threads. |
| uptime | string | optional | The uptime of the Java virtual machine |
| flowFileRepositoryStorageUsage | StorageUsageDTO | optional | The flowfile repository storage usage. |
| contentRepositoryStorageUsage | array[StorageUsageDTO] | optional | The content repository storage usage. |
| provenanceRepositoryStorageUsage | array[StorageUsageDTO] | optional | The provenance repository storage usage. |
| garbageCollection | array[GarbageCollectionDTO] | optional | The garbage collection details. |
| statsLastRefreshed | string | optional | When the diagnostics were generated. |
| versionInfo | VersionInfoDTO | optional | The nifi, os, java, and build version information |
{
"totalNonHeap": "value",
"totalNonHeapBytes": 0,
"usedNonHeap": "value",
"usedNonHeapBytes": 0,
"freeNonHeap": "value",
"freeNonHeapBytes": 0,
"maxNonHeap": "value",
"maxNonHeapBytes": 0,
"nonHeapUtilization": "value",
"totalHeap": "value",
"totalHeapBytes": 0,
"usedHeap": "value",
"usedHeapBytes": 0,
"freeHeap": "value",
"freeHeapBytes": 0,
"maxHeap": "value",
"maxHeapBytes": 0,
"heapUtilization": "value",
"availableProcessors": 0,
"processorLoadAverage": 0.0,
"totalThreads": 0,
"daemonThreads": 0,
"uptime": "value",
"flowFileRepositoryStorageUsage": StorageUsageDTO{…},
"contentRepositoryStorageUsage": [StorageUsageDTO{…}],
"provenanceRepositoryStorageUsage": [StorageUsageDTO{…}],
"garbageCollection": [GarbageCollectionDTO{…}],
"statsLastRefreshed": "value",
"versionInfo": VersionInfoDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| uri | string | optional | The URI for the template. |
| id | string | optional | The id of the template. |
| groupId | string | optional | The id of the Process Group that the template belongs to. |
| name | string | optional | The name of the template. |
| description | string | optional | The description of the template. |
| timestamp | string | optional | The timestamp when this template was created. |
| encodingVersion | string | optional | The encoding version of this template. |
| snippet | FlowSnippetDTO | optional | The contents of the template. |
{
"uri": "value",
"id": "value",
"groupId": "value",
"name": "value",
"description": "value",
"timestamp": "value",
"encodingVersion": "value",
"snippet": FlowSnippetDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| revision | RevisionDTO | optional | The revision for this request/response. The revision is required for any mutable flow requests and is included in all responses. |
| id | string | optional | The id of the component. |
| uri | string | optional | The URI for futures requests to the component. |
| position | PositionDTO | optional | The position of this component in the UI if applicable. |
| permissions | PermissionsDTO | optional | The permissions for this component. |
| bulletins | array[BulletinEntity] | optional | The bulletins for this component. |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| template | TemplateDTO | optional |
{
"revision": RevisionDTO{…},
"id": "value",
"uri": "value",
"position": PositionDTO{…},
"permissions": PermissionsDTO{…},
"bulletins": [BulletinEntity{…}],
"disconnectedNodeAcknowledged": true,
"template": TemplateDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| templates | array[TemplateEntity] | optional | |
| generated | string | optional | When this content was generated. |
{
"templates": [TemplateEntity{…}],
"generated": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the component. |
| versionedComponentId | string | optional | The ID of the corresponding component that is under version control |
| parentGroupId | string | optional | The id of parent process group of this component if applicable. |
| position | PositionDTO | optional | The position of this component in the UI if applicable. |
| identity | string | optional | The identity of the tenant. |
| configurable | boolean | optional | Whether this tenant is configurable. |
{
"id": "value",
"versionedComponentId": "value",
"parentGroupId": "value",
"position": PositionDTO{…},
"identity": "value",
"configurable": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| revision | RevisionDTO | optional | The revision for this request/response. The revision is required for any mutable flow requests and is included in all responses. |
| id | string | optional | The id of the component. |
| uri | string | optional | The URI for futures requests to the component. |
| position | PositionDTO | optional | The position of this component in the UI if applicable. |
| permissions | PermissionsDTO | optional | The permissions for this component. |
| bulletins | array[BulletinEntity] | optional | The bulletins for this component. |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| component | TenantDTO | optional |
{
"revision": RevisionDTO{…},
"id": "value",
"uri": "value",
"position": PositionDTO{…},
"permissions": PermissionsDTO{…},
"bulletins": [BulletinEntity{…}],
"disconnectedNodeAcknowledged": true,
"component": TenantDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| users | array[TenantEntity] | optional | |
| userGroups | array[TenantEntity] | optional |
{
"users": [TenantEntity{…}],
"userGroups": [TenantEntity{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| flowFileSent | integer (int32) | optional | |
| responseCode | integer (int32) | optional | |
| message | string | optional |
{
"flowFileSent": 0,
"responseCode": 0,
"message": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The identifier of the Controller Service. |
| state | string | optional | The new state of the references for the controller service. Allowable values: ENABLED, DISABLED, RUNNING, STOPPED |
| referencingComponentRevisions | object | optional | The revisions for all referencing components. |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
{
"id": "value",
"state": "value",
"referencingComponentRevisions": {
"name": RevisionDTO{…}
},
"disconnectedNodeAcknowledged": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the component. |
| versionedComponentId | string | optional | The ID of the corresponding component that is under version control |
| parentGroupId | string | optional | The id of parent process group of this component if applicable. |
| position | PositionDTO | optional | The position of this component in the UI if applicable. |
| identity | string | optional | The identity of the tenant. |
| configurable | boolean | optional | Whether this tenant is configurable. |
| userGroups | array[TenantEntity] | optional | The groups to which the user belongs. This field is read only and it provided for convenience. This property is read only. |
| accessPolicies | array[AccessPolicySummaryEntity] | optional | The access policies this user belongs to. This property is read only. |
{
"id": "value",
"versionedComponentId": "value",
"parentGroupId": "value",
"position": PositionDTO{…},
"identity": "value",
"configurable": true,
"userGroups": [TenantEntity{…}],
"accessPolicies": [AccessPolicySummaryEntity{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| revision | RevisionDTO | optional | The revision for this request/response. The revision is required for any mutable flow requests and is included in all responses. |
| id | string | optional | The id of the component. |
| uri | string | optional | The URI for futures requests to the component. |
| position | PositionDTO | optional | The position of this component in the UI if applicable. |
| permissions | PermissionsDTO | optional | The permissions for this component. |
| bulletins | array[BulletinEntity] | optional | The bulletins for this component. |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| component | UserDTO | optional |
{
"revision": RevisionDTO{…},
"id": "value",
"uri": "value",
"position": PositionDTO{…},
"permissions": PermissionsDTO{…},
"bulletins": [BulletinEntity{…}],
"disconnectedNodeAcknowledged": true,
"component": UserDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The id of the component. |
| versionedComponentId | string | optional | The ID of the corresponding component that is under version control |
| parentGroupId | string | optional | The id of parent process group of this component if applicable. |
| position | PositionDTO | optional | The position of this component in the UI if applicable. |
| identity | string | optional | The identity of the tenant. |
| configurable | boolean | optional | Whether this tenant is configurable. |
| users | array[TenantEntity] | optional | The users that belong to the user group. |
| accessPolicies | array[AccessPolicyEntity] | optional | The access policies this user group belongs to. This field was incorrectly defined as an AccessPolicyEntity. For compatibility reasons the field will remain of this type, however only the fields that are present in the AccessPolicySummaryEntity will be populated here. This property is read only. |
{
"id": "value",
"versionedComponentId": "value",
"parentGroupId": "value",
"position": PositionDTO{…},
"identity": "value",
"configurable": true,
"users": [TenantEntity{…}],
"accessPolicies": [AccessPolicyEntity{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| revision | RevisionDTO | optional | The revision for this request/response. The revision is required for any mutable flow requests and is included in all responses. |
| id | string | optional | The id of the component. |
| uri | string | optional | The URI for futures requests to the component. |
| position | PositionDTO | optional | The position of this component in the UI if applicable. |
| permissions | PermissionsDTO | optional | The permissions for this component. |
| bulletins | array[BulletinEntity] | optional | The bulletins for this component. |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| component | UserGroupDTO | optional |
{
"revision": RevisionDTO{…},
"id": "value",
"uri": "value",
"position": PositionDTO{…},
"permissions": PermissionsDTO{…},
"bulletins": [BulletinEntity{…}],
"disconnectedNodeAcknowledged": true,
"component": UserGroupDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| userGroups | array[UserGroupEntity] | optional |
{
"userGroups": [UserGroupEntity{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| generated | string | optional | When this content was generated. |
| users | array[UserEntity] | optional |
{
"generated": "value",
"users": [UserEntity{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| name | string | optional | The name of the variable |
| value | string | optional | The value of the variable |
| processGroupId | string | optional | The ID of the Process Group where this Variable is defined This property is read only. |
| affectedComponents | array[AffectedComponentEntity] | optional | A set of all components that will be affected if the value of this variable is changed This property is read only. |
{
"name": "value",
"value": "value",
"processGroupId": "value",
"affectedComponents": [AffectedComponentEntity{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| variable | VariableDTO | optional | The variable information |
| canWrite | boolean | optional | Indicates whether the user can write a given resource. This property is read only. |
{
"variable": VariableDTO{…},
"canWrite": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| variables | array[VariableEntity] | optional | The variables that are available in this Variable Registry |
| processGroupId | string | optional | The UUID of the Process Group that this Variable Registry belongs to |
{
"variables": [VariableEntity{…}],
"processGroupId": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| processGroupRevision | RevisionDTO | optional | The revision of the Process Group that the Variable Registry belongs to |
| variableRegistry | VariableRegistryDTO | optional | The Variable Registry. |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
{
"processGroupRevision": RevisionDTO{…},
"variableRegistry": VariableRegistryDTO{…},
"disconnectedNodeAcknowledged": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| requestId | string | optional | The ID of the request This property is read only. |
| uri | string | optional | The URI for the request This property is read only. |
| submissionTime | string (date-time) | optional | The timestamp of when the request was submitted This property is read only. |
| lastUpdated | string (date-time) | optional | The timestamp of when the request was last updated This property is read only. |
| complete | boolean | optional | Whether or not the request is completed This property is read only. |
| failureReason | string | optional | The reason for the request failing, or null if the request has not failed This property is read only. |
| percentCompleted | integer (int32) | optional | A value between 0 and 100 (inclusive) indicating how close the request is to completion This property is read only. |
| state | string | optional | A description of the current state of the request This property is read only. |
| updateSteps | array[VariableRegistryUpdateStepDTO] | optional | The steps that are required in order to complete the request, along with the status of each This property is read only. |
| processGroupId | string | optional | The unique ID of the Process Group that the variable registry belongs to |
| affectedComponents | array[AffectedComponentEntity] | optional | A set of all components that will be affected if the value of this variable is changed This property is read only. |
{
"requestId": "value",
"uri": "value",
"submissionTime": "value",
"lastUpdated": "value",
"complete": true,
"failureReason": "value",
"percentCompleted": 0,
"state": "value",
"updateSteps": [VariableRegistryUpdateStepDTO{…}],
"processGroupId": "value",
"affectedComponents": [AffectedComponentEntity{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| request | VariableRegistryUpdateRequestDTO | optional | The Variable Registry Update Request |
| processGroupRevision | RevisionDTO | optional | The revision for the Process Group that owns this variable registry. |
{
"request": VariableRegistryUpdateRequestDTO{…},
"processGroupRevision": RevisionDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| description | string | optional | Explanation of what happens in this step This property is read only. |
| complete | boolean | optional | Whether or not this step has completed This property is read only. |
| failureReason | string | optional | An explanation of why this step failed, or null if this step did not fail This property is read only. |
{
"description": "value",
"complete": true,
"failureReason": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| versionControlComponentMapping | object | optional | The mapping of Versioned Component Identifiers to instance ID's |
| processGroupRevision | RevisionDTO | optional | The revision of the Process Group |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
| versionControlInformation | VersionControlInformationDTO | optional | The Version Control information |
{
"versionControlComponentMapping": {
"name": "value"
},
"processGroupRevision": RevisionDTO{…},
"disconnectedNodeAcknowledged": true,
"versionControlInformation": VersionControlInformationDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| groupId | string | optional | The ID of the Process Group that is under version control |
| registryId | string | optional | The ID of the registry that the flow is stored in |
| registryName | string | optional | The name of the registry that the flow is stored in This property is read only. |
| bucketId | string | optional | The ID of the bucket that the flow is stored in |
| bucketName | string | optional | The name of the bucket that the flow is stored in This property is read only. |
| flowId | string | optional | The ID of the flow |
| flowName | string | optional | The name of the flow |
| flowDescription | string | optional | The description of the flow |
| version | integer (int32) | optional | The version of the flow |
| state | string | optional | The current state of the Process Group, as it relates to the Versioned Flow Allowable values: LOCALLY_MODIFIED, STALE, LOCALLY_MODIFIED_AND_STALE, UP_TO_DATE, SYNC_FAILURE This property is read only. |
| stateExplanation | string | optional | Explanation of why the group is in the specified state This property is read only. |
{
"groupId": "value",
"registryId": "value",
"registryName": "value",
"bucketId": "value",
"bucketName": "value",
"flowId": "value",
"flowName": "value",
"flowDescription": "value",
"version": 0,
"state": "value",
"stateExplanation": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| versionControlInformation | VersionControlInformationDTO | optional | The Version Control information |
| processGroupRevision | RevisionDTO | optional | The Revision for the Process Group |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
{
"versionControlInformation": VersionControlInformationDTO{…},
"processGroupRevision": RevisionDTO{…},
"disconnectedNodeAcknowledged": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| niFiVersion | string | optional | The version of this NiFi. |
| javaVendor | string | optional | Java JVM vendor |
| javaVersion | string | optional | Java version |
| osName | string | optional | Host operating system name |
| osVersion | string | optional | Host operating system version |
| osArchitecture | string | optional | Host operating system architecture |
| buildTag | string | optional | Build tag |
| buildRevision | string | optional | Build revision or commit hash |
| buildBranch | string | optional | Build branch |
| buildTimestamp | string (date-time) | optional | Build timestamp |
{
"niFiVersion": "value",
"javaVendor": "value",
"javaVersion": "value",
"osName": "value",
"osVersion": "value",
"osArchitecture": "value",
"buildTag": "value",
"buildRevision": "value",
"buildBranch": "value",
"buildTimestamp": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| identifier | string | optional | The component's unique identifier |
| name | string | optional | The component's name |
| comments | string | optional | The user-supplied comments for the component |
| position | Position | optional | The component's position on the graph |
| source | ConnectableComponent | optional | The source of the connection. |
| destination | ConnectableComponent | optional | The destination of the connection. |
| labelIndex | integer (int32) | optional | The index of the bend point where to place the connection label. |
| zIndex | integer (int64) | optional | The z index of the connection. |
| selectedRelationships | array[string] | optional | The selected relationship that comprise the connection. |
| backPressureObjectThreshold | integer (int64) | optional | The object count threshold for determining when back pressure is applied. Updating this value is a passive change in the sense that it won't impact whether existing files over the limit are affected but it does help feeder processors to stop pushing too much into this work queue. |
| backPressureDataSizeThreshold | string | optional | The object data size threshold for determining when back pressure is applied. Updating this value is a passive change in the sense that it won't impact whether existing files over the limit are affected but it does help feeder processors to stop pushing too much into this work queue. |
| flowFileExpiration | string | optional | The amount of time a flow file may be in the flow before it will be automatically aged out of the flow. Once a flow file reaches this age it will be terminated from the flow the next time a processor attempts to start work on it. |
| prioritizers | array[string] | optional | The comparators used to prioritize the queue. |
| bends | array[Position] | optional | The bend points on the connection. |
| loadBalanceStrategy | string | optional | The Strategy to use for load balancing data across the cluster, or null, if no Load Balance Strategy has been specified. Allowable values: DO_NOT_LOAD_BALANCE, PARTITION_BY_ATTRIBUTE, ROUND_ROBIN, SINGLE_NODE |
| partitioningAttribute | string | optional | The attribute to use for partitioning data as it is load balanced across the cluster. If the Load Balance Strategy is configured to use PARTITION_BY_ATTRIBUTE, the value returned by this method is the name of the FlowFile Attribute that will be used to determine which node in the cluster should receive a given FlowFile. If the Load Balance Strategy is unset or is set to any other value, the Partitioning Attribute has no effect. |
| loadBalanceCompression | string | optional | Whether or not compression should be used when transferring FlowFiles between nodes Allowable values: DO_NOT_COMPRESS, COMPRESS_ATTRIBUTES_ONLY, COMPRESS_ATTRIBUTES_AND_CONTENT |
| componentType | string | optional | Allowable values: CONNECTION, PROCESSOR, PROCESS_GROUP, REMOTE_PROCESS_GROUP, INPUT_PORT, OUTPUT_PORT, REMOTE_INPUT_PORT, REMOTE_OUTPUT_PORT, FUNNEL, LABEL, CONTROLLER_SERVICE |
| groupIdentifier | string | optional | The ID of the Process Group that this component belongs to |
{
"identifier": "value",
"name": "value",
"comments": "value",
"position": Position{…},
"source": ConnectableComponent{…},
"destination": ConnectableComponent{…},
"labelIndex": 0,
"zIndex": 0,
"selectedRelationships": ["value"],
"backPressureObjectThreshold": 0,
"backPressureDataSizeThreshold": "value",
"flowFileExpiration": "value",
"prioritizers": ["value"],
"bends": [Position{…}],
"loadBalanceStrategy": "value",
"partitioningAttribute": "value",
"loadBalanceCompression": "value",
"componentType": "value",
"groupIdentifier": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| identifier | string | optional | The component's unique identifier |
| name | string | optional | The component's name |
| comments | string | optional | The user-supplied comments for the component |
| position | Position | optional | The component's position on the graph |
| type | string | optional | The type of the controller service. |
| bundle | Bundle | optional | The details of the artifact that bundled this processor type. |
| controllerServiceApis | array[ControllerServiceAPI] | optional | Lists the APIs this Controller Service implements. |
| properties | object | optional | The properties of the controller service. |
| propertyDescriptors | object | optional | The property descriptors for the processor. |
| annotationData | string | optional | The annotation for the controller service. This is how the custom UI relays configuration to the controller service. |
| componentType | string | optional | Allowable values: CONNECTION, PROCESSOR, PROCESS_GROUP, REMOTE_PROCESS_GROUP, INPUT_PORT, OUTPUT_PORT, REMOTE_INPUT_PORT, REMOTE_OUTPUT_PORT, FUNNEL, LABEL, CONTROLLER_SERVICE |
| groupIdentifier | string | optional | The ID of the Process Group that this component belongs to |
{
"identifier": "value",
"name": "value",
"comments": "value",
"position": Position{…},
"type": "value",
"bundle": Bundle{…},
"controllerServiceApis": [ControllerServiceAPI{…}],
"properties": {
"name": "value"
},
"propertyDescriptors": {
"name": VersionedPropertyDescriptor{…}
},
"annotationData": "value",
"componentType": "value",
"groupIdentifier": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| link | JaxbLink | optional | An WebLink to this entity. This property is read only. |
| identifier | string | optional | An ID to uniquely identify this object. This property is read only. |
| name | string | required | The name of the item. |
| description | string | optional | A description of the item. |
| bucketIdentifier | string | required | The identifier of the bucket this items belongs to. This cannot be changed after the item is created. |
| bucketName | string | optional | The name of the bucket this items belongs to. This property is read only. |
| createdTimestamp | integer (int64) | optional | The timestamp of when the item was created, as milliseconds since epoch. This property is read only. |
| modifiedTimestamp | integer (int64) | optional | The timestamp of when the item was last modified, as milliseconds since epoch. This property is read only. |
| type | string | required | The type of item. Allowable values: Flow, Bundle |
| permissions | Permissions | optional | The access that the current user has to the bucket containing this item. This property is read only. |
| versionCount | integer (int64) | optional | The number of versions of this flow. This property is read only. |
{
"link": JaxbLink{…},
"identifier": "value",
"name": "value",
"description": "value",
"bucketIdentifier": "value",
"bucketName": "value",
"createdTimestamp": 0,
"modifiedTimestamp": 0,
"type": "value",
"permissions": Permissions{…},
"versionCount": 0,
}
| Name | Type | Required | Description |
|---|---|---|---|
| registryUrl | string | optional | The URL of the Flow Registry that contains the flow |
| bucketId | string | optional | The UUID of the bucket that the flow resides in |
| flowId | string | optional | The UUID of the flow |
| version | integer (int32) | optional | The version of the flow |
| latest | boolean | optional | Whether or not these coordinates point to the latest version of the flow |
{
"registryUrl": "value",
"bucketId": "value",
"flowId": "value",
"version": 0,
"latest": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| registryId | string | optional | The ID of the registry that the flow is tracked to |
| bucketId | string | optional | The ID of the bucket where the flow is stored |
| flowId | string | optional | The ID of the flow |
| flowName | string | optional | The name of the flow |
| description | string | optional | A description of the flow |
| comments | string | optional | Comments for the changeset |
| action | string | optional | The action being performed Allowable values: COMMIT, FORCE_COMMIT |
{
"registryId": "value",
"bucketId": "value",
"flowId": "value",
"flowName": "value",
"description": "value",
"comments": "value",
"action": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| versionedFlow | VersionedFlowDTO | optional | The versioned flow |
{
"versionedFlow": VersionedFlowDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| snapshotMetadata | VersionedFlowSnapshotMetadata | required | The metadata for this snapshot |
| flowContents | VersionedProcessGroup | required | The contents of the versioned flow |
| externalControllerServices | object | optional | The information about controller services that exist outside this versioned flow, but are referenced by components within the versioned flow. |
| parameterContexts | object | optional | The parameter contexts referenced by process groups in the flow contents. The mapping is from the name of the context to the context instance, and it is expected that any context in this map is referenced by at least one process group in this flow. |
| flowEncodingVersion | string | optional | The optional encoding version of the flow contents. |
| flow | VersionedFlow | optional | The flow this snapshot is for This property is read only. |
| bucket | Bucket | optional | The bucket where the flow is located This property is read only. |
| latest | boolean | optional |
{
"snapshotMetadata": VersionedFlowSnapshotMetadata{…},
"flowContents": VersionedProcessGroup{…},
"externalControllerServices": {
"name": ExternalControllerServiceReference{…}
},
"parameterContexts": {
"name": VersionedParameterContext{…}
},
"flowEncodingVersion": "value",
"flow": VersionedFlow{…},
"bucket": Bucket{…},
"latest": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| versionedFlowSnapshot | VersionedFlowSnapshot | optional | The versioned flow snapshot |
| processGroupRevision | RevisionDTO | optional | The Revision of the Process Group under Version Control |
| registryId | string | optional | The ID of the Registry that this flow belongs to |
| updateDescendantVersionedFlows | boolean | optional | If the Process Group to be updated has a child or descendant Process Group that is also under Version Control, this specifies whether or not the contents of that child/descendant Process Group should be updated. |
| disconnectedNodeAcknowledged | boolean | optional | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
{
"versionedFlowSnapshot": VersionedFlowSnapshot{…},
"processGroupRevision": RevisionDTO{…},
"registryId": "value",
"updateDescendantVersionedFlows": true,
"disconnectedNodeAcknowledged": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| link | JaxbLink | optional | An WebLink to this entity. This property is read only. |
| bucketIdentifier | string | required | The identifier of the bucket this snapshot belongs to. |
| flowIdentifier | string | required | The identifier of the flow this snapshot belongs to. |
| version | integer (int32) | required | The version of this snapshot of the flow. |
| timestamp | integer (int64) | optional | The timestamp when the flow was saved, as milliseconds since epoch. This property is read only. |
| author | string | optional | The user that created this snapshot of the flow. This property is read only. |
| comments | string | optional | The comments provided by the user when creating the snapshot. |
{
"link": JaxbLink{…},
"bucketIdentifier": "value",
"flowIdentifier": "value",
"version": 0,
"timestamp": 0,
"author": "value",
"comments": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| versionedFlowSnapshotMetadata | VersionedFlowSnapshotMetadata | optional | The collection of versioned flow snapshot metadata |
| registryId | string | optional | The ID of the Registry that this flow belongs to |
{
"versionedFlowSnapshotMetadata": VersionedFlowSnapshotMetadata{…},
"registryId": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| versionedFlowSnapshotMetadataSet | array[VersionedFlowSnapshotMetadataEntity] | optional |
{
"versionedFlowSnapshotMetadataSet": [VersionedFlowSnapshotMetadataEntity{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| requestId | string | optional | The unique ID of this request. This property is read only. |
| processGroupId | string | optional | The unique ID of the Process Group that the variable registry belongs to |
| uri | string | optional | The URI for future requests to this drop request. This property is read only. |
| lastUpdated | string | optional | The last time this request was updated. This property is read only. |
| complete | boolean | optional | Whether or not this request has completed This property is read only. |
| failureReason | string | optional | An explanation of why this request failed, or null if this request has not failed This property is read only. |
| percentCompleted | integer (int32) | optional | The percentage complete for the request, between 0 and 100 This property is read only. |
| state | string | optional | The state of the request This property is read only. |
| versionControlInformation | VersionControlInformationDTO | optional | The VersionControlInformation that describes where the Versioned Flow is located; this may not be populated until the request is completed. This property is read only. |
{
"requestId": "value",
"processGroupId": "value",
"uri": "value",
"lastUpdated": "value",
"complete": true,
"failureReason": "value",
"percentCompleted": 0,
"state": "value",
"versionControlInformation": VersionControlInformationDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| request | VersionedFlowUpdateRequestDTO | optional | The Versioned Flow Update Request |
| processGroupRevision | RevisionDTO | optional | The revision for the Process Group that owns this variable registry. |
{
"request": VersionedFlowUpdateRequestDTO{…},
"processGroupRevision": RevisionDTO{…},
}
| Name | Type | Required | Description |
|---|---|---|---|
| versionedFlows | array[VersionedFlowEntity] | optional |
{
"versionedFlows": [VersionedFlowEntity{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| identifier | string | optional | The component's unique identifier |
| name | string | optional | The component's name |
| comments | string | optional | The user-supplied comments for the component |
| position | Position | optional | The component's position on the graph |
| componentType | string | optional | Allowable values: CONNECTION, PROCESSOR, PROCESS_GROUP, REMOTE_PROCESS_GROUP, INPUT_PORT, OUTPUT_PORT, REMOTE_INPUT_PORT, REMOTE_OUTPUT_PORT, FUNNEL, LABEL, CONTROLLER_SERVICE |
| groupIdentifier | string | optional | The ID of the Process Group that this component belongs to |
{
"identifier": "value",
"name": "value",
"comments": "value",
"position": Position{…},
"componentType": "value",
"groupIdentifier": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| identifier | string | optional | The component's unique identifier |
| name | string | optional | The component's name |
| comments | string | optional | The user-supplied comments for the component |
| position | Position | optional | The component's position on the graph |
| label | string | optional | The text that appears in the label. |
| width | number (double) | optional | The width of the label in pixels when at a 1:1 scale. |
| height | number (double) | optional | The height of the label in pixels when at a 1:1 scale. |
| style | object | optional | The styles for this label (font-size : 12px, background-color : #eee, etc). |
| componentType | string | optional | Allowable values: CONNECTION, PROCESSOR, PROCESS_GROUP, REMOTE_PROCESS_GROUP, INPUT_PORT, OUTPUT_PORT, REMOTE_INPUT_PORT, REMOTE_OUTPUT_PORT, FUNNEL, LABEL, CONTROLLER_SERVICE |
| groupIdentifier | string | optional | The ID of the Process Group that this component belongs to |
{
"identifier": "value",
"name": "value",
"comments": "value",
"position": Position{…},
"label": "value",
"width": 0.0,
"height": 0.0,
"style": {
"name": "value"
},
"componentType": "value",
"groupIdentifier": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| name | string | optional | The name of the parameter |
| description | string | optional | The description of the param |
| sensitive | boolean | optional | Whether or not the parameter value is sensitive |
| value | string | optional | The value of the parameter |
{
"name": "value",
"description": "value",
"sensitive": true,
"value": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| name | string | optional | The name of the context |
| description | string | optional | The description of the parameter context |
| parameters | array[VersionedParameter] | optional | The parameters in the context |
{
"name": "value",
"description": "value",
"parameters": [VersionedParameter{…}],
}
| Name | Type | Required | Description |
|---|---|---|---|
| identifier | string | optional | The component's unique identifier |
| name | string | optional | The component's name |
| comments | string | optional | The user-supplied comments for the component |
| position | Position | optional | The component's position on the graph |
| type | string | optional | The type of port. Allowable values: INPUT_PORT, OUTPUT_PORT |
| concurrentlySchedulableTaskCount | integer (int32) | optional | The number of tasks that should be concurrently scheduled for the port. |
| scheduledState | string | optional | The scheduled state of the component Allowable values: ENABLED, DISABLED |
| allowRemoteAccess | boolean | optional | Whether or not this port allows remote access for site-to-site |
| componentType | string | optional | Allowable values: CONNECTION, PROCESSOR, PROCESS_GROUP, REMOTE_PROCESS_GROUP, INPUT_PORT, OUTPUT_PORT, REMOTE_INPUT_PORT, REMOTE_OUTPUT_PORT, FUNNEL, LABEL, CONTROLLER_SERVICE |
| groupIdentifier | string | optional | The ID of the Process Group that this component belongs to |
{
"identifier": "value",
"name": "value",
"comments": "value",
"position": Position{…},
"type": "value",
"concurrentlySchedulableTaskCount": 0,
"scheduledState": "value",
"allowRemoteAccess": true,
"componentType": "value",
"groupIdentifier": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| identifier | string | optional | The component's unique identifier |
| name | string | optional | The component's name |
| comments | string | optional | The user-supplied comments for the component |
| position | Position | optional | The component's position on the graph |
| processGroups | array[VersionedProcessGroup] | optional | The child Process Groups |
| remoteProcessGroups | array[VersionedRemoteProcessGroup] | optional | The Remote Process Groups |
| processors | array[VersionedProcessor] | optional | The Processors |
| inputPorts | array[VersionedPort] | optional | The Input Ports |
| outputPorts | array[VersionedPort] | optional | The Output Ports |
| connections | array[VersionedConnection] | optional | The Connections |
| labels | array[VersionedLabel] | optional | The Labels |
| funnels | array[VersionedFunnel] | optional | The Funnels |
| controllerServices | array[VersionedControllerService] | optional | The Controller Services |
| versionedFlowCoordinates | VersionedFlowCoordinates | optional | The coordinates where the remote flow is stored, or null if the Process Group is not directly under Version Control |
| variables | object | optional | The Variables in the Variable Registry for this Process Group (not including any ancestor or descendant Process Groups) |
| parameterContextName | string | optional | The name of the parameter context used by this process group |
| componentType | string | optional | Allowable values: CONNECTION, PROCESSOR, PROCESS_GROUP, REMOTE_PROCESS_GROUP, INPUT_PORT, OUTPUT_PORT, REMOTE_INPUT_PORT, REMOTE_OUTPUT_PORT, FUNNEL, LABEL, CONTROLLER_SERVICE |
| groupIdentifier | string | optional | The ID of the Process Group that this component belongs to |
{
"identifier": "value",
"name": "value",
"comments": "value",
"position": Position{…},
"processGroups": [VersionedProcessGroup{…}],
"remoteProcessGroups": [VersionedRemoteProcessGroup{…}],
"processors": [VersionedProcessor{…}],
"inputPorts": [VersionedPort{…}],
"outputPorts": [VersionedPort{…}],
"connections": [VersionedConnection{…}],
"labels": [VersionedLabel{…}],
"funnels": [VersionedFunnel{…}],
"controllerServices": [VersionedControllerService{…}],
"versionedFlowCoordinates": VersionedFlowCoordinates{…},
"variables": {
"name": "value"
},
"parameterContextName": "value",
"componentType": "value",
"groupIdentifier": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| identifier | string | optional | The component's unique identifier |
| name | string | optional | The component's name |
| comments | string | optional | The user-supplied comments for the component |
| position | Position | optional | The component's position on the graph |
| bundle | Bundle | optional | Information about the bundle from which the component came |
| style | object | optional | Stylistic data for rendering in a UI |
| type | string | optional | The type of Processor |
| properties | object | optional | The properties for the processor. Properties whose value is not set will only contain the property name. |
| propertyDescriptors | object | optional | The property descriptors for the processor. |
| annotationData | string | optional | The annotation data for the processor used to relay configuration between a custom UI and the procesosr. |
| schedulingPeriod | string | optional | The frequency with which to schedule the processor. The format of the value will depend on th value of schedulingStrategy. |
| schedulingStrategy | string | optional | Indcates whether the prcessor should be scheduled to run in event or timer driven mode. |
| executionNode | string | optional | Indicates the node where the process will execute. |
| penaltyDuration | string | optional | The amout of time that is used when the process penalizes a flowfile. |
| yieldDuration | string | optional | The amount of time that must elapse before this processor is scheduled again after yielding. |
| bulletinLevel | string | optional | The level at which the processor will report bulletins. |
| runDurationMillis | integer (int64) | optional | The run duration for the processor in milliseconds. |
| concurrentlySchedulableTaskCount | integer (int32) | optional | The number of tasks that should be concurrently schedule for the processor. If the processor doesn't allow parallol processing then any positive input will be ignored. |
| autoTerminatedRelationships | array[string] | optional | The names of all relationships that cause a flow file to be terminated if the relationship is not connected elsewhere. This property differs from the 'isAutoTerminate' property of the RelationshipDTO in that the RelationshipDTO is meant to depict the current configuration, whereas this property can be set in a DTO when updating a Processor in order to change which Relationships should be auto-terminated. |
| scheduledState | string | optional | The scheduled state of the component Allowable values: ENABLED, DISABLED |
| componentType | string | optional | Allowable values: CONNECTION, PROCESSOR, PROCESS_GROUP, REMOTE_PROCESS_GROUP, INPUT_PORT, OUTPUT_PORT, REMOTE_INPUT_PORT, REMOTE_OUTPUT_PORT, FUNNEL, LABEL, CONTROLLER_SERVICE |
| groupIdentifier | string | optional | The ID of the Process Group that this component belongs to |
{
"identifier": "value",
"name": "value",
"comments": "value",
"position": Position{…},
"bundle": Bundle{…},
"style": {
"name": "value"
},
"type": "value",
"properties": {
"name": "value"
},
"propertyDescriptors": {
"name": VersionedPropertyDescriptor{…}
},
"annotationData": "value",
"schedulingPeriod": "value",
"schedulingStrategy": "value",
"executionNode": "value",
"penaltyDuration": "value",
"yieldDuration": "value",
"bulletinLevel": "value",
"runDurationMillis": 0,
"concurrentlySchedulableTaskCount": 0,
"autoTerminatedRelationships": ["value"],
"scheduledState": "value",
"componentType": "value",
"groupIdentifier": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| name | string | optional | The name of the property |
| displayName | string | optional | The display name of the property |
| identifiesControllerService | boolean | optional | Whether or not the property provides the identifier of a Controller Service |
| sensitive | boolean | optional | Whether or not the property is considered sensitive |
{
"name": "value",
"displayName": "value",
"identifiesControllerService": true,
"sensitive": true,
}
| Name | Type | Required | Description |
|---|---|---|---|
| identifier | string | optional | The component's unique identifier |
| name | string | optional | The component's name |
| comments | string | optional | The user-supplied comments for the component |
| position | Position | optional | The component's position on the graph |
| remoteGroupId | string | optional | The id of the remote process group that the port resides in. |
| concurrentlySchedulableTaskCount | integer (int32) | optional | The number of task that may transmit flowfiles to the target port concurrently. |
| useCompression | boolean | optional | Whether the flowfiles are compressed when sent to the target port. |
| batchSize | BatchSize | optional | The batch settings for data transmission. |
| componentType | string | optional | Allowable values: CONNECTION, PROCESSOR, PROCESS_GROUP, REMOTE_PROCESS_GROUP, INPUT_PORT, OUTPUT_PORT, REMOTE_INPUT_PORT, REMOTE_OUTPUT_PORT, FUNNEL, LABEL, CONTROLLER_SERVICE |
| targetId | string | optional | The ID of the port on the target NiFi instance |
| scheduledState | string | optional | The scheduled state of the component Allowable values: ENABLED, DISABLED |
| groupIdentifier | string | optional | The ID of the Process Group that this component belongs to |
{
"identifier": "value",
"name": "value",
"comments": "value",
"position": Position{…},
"remoteGroupId": "value",
"concurrentlySchedulableTaskCount": 0,
"useCompression": true,
"batchSize": BatchSize{…},
"componentType": "value",
"targetId": "value",
"scheduledState": "value",
"groupIdentifier": "value",
}
| Name | Type | Required | Description |
|---|---|---|---|
| identifier | string | optional | The component's unique identifier |
| name | string | optional | The component's name |
| comments | string | optional | The user-supplied comments for the component |
| position | Position | optional | The component's position on the graph |
| targetUri | string | optional | [DEPRECATED] The target URI of the remote process group. If target uri is not set, but uris are set, then returns the first uri in the uris. If neither target uri nor uris are set, then returns null. |
| targetUris | string | optional | The target URIs of the remote process group. If target uris is not set but target uri is set, then returns the single target uri. If neither target uris nor target uri is set, then returns null. |
| communicationsTimeout | string | optional | The time period used for the timeout when communicating with the target. |
| yieldDuration | string | optional | When yielding, this amount of time must elapse before the remote process group is scheduled again. |
| transportProtocol | string | optional | The Transport Protocol that is used for Site-to-Site communications Allowable values: RAW, HTTP |
| localNetworkInterface | string | optional | The local network interface to send/receive data. If not specified, any local address is used. If clustered, all nodes must have an interface with this identifier. |
| proxyHost | string | optional | |
| proxyPort | integer (int32) | optional | |
| proxyUser | string | optional | |
| inputPorts | array[VersionedRemoteGroupPort] | optional | A Set of Input Ports that can be connected to, in order to send data to the remote NiFi instance |
| outputPorts | array[VersionedRemoteGroupPort] | optional | A Set of Output Ports that can be connected to, in order to pull data from the remote NiFi instance |
| componentType | string | optional | Allowable values: CONNECTION, PROCESSOR, PROCESS_GROUP, REMOTE_PROCESS_GROUP, INPUT_PORT, OUTPUT_PORT, REMOTE_INPUT_PORT, REMOTE_OUTPUT_PORT, FUNNEL, LABEL, CONTROLLER_SERVICE |
| groupIdentifier | string | optional | The ID of the Process Group that this component belongs to |
{
"identifier": "value",
"name": "value",
"comments": "value",
"position": Position{…},
"targetUri": "value",
"targetUris": "value",
"communicationsTimeout": "value",
"yieldDuration": "value",
"transportProtocol": "value",
"localNetworkInterface": "value",
"proxyHost": "value",
"proxyPort": 0,
"proxyUser": "value",
"inputPorts": [VersionedRemoteGroupPort{…}],
"outputPorts": [VersionedRemoteGroupPort{…}],
"componentType": "value",
"groupIdentifier": "value",
}