Cumulus MX Local API: Difference between revisions

no edit summary
(Created page with "There are two methods of calling the Cumulus MX local API (note the web tag names are case sensitive just like normal): == HTTP GET == This provides a quick and simple metho...")
 
No edit summary
 
eg.
<pre>http://localhost:8998/api/tags/process.json?temp&hum&dew</pre>
or
<pre>http://localhost:8998/api/tags/process.json?rc&temp&hum&dew</pre>
 
Which will return the following format string in the body...
 
eg.
<pre>http://localhost:8998/api/tags/process.txt</pre>
 
With a POST body text of..