You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nifi.apache.org by Jagannathrao Mudda <Ja...@lifelock.com> on 2015/12/13 03:42:52 UTC

Issue while updating processor property (both static and dynamic)

Hi,

We are trying to update the processor property (dynamic and also static) using following curl command and getting validation error and setting the state of processor to “ERROR” state as shown in the attached image.


curl -XPUT -d'{ "revision":{"clientId":"da5efb0a-916f-4468-bc7d-7d44008b888f","version":638}, "processor": { "id": "76bac699-41c1-4416-87d0-1d1fec950cbb", "config": {"properties": { "Data Flow Context":"{category=NCOA–BF, fail=fail, success=success}" },  "descriptors": { "Data Flow Context" : { "name": "Data Flow Context", "displayName": "Data Flow Context" ,"required": false,  "dynamic": false, "sensitive": false,  "supportsEl": false } } } } }’ http://localhost:9080/nifi-api/controller/process-groups/3bd074fb-7b0a-4ba6-b5c0-edad97afc808/processors/76bac699-41c1-4416-87d0-1d1fec950cbb



Is there anything that we are missing? Please let us know.


[cid:8806F0F4-ABC6-4A50-B1DA-19F0597242CA]


Thanks

Mudda


________________________________
The information contained in this transmission may contain privileged and confidential information. It is intended only for the use of the person(s) named above. If you are not the intended recipient, you are hereby notified that any review, dissemination, distribution or duplication of this communication is strictly prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.
________________________________

Re: Issue while updating processor property (both static and dynamic)

Posted by Joe Witt <jo...@gmail.com>.
Mudda

Do you also have the resulting validation error/response information?

Thanks
Joe

On Sat, Dec 12, 2015 at 9:42 PM, Jagannathrao Mudda <
Jagannathrao.Mudda@lifelock.com> wrote:

> Hi,
>
> We are trying to update the processor property (dynamic and also static)
> using following curl command and getting validation error and setting the
> state of processor to “ERROR” state as shown in the attached image.
>
> curl -XPUT -d'{
> "revision":{"clientId":"da5efb0a-916f-4468-bc7d-7d44008b888f","version":638},
> "processor": { "id": "76bac699-41c1-4416-87d0-1d1fec950cbb", "config":
> {"properties": { "Data Flow Context":"{category=NCOA–BF, fail=fail,
> success=success}" },  "descriptors": { "Data Flow Context" : { "name":
> "Data Flow Context", "displayName": "Data Flow Context" ,"required":
> false,  "dynamic": false, "sensitive": false,  "supportsEl": false } } } }
> }’
> http://localhost:9080/nifi-api/controller/process-groups/3bd074fb-7b0a-4ba6-b5c0-edad97afc808/processors/76bac699-41c1-4416-87d0-1d1fec950cbb
>
>
>
> Is there anything that we are missing? Please let us know.
>
>
>
> Thanks
>
> Mudda
>
>
> ------------------------------
> The information contained in this transmission may contain privileged and
> confidential information. It is intended only for the use of the person(s)
> named above. If you are not the intended recipient, you are hereby notified
> that any review, dissemination, distribution or duplication of this
> communication is strictly prohibited. If you are not the intended
> recipient, please contact the sender by reply email and destroy all copies
> of the original message.
> ------------------------------
>