![](https://secure.gravatar.com/avatar/c621ae7a658dd80e9cb697c06120e354.jpg?s=120&d=mm&r=g)
11 Oct
2013
11 Oct
'13
2:54 a.m.
hi, all i enable API like this:
// Simple Observium API Settings $config['api']['enabled'] = 1; $config['api']['module']['inventory'] = 1;
and then i use http://x.x.x.x/api.php?username=admin&password=admin&module=inventor... to export data, but retured : {"login":{"success":{"code":"101","msg":"User authentification succeeded"}},"data":[]}
the device id is right, i can find inventory data from url http://x.x.x.x/device/device=4/tab=entphysical/ what's wrong about this ? thanks for your answer.
yuan