[
https://issues.apache.org/jira/browse/NIFI-15259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18043941#comment-18043941
]
ASF subversion and git services commented on NIFI-15259:
--------------------------------------------------------
Commit 1009473834373831b5d3edc6e2161da28c6cf5f2 in nifi's branch
refs/heads/NIFI-15258 from Matt Gilman
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=1009473834 ]
NIFI-15259: Added REST API for Connectors
Introduced comprehensive REST endpoints for managing Connectors through
the NiFi web interface and API clients.
Key capabilities:
- Full lifecycle management (create, read, update, delete)
- Start/stop control with run status endpoints
- Multi-step configuration with property groups supporting string
literals, asset references, and secret references
- Asynchronous configuration verification with polling support
- Access to connector's managed flow and process group status
- Search functionality within connector's encapsulated flow
Cluster support:
- Request replication across cluster nodes
- Response merging for dynamic property allowable values that may
differ between nodes
- Consistent configuration step and property descriptor handling
Infrastructure:
- Audit logging for all connector configuration changes
- Authorization integration with NiFi's policy framework
- UI extension support for connector-specific interfaces
- Frontend updates for connector access policy management
> Introduce Connector REST API
> ----------------------------
>
> Key: NIFI-15259
> URL: https://issues.apache.org/jira/browse/NIFI-15259
> Project: Apache NiFi
> Issue Type: New Feature
> Components: Core Framework
> Reporter: Matt Gilman
> Assignee: Matt Gilman
> Priority: Major
>
> Introduce the REST API for managing Connector instances. This should include
> support for the following:
> - Create Connector
> - Delete Connector
> - Get Connector
> - Update Connector
> - Get Connector Configuration Step
> - Update Connector Configuration Step
> - Verify Connector Configuration Step
> - Get Connector Flow
> - Search Connector Flow
--
This message was sent by Atlassian Jira
(v8.20.10#820010)