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
Line 6: Line 6:


eg.
eg.
http://localhost:8998/api/tags/process.json?temp&hum&dew
<pre>http://localhost:8998/api/tags/process.json?temp&hum&dew</pre>
or
or
http://localhost:8998/api/tags/process.json?rc&temp&hum&dew
<pre>http://localhost:8998/api/tags/process.json?rc&temp&hum&dew</pre>


Which will return the following format string in the body...
Which will return the following format string in the body...
Line 22: Line 22:


eg.
eg.
http://localhost:8998/api/tags/process.txt
<pre>http://localhost:8998/api/tags/process.txt</pre>


With a POST body text of..
With a POST body text of..