Thank You
Latest 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?