Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

GetSFTP password gets updated when schedule time changed using API

avatar
Contributor

We are trying to update "Run Schedule" and "Scheduling Strategy" of a NiFi Processor using REST API (PUT /processors/{id}). This works for most of the processors, but when it is updated for GetSFTP, it overwrites password fields as well and authfail exception occurs. If I update scheduling information using NiFi UI, it works fine.

Any thought how we can update scheduling information without bothering about other processor configuration.

Appreciate any help.

Thanks,

Ravi Papisetti

1 ACCEPTED SOLUTION

avatar
Contributor

Ignore this, got is resolved by sending only schedule-related information in the put request, instead of whole processor configuration. This got resolved.

View solution in original post

1 REPLY 1

avatar
Contributor

Ignore this, got is resolved by sending only schedule-related information in the put request, instead of whole processor configuration. This got resolved.