<div dir="ltr">Hi,<br><br>I am trying via the API to get the RRD file (or, more generally, all the data points in it) for the IXP total infrastructure traffic. The goal is to produce nice graphs of the total traffic for the website.<br><br>This page says I can set grapher "type" to "rrd":<br><br><a href="https://docs.ixpmanager.org/grapher/api/">https://docs.ixpmanager.org/grapher/api/</a><br><br>And I can see in app/Services/Grapher/Graph.php that "rrd" is a valid type.<br><br>However URLs like this result in the error "No graphing backend configured to support the requested graph type.":<br><br>..ixpmanager/grapher/ixp?id=1&type=rrd<br>..ixpmanager/grapher/ixp?id=1&type=rrd&category=bits&backend=mrtg&apikey=xyz<br><br>I thought it might be down to this being an aggregate graph - maybe there isn't a single RRD file that covers it - but it doesn't work for individual physical interfaces either; this gives the same message:<br><br>..ixpmanager/physicalinterface?id=11&type=rrd <br><br>Please can you let me know if I'm doing something wrong - is it presently possible via the API to get the RRD file for the total IXP traffic? Or the data contained within it?<br><br>Thanks<br><br>David<br></div>