Created 03-24-2022 01:11 AM
Which processor of nifi we can use , as below parameter is needed to fulfill the api call, share me any example/reference link if available.
private static final String TOKEN_ID = "";
private static final String TOKEN_SECRET = "";
private static final String REST_URL = "";
private static final String CONSUMER_KEY = "";
private static final String CONSUMER_SECRET = "";
private static final String REALM = "";
private static final String CONTENT_TYPE = "Content-Type";
private static final String APP_JSON = "application/json";
Created 03-24-2022 10:00 PM
Any suggestion !
Created 03-24-2022 10:48 PM
Would you be able to better explain what you're trying to achieve? You post is not very clear.
Cheers,
André
Created 03-25-2022 05:21 AM
I am trying to consume Rest Services for one of the ERP system. I am able to consume this with java but not sure how I will achieve in Nifi and which processor useful.
I tried Invoke HTTP processor but no success. In java I generated token with help of TOKEN_ID and TOKEN_SECRET. Not sure how I will achieve same here
below is code snippet of java:
Created on 04-04-2022 09:52 PM - edited 04-04-2022 09:59 PM
Any suggestion ! Similar to something like ''GetTwitter" processor looking but can't use/try this processor as not able to mentione endpoint URL.