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