Member since
04-14-2020
3
Posts
0
Kudos Received
0
Solutions
01-11-2022
07:27 PM
I'm trying to update a property Kafka Brokers of a processor using curl command from a Linux server.
curl -ik -X PUT -H 'Content-Type: application/json' -H 'Authorization: Bearer'"'${BT}'" -d '"component":{"id":"da7f19e0-0177-1000-0000-0000351dce2c","config":{"properties":{"Kafka Brokers":"${MIL_KAFKA_KERB_BROKERS}"}}' https://nifi_url.test.com/nifi/nifi-api/processors/da7f19e0-0177-1000-0000-0000351dce2c
Output:
HTTP/1.1 405 Method Not Allowed X-Frame-Options: SAMEORIGIN Content-Security-Policy: frame-ancestors 'self' X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31540000 Content-Length: 0 Server: Jetty(9.4.26.v20200117)
... View more
Labels:
- Labels:
-
Apache NiFi