Calling HPOO Flow using CURL.
Pavan Kumar Aleti
Founder | Public Cloud Delivery | Cloud Expert | DevOps / DevSecOps Engineer at ALETI
1. Create a "oofile.json" as below, uuid is flow uuid to be called.
2. Inputs are OO Flow's Inputs.
{
"uuid":"80b30b64-6e56-41f2-bf57-99665d144949",
"inputs":
{
"<variable1>":"<value to be passed>"
}
}
3. curl -k -u <oousername>:<oouser-password> -X POST -H "Content-Type:application/json" -d @oofile.json "https://server:8443/oo/rest/v1/executions"
Note: username and password should have ample permissions to run headless flows.