While testing the Icinga-web (version 1.10) REST API for the first time today, 
using this URL:

        
http://my.icinga.host/icinga-web/web/api/host/columns(HOST_NAME)/authkey=myauthkey/xml

I get this back:

        <?xml version="1.0" encoding="UTF-8"?>
        <results>
                <result/>
                <result/>
                <result/>
                <result/>
                *100 more rows of the same*
        </results>

It appears to have the right number of <result/> tags for how many hosts I 
have, and yet no data. Asking for JSON instead of XML, services instead of 
hosts, or different columns yields a similar result.

The only messages in icinga-web's logs during this time show the API user 
login/out events.

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
icinga-users mailing list
icinga-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/icinga-users

Reply via email to