Only Sensitive values IN GetFile Processor?

190 views Asked by At

I have created the processor using RestAPI(Nifi-1.0) in windows.

Post: /process-groups/{id}/processors

Json:

{
"revision":{"version":0},
"component":
{
   "name":"GetFile",
   "type":"GetFile"
}
}

It creates processor with empty attributes in UI. But if I click "+" to add new attribute in UI.Then it will created property but all property are only sensitive value set.

I can't able to create property without sensitive set.

1

There are 1 answers

1
Matt Gilman On BEST ANSWER

The type in the request needs to be fully qualified. Sounds like when you're attempting to create the component, it's actually creating a generic component used when the type is unknown.

If you use the UI and open Developer Tools in your browser you should be able to see an example of this.