Member since
12-09-2015
1
Post
0
Kudos Received
0
Solutions
11-11-2019
07:11 PM
I believe it's a typo. We should use " (double quotes) rather than ' (single quotes). The environment variable $token will be expanded. curl -k -X GET 'https://<nifi-hostname>:9091/nifi-api/flow/status' -H "Authorization: Bearer $token" --compressed
... View more