Thank You
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.
Posts made by radu.cigmaian
-
how to get alarms only with level critial using mangoapi
I want to retrive only the alarms having critical level using mangoapi. How can I do this?
-
RE: Using http retriever returns java.net.UnknownHostException:
@phildunlap said in Using http retriever returns java.net.UnknownHostException::
Hmm. Well, I noticed there are only 49 temp_c values in that link, if that's related. Regex is pretty fast, but there probably does exist a more efficient expression if the goal is to get the last value for temp_c.
Actually the goal is to have a point showing each value. I've tried with this regexp and the cpu goes to 100%
-
RE: Using http retriever returns java.net.UnknownHostException:
I fixed the unknown host issue, but the regexp is taking too long, I'm parsing the result of:
https://api.apixu.com/v1/forecast.json?key=07cb1ff64c1e4186afa150737172404&q=Toronto&days=2
and tring to get 50th value -
RE: Using http retriever returns java.net.UnknownHostException:
How can I get the nth match of a regexp usin http retriever?
-
Using http retriever returns java.net.UnknownHostException:
Using http retriever returns java.net.UnknownHostException:
-
rest api query format
Hi,
I'm trying to use rest api call: "POST /v1/events/query", but I do not know what is the query format. I want to filter and get only the critical events,
Thank You
-
RE: Getting multiple point values with one request
This can also be used for dashboards where multiple points are displaied. Is there any timeline for this?
Thank You
-
Getting multiple point values with one request
I think it would be a good idea to be able to read multiple xid values with one rest call. Is this scheduled for implementation?
-
RE: Api documentation not available
How can I query the api for active events?
Thank You -
RE: Api documentation not available
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? -
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
-
RE: Setting custom login page has no effect
Now it is working,
Thank you
-
RE: Setting custom login page has no effect
I've moved the dglux module to /opt/mango/web/modules/svd_dglux and rebooted but still not working
-
RE: Setting custom login page has no effect
undefined
I've attached a picture with my configuration. There is nothing wrote into the logs when I'm pressing save... If I log out I'm always redirected to login.htm. I've tried all the scenarios you have mentioned
-
Setting custom login page has no effect
Hi,
I'm trying to set a custom login page. I'm setting the url in System settings -> dashboardsetting, but the configuration is ignored. I've also tried to se the default url for a custom login: "/public-dashboards/login.htm" without success.
I'm using core 2.7.10 - paid
-
How to get alarms via REST API
Is there any possibility to get the active alarms using the REST API? I saw that you can register on the socket in order to get alarms, but don't know how to get the already triggered alarms
-
RE: using the rest api to query multiple XID pointValues versus single XID
I'm having mangoApi 1.1.0 - *** unlicensed *** installed