Just to follow up on this for anyone else, this issue was related to the encryption. I'm my case I've disabled it as it's a local network api call but if not, decryption would have been required.

Regards Daniel



Sent from my iPhone

On 10 Jan 2014, at 12:55 am, Daniel Rolfe <daniel.rolfe.au@gmail.com> wrote:

more info

<image.png>


On Fri, Jan 10, 2014 at 12:51 AM, Daniel Rolfe <daniel.rolfe.au@gmail.com> wrote:
Hi all,

I'm trying to port billing data out of observium via the simple API but I'm only getting null data as below:

{"login":{"success":{"code":"101","msg":"User authentification succeeded"}},"data":[{"timestamp":null,"traf_total":null,"traf_in":null,"traf_out":null},{"timestamp":null,"traf_total":null,"traf_in":null,"traf_out":null},{"timestamp":null,"traf_total":null,"traf_in":null,"traf_out":null},{"timestamp":null,"traf_total":null,"traf_in":null,"traf_out":null}

Any ideas on what could be causing this ?

Regards, Daniel