Hey community, i have an issue with applying
Cisco Meraki device by HTTP
zabbix template to hosts, error is following:
Failed to parse response received from Meraki API. Check debug log for more information.
Response code "400" did not match any of the required status codes "200"
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 400 Illegal Path Character</title>
</head>
<body>
<h2>HTTP ERROR 400 Illegal Path Character</h2>
<table>
<tr><th>URI:</th><td>/badURI</td></tr>
<tr><th>STATUS:</th><td>400</td></tr>
<tr><th>MESSAGE:</th><td>Illegal Path Character</td></tr>
</table>
<hr/><a href="https://jetty.org/">Powered by Jetty:// 12.0.19</a><hr/>
All the neccessary macros {$MERAKI.API.URL} and {$MERAKI.TOKEN} for the host being already specified with corresponding values.
What am I doing wrong?