Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
Api documentation not available
-
Hi,
I'm searching for the api documentation and I can't find it anymore:Same thing if I'm looking for /rest/api-docs
-
Hi Radu,
Can you check that swagger.enabled=true in your Mango/overrides/properties/env.properties file (or, if that is not there, Mango/classes/env.properties)? You will have to restart Mango to get to use that page if swagger.enabled=false, after changing it to true.
-
thanks
-
I'm trying to query events:
Can I query between two dates using the api?
Can the events be automatically purged after 1 year for example? -
Currently, I do not believe so. Purging all events after 1 year can be accomplished through the regular UI on the system settings page --> purge settings --> purge events older than
-
How can I query the api for active events?
Thank You