I want to use the Flower HTTP API to monitor Celery, but I cannot find any documentation about the available REST methods, except for a few examples in README. Can someone point me in the right direction or read only the source code?
All HTTP API methods are documented and available at http://flower.readthedocs.org/en/latest/api.html
You can check urls.py for a list of all methods: https://github.com/mher/flower/blob/master/flower/urls.py
Source: https://habr.com/ru/post/1499462/More articles:Salesforce SOQL sets batch loading in REST api - restA bash script is passed one parameter, but I want several - bashiOS transparent layer UIView - iosHow can I use sub from another workbook - vbaDo not close the tooltip when input has focus after clicking - jquery-uijavascript for ... in a loop, please explain - javascriptVisual Studio - MVC. Search for the use of DisplayTemplate / EditorTemplate. - visual-studioHow should custom code work during the migration of an Entity Framework database? - c #Invalid operands for binary AND (&) - assemblyINSERT query - Null vs Empty String .. does it matter? - c #All Articles