Pipeline monitoring api usage of org_wide
Please help me figure out what the syntax is for using the org_wide parameter for the pipeline monitoring api.
I’ve tried, but get an error for all of the below:
“https://elastic.snaplogic.com/api/1/rest/public/runtime/” + _org + “?last_hours=” + _last_hours + “?org_wide=1”
“https://elastic.snaplogic.com/api/1/rest/public/runtime/” + _org + “?last_hours=” + _last_hours + “?org_wide=0”
“https://elastic.snaplogic.com/api/1/rest/public/runtime/” + _org + “?last_hours=” + _last_hours + “?org_wide=-1”
If I remove the org_wide, it works but only returns for root of org, understandably. When I look at the error it says it’s expecting an integer, but I’ve already tried: 0, 1, and -1 and none of them work.
Also, the documentation is no help. There’s no example of usage and ‘N/A’ makes no sense for a default value for the boolean.