Hi there,
noob question here, there is an http api in prefect? I wan't to get the prefect task status on my zabbix, with an http request to prefect, so I can create trigger when something goes wrong, didnt find anything about in the docs
👋 1
a
Anna Geller
04/06/2022, 12:47 PM
Prefect 1.0 has a GraphQL API
Prefect 2.0 has a REST API
If you want to trigger a flow run via API request, check this topic on Discourse
And if you want to get notifications on failures, this blog post discusses Automations and State Handlers as the two most common ways to do that, including examples
🙏 1
e
Ewerton Henrique Marschalk
04/06/2022, 12:50 PM
Thanks,
2.0 is dev branch? any predictions of when it goes stable?
Think I can get the results I wan't with the graphql API, thanks again!