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 | |
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 |
---|---|---|
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. |
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 | AccessTokenExpirationEntity | Access Token Expiration found |
401 | string | Access Token not authorized |
409 | string | Access Token not resolved |
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. |
uiOnly | query | boolean |
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. |
body | ConfigurationAnalysisEntity | The configuration analysis request. |
Status Code | Type | Description |
---|---|---|
200 | ConfigurationAnalysisEntity | 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 | VerifyConfigRequestEntity | The controller service configuration verification request. |
Status Code | Type | Description |
---|---|---|
200 | VerifyConfigRequestEntity | 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 Controller Service |
requestId | path | string | The ID of the Verification Request |
Status Code | Type | Description |
---|---|---|
200 | VerifyConfigRequestEntity | 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 Controller Service |
requestId | path | string | The ID of the Verification Request |
Status Code | Type | Description |
---|---|---|
200 | VerifyConfigRequestEntity | 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. |
sensitive | query | boolean | Property Descriptor requested sensitive status |
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 | ParameterProviderEntity | The parameter provider configuration details. |
Status Code | Type | Description |
---|---|---|
200 | ParameterProviderEntity | 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 | FlowRegistryClientEntity | The flow registry client configuration details. |
Status Code | Type | Description |
---|---|---|
200 | FlowRegistryClientEntity | 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 | FlowRegistryClientsEntity | 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 flow registry client id. |
Status Code | Type | Description |
---|---|---|
200 | FlowRegistryClientEntity | 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 flow registry client id. |
body | FlowRegistryClientEntity | The flow registry client configuration details. |
Status Code | Type | Description |
---|---|---|
200 | FlowRegistryClientEntity | 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 flow registry client id. |
Status Code | Type | Description |
---|---|---|
200 | FlowRegistryClientEntity | 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 flow registry client id. |
propertyName | query | string | The property name. |
sensitive | query | boolean | Property Descriptor requested sensitive status |
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. |
Status Code | Type | Description |
---|---|---|
200 | FlowRegistryClientTypesEntity | 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 | 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. |
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 |
---|---|---|---|
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. |
Name | Location | Type | Description |
---|---|---|---|
uiOnly | query | boolean | |
includeReferencingComponents | query | boolean | Whether or not to include services' referencing components in the response |
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 |
---|---|---|---|
producer | path | string | The producer for flow file metrics. Each producer may have its own output format. |
includedRegistries | query | Array[string] (multi) | Set of included metrics registries |
sampleName | query | string | Regular Expression Pattern to be applied against the sample name field |
sampleLabelValue | query | string | Regular Expression Pattern to be applied against the sample label value field |
rootFieldName | query | string | Name of the first field of JSON object. Applicable for JSON producer only. |
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 |
---|---|---|---|
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. |
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 | ParameterProviderTypesEntity | 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 | ParameterProvidersEntity | 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. |
uiOnly | query | boolean |
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/ancestor process groups |
includeDescendantGroups | query | boolean | Whether or not to include descendant process groups |
includeReferencingComponents | query | boolean | Whether or not to include services' referencing components in the response |
uiOnly | query | boolean |
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 | FlowRegistryClientsEntity | 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 | FlowRegistryBucketsEntity | 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 client 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 client id. |
bucket-id | path | string | The bucket id. |
flow-id | path | string | The flow id. |
Status Code | Type | Description |
---|---|---|
200 | VersionedFlowEntity | 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 client 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 |
---|---|---|---|
registry-id | path | string | The registry client id. |
bucket-id | path | string | The bucket id. |
flow-id | path | string | The flow id. |
version-a | path | integer (int32) | The base version. |
version-b | path | integer (int32) | The compared version. |
offset | query | integer (int32) | Must be a non-negative number. Specifies the starting point of the listing. 0 means start from the beginning. |
limit | query | integer (int32) | Limits the number of differences listed. This might lead to partial result. 0 means no limitation is applied. |
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. |
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 |
---|---|---|---|
reportingTaskId | query | string | Specifies a reporting task id to export. If not specified, all reporting tasks will be exported. |
Status Code | Type | Description |
---|---|---|
200 | successful operation | |
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 |
---|---|---|---|
reportingTaskId | query | string | Specifies a reporting task id to export. If not specified, all reporting tasks will be exported. |
Status Code | Type | Description |
---|---|---|
200 | VersionedReportingTaskSnapshot | successful operation |
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 | RuntimeManifestEntity | 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 | |
a | 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 |
includeInheritedParameters | query | boolean | Whether or not to include inherited parameters from other parameter contexts, and therefore also overridden values. If true, the result will be the 'effective' 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 |
---|---|---|---|
id | path | string | The parameter provider id. |
Status Code | Type | Description |
---|---|---|
200 | ParameterProviderEntity | 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 parameter provider id. |
body | ParameterProviderEntity | The parameter provider configuration details. |
Status Code | Type | Description |
---|---|---|
200 | ParameterProviderEntity | 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 parameter provider id. |
Status Code | Type | Description |
---|---|---|
200 | ParameterProviderEntity | 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 parameter provider id. |
body | ConfigurationAnalysisEntity | The configuration analysis request. |
Status Code | Type | Description |
---|---|---|
200 | ConfigurationAnalysisEntity | 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 parameter provider id. |
body | VerifyConfigRequestEntity | The parameter provider configuration verification request. |
Status Code | Type | Description |
---|---|---|
200 | VerifyConfigRequestEntity | 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 Provider |
requestId | path | string | The ID of the Verification Request |
Status Code | Type | Description |
---|---|---|
200 | VerifyConfigRequestEntity | 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 Provider |
requestId | path | string | The ID of the Verification Request |
Status Code | Type | Description |
---|---|---|
200 | VerifyConfigRequestEntity | 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 parameter provider 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 parameter provider id. |
body | ParameterProviderParameterFetchEntity | The parameter fetch request. |
Status Code | Type | Description |
---|---|---|
200 | ParameterProviderEntity | 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 parameter provider id. |
Status Code | Type | Description |
---|---|---|
200 | ParameterProviderReferencingComponentsEntity | 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 parameter provider 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 parameter provider 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 |
---|---|---|---|
providerId | path | string | |
body | ParameterProviderParameterApplicationEntity | The apply parameters request. |
Status Code | Type | Description |
---|---|---|
200 | ParameterProviderApplyParametersRequestEntity | 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 |
---|---|---|---|
providerId | path | string | The ID of the Parameter Provider |
requestId | path | string | The ID of the Apply Parameters Request |
Status Code | Type | Description |
---|---|---|
200 | ParameterProviderApplyParametersRequestEntity | 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. |
providerId | path | string | The ID of the Parameter Provider |
requestId | path | string | The ID of the Apply Parameters Request |
Status Code | Type | Description |
---|---|---|
200 | ParameterProviderApplyParametersRequestEntity | 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 |
---|---|---|---|
id | path | string | The ID of the Replace Request |
Status Code | Type | Description |
---|---|---|
200 | ProcessGroupReplaceRequestEntity | 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 | ProcessGroupReplaceRequestEntity | 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. |
includeReferencedServices | query | boolean | If referenced services from outside the target group should be included |
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. |
Status Code | Type | Description |
---|---|---|
200 | DropRequestEntity | successful operation |
202 | string | The request has been accepted. An HTTP response header will contain the URI where the status 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 process group 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 process group 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 process group id. |
body | ProcessGroupImportEntity | The process group replace request entity. |
Status Code | Type | Description |
---|---|---|
200 | ProcessGroupImportEntity | 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. | |
parameterContextHandlingStrategy | query | string | Handling Strategy controls whether to keep or replace Parameter Contexts |
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. |
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. |
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. |
groupName | formData | string | The process group name. |
positionX | formData | number | The process group X position. |
positionY | formData | number | The process group Y position. |
clientId | formData | string | The client id. |
disconnectedNodeAcknowledged | formData | boolean | Acknowledges that this node is disconnected to allow for mutable requests to proceed. |
file | formData | file | The binary content of the versioned flow definition file being uploaded. |
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 | 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 | ProcessGroupImportEntity | The process group replace request entity |
Status Code | Type | Description |
---|---|---|
200 | ProcessGroupReplaceRequestEntity | 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. |
disconnectedNodeAcknowledged | formData | boolean | 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 |
---|---|---|---|
body | RunStatusDetailsRequestEntity | The request for the processors that should be included in the results |
Status Code | Type | Description |
---|---|---|
200 | ProcessorsRunStatusDetailsEntity | 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 |
---|---|---|---|
id | path | string | The processor id. |
body | ConfigurationAnalysisEntity | The processor configuration analysis request. |
Status Code | Type | Description |
---|---|---|
200 | ConfigurationAnalysisEntity | 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 | VerifyConfigRequestEntity | The processor configuration verification request. |
Status Code | Type | Description |
---|---|---|
200 | VerifyConfigRequestEntity | 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 Processor |
requestId | path | string | The ID of the Verification Request |
Status Code | Type | Description |
---|---|---|
200 | VerifyConfigRequestEntity | 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 Processor |
requestId | path | string | The ID of the Verification Request |
Status Code | Type | Description |
---|---|---|
200 | VerifyConfigRequestEntity | 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. |
sensitive | query | boolean | Property Descriptor requested sensitive status |
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 | ReplayLastEventRequestEntity | The replay request. |
Status Code | Type | Description |
---|---|---|
200 | ReplayLastEventResponseEntity | 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 | 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 process group id. |
body | RemotePortRunStatusEntity | The remote process groups 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 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. |
body | ConfigurationAnalysisEntity | The configuration analysis request. |
Status Code | Type | Description |
---|---|---|
200 | ConfigurationAnalysisEntity | 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 | VerifyConfigRequestEntity | The reporting task configuration verification request. |
Status Code | Type | Description |
---|---|---|
200 | VerifyConfigRequestEntity | 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 Reporting Task |
requestId | path | string | The ID of the Verification Request |
Status Code | Type | Description |
---|---|---|
200 | VerifyConfigRequestEntity | 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 Reporting Task |
requestId | path | string | The ID of the Verification Request |
Status Code | Type | Description |
---|---|---|
200 | VerifyConfigRequestEntity | 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. |
sensitive | query | boolean | Property Descriptor requested sensitive status |
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 |
---|---|---|---|
beanNameFilter | query | string | Regular Expression Pattern to be applied against the ObjectName |
Status Code | Type | Description |
---|---|---|
200 | JmxMetricsResultsEntity | 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 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 |