What methods are available in the Flower HTTP API?
Asked Answered
V

2

5

I want to use the Flower HTTP API to monitor Celery, but I can't seem to find any documentation of available REST methods, other than the few examples on the README. Can anyone point me in the right direction, or is reading the source code the only option?

Villatoro answered 28/8, 2013 at 18:22 Comment(0)
B
6

All HTTP API methods are documented and available at http://flower.readthedocs.org/en/latest/api.html

Bumpy answered 21/4, 2014 at 17:55 Comment(0)
W
3

You can check the urls.py for a list of all methods: https://github.com/mher/flower/blob/master/flower/urls.py

Wanderoo answered 27/10, 2013 at 9:9 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.