- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
GetSFTP password gets updated when schedule time changed using API
- Labels:
-
Apache NiFi
Created ‎01-26-2018 10:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created ‎01-26-2018 11:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ignore this, got is resolved by sending only schedule-related information in the put request, instead of whole processor configuration. This got resolved.
Created ‎01-26-2018 11:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ignore this, got is resolved by sending only schedule-related information in the put request, instead of whole processor configuration. This got resolved.
