Created 11-24-2022 07:35 AM
On the nifi rest api doc its says that you can use the endpoint '/output-ports/{id}/run-status' with a put to run, stop or disable an output port
I would like to enable an output port, is it possible ?
Created 11-25-2022 07:43 AM
Hi @ripo ,
I've tried it out in my own environment and it does not seem like ports have an 'ENABLED' state. If a port is DISABLED, you can only update it to be STOPPED. from a STOPPED state, you can either switch the port to RUNNING or back to DISABLED.