02-17-2020 10:49 AM
Due to the success of getting my last question answered so efficiently, I thought I may ask another ;
On the Bluetooth Clients Meraki Dashboard there is a Status Column, however in the API I cannot seem to find it in any JSON returned. Does anybody know where I can get the Status of a Bluetooth Client using the API ? the links I have tried so far are ;
and
https://n35.meraki.com/api/v1/networks/"Network_ID"/bluetoothClients/"Bluetooth_ID"
Obviously "Network_ID" and "Bluetooth_ID" are replaced with the actual IDs....
Kind Regards
Ken
Solved! Go to Solution.
02-21-2020 01:24 AM
Hey @JudgeyK!
I've had a dig and I can see what you are talking about:
vs.
02-19-2020 03:17 PM
Hi,
I believe you will need to perform the API query to get the network ID and the Bluetooth client ID first.
Try below to retrieve the network ID and Bluetooth client ID. And you can find these in API doc.
https://api.meraki.com/api/v0/organizations/{organizationId}/networks
https://api.meraki.com/api/v0/networks/{networkId}/bluetoothClients
Best Regards,
Chris
02-20-2020 12:25 AM
Hi Chris,
Thanks for your response. I did state at the bottom of my post that I was replacing the NetworkID and the ClientID with the actual IDs.
The problem is, you DO get the status when you are requesting the Network Clients using ;
https://api.meraki.com/api/v0/organizations/{organizationId}/networks
however, you DO NOT get the status when requesting the Bluetooth Clients
https://api.meraki.com/api/v0/networks/{networkId}/bluetoothClients
Is this an oversight on Meraki as it is displayed when you use the actual dashboard web pages at https://n35.meraki.com/
Kind Regards
Ken
02-21-2020 01:24 AM
Hey @JudgeyK!
I've had a dig and I can see what you are talking about:
vs.
02-21-2020 01:48 AM
Brilliant,
Thanks John.
03-08-2020 07:08 AM
Somewhat oddly, my phone is picking up Bluetooth fitbits whilst the AP picks up TVs, but not my phone . . .
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide