Thruk Business Process REST API #1139
Unanswered
cdiamantis
asked this question in
Q&A
Replies: 1 comment
-
There are some examples in the test scenarios, ex. here:
The documentation is automatically created based on https://github.com/sni/Thruk/blob/master/plugins/plugins-available/business_process/lib/Thruk/Controller/Rest/V1/bp.pm#L53 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I am trying to build a Python automation where some Business Processes will be created on Thruk via the Rest API.
The thing is that the documentation is pretty poor an the only thing I am seeing is the below:
POST /thruk/bp
create new business process.
I have tried to capture the requests by Developer Tools on my browser in order to match the parameters needed to pass onto the POST request sent onto Thruk and I do see the below response from Thruk:
However, the BP is not created correctly on Thruk.
Kind Regards,
Christos Diamantis
Beta Was this translation helpful? Give feedback.
All reactions