<?xml version="1.0" encoding="UTF-8"?>
<methodResponse>
<params>
<param><value><array><data>
<value><boolean>1</boolean></value>
<value><string><HOST_POOL></HOST_POOL></string></value>
<value><i4>0</i4></value>
</data></array></value></param>
</params>
</methodResponse>
I’m getting only this info, no usage or similar.
This is on 4.14.2-2 and I’m trying to test the oneinsight addon.
onehost monitor works OK, so I’m not sure what’s going on.
The curl they do looks sane
curl -H "Content-Type: text/xml" -X POST \ -d "<?xml version='1.0'?> <methodCall> <methodName>one.hostpool.info</methodName> <params> <param> <value><string>$ONE_AUTH_STRING</string></value> </param> </params> </methodCall>" $ONE_XMLRPC 1> $DEST_DIR/hostpool.xml
any ideas?
i tried with oneadmin to exclude some visibility issue, but the same result.



