Hello Erman,
I use 1 curl command to generate a token to autostart a pipipeline for Striim.
curl -X POST -d'username=admin&password=striim$$2022'
http://localhost:9080/security/authenticate{"token":"01ecd1d9-99b0-c511-b106-005056819aa2"}[striim@RB-BD-STRIM-NEW ~]$
Is there any python code to call the curl command and save this token in a variable?
Thanks,
Roshan