cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

upTime empty in API

upTime empty in API

bjorn
New Contributor

Hi, i'm able to get the data out of the hivemanager via the API.

I noticed that the upTime of the accesspoints are empty

Am I doing something wrong here?

 

$VAR1 = {

     ā€˜error’ => undef,

     ā€˜data’ => {

           ā€˜upTime’ => undef,

           ā€˜dns’ => ā€˜****’,

           ā€˜subnetMask’ => ā€˜255.255.255.0’,

           ā€˜locationId’ => 8589939959,

           ā€˜macAddress’ => ā€˜D854A25C4EC0’,

           ā€˜deviceId’ => 8589939779,

           ā€˜mode’ => ā€˜PORTAL’,

           ā€˜ip’ => ā€˜*****’,

           ā€˜activeClients’ => 1,

           ā€˜model’ => ā€˜AP_230’,

           ā€˜serialId’ => ā€˜*****’,

           ā€˜deviceTemplate’ => ā€˜AP230’,

           ā€˜mgmtStatus’ => ā€˜MANAGED’,

           ā€˜latitude’ => undef,

           ā€˜configType’ => ā€˜DHCP_CLIENT_WITHOUT_FALLBACK’,

           ā€˜alarmEvents’ => [],

           ā€˜policy’ => ā€˜****’,

           ā€˜ntp’ => ā€˜0.aerohive.pool.ntp.org’,

           ā€˜locations’ => [],

           ā€˜longitude’ => undef,

           ā€˜lastUpdated’ => ā€˜2018-10-17T10:53:35.983Z’,

           ā€˜osVersion’ => ā€˜8.2.2.0’,

           ā€˜connected’ => bless( do{(my $o = 1)}, ā€˜JSON::PP::Boolean’ ),

           ā€˜simulatedDevice’ => bless( do{(my $o = 0)}, ā€˜JSON::PP::Boolean’ ),

           ā€˜cpuUsage’ => 10,

           ā€˜hostName’ => ā€˜*****’,

           ā€˜defaultGateway’ => ā€˜0.0.0.0’,

           ā€˜memUsage’ => 57,

           ā€˜ownerId’ => 2

          }

10 REPLIES 10

samantha_lynn
Esteemed Contributor III

Which endpoint are you making a call to?

GTM-P2G8KFN