Skip to Main Content
Netreo Ideas Portal
Status Needs review
Created by Guest
Created on Jun 25, 2024

New Netreo API endpoint to fetch SIM related information for multiple devices at once.

This is Amit Chaubey from TNSOnline team in TNSI. I have to raise a new Feature Request for fetching SIM related information for multiple devices in bulk either in an existing Netreo API endpoint OR in a new endpoint.

Note: Below fields are already being fetched for ONE device as part of the endpoint /api/device_info_api.php where we pass IP address and get the data.


As part of new Feature Request, we need following fields to be sent in the API response for each device in bulk.

1. "WirelessCarrier" -> This signifies the wireless carrier name for SIM1 inserted in slot 1 of device
2. "WirelessCarrierSIM2" -> This signifies the wireless carrier name for SIM2 inserted in slot 2 of device
3. "Wireless_Active_SIM" -> This gives the ICCID number of the SIM which is actively being used in Device
4. "Wireless_SIM1" -> This gives the ICCID number of SIM1 inserted in slot 1 of Device
5. "Wireless_SIM2" -> This gives the ICCID number of SIM2 inserted in slot 2 of Device


Please keep in mind the performance for this endpoint as this has to be designed in a way so that we are able to fetch and store the SIM related information for all the devices in our side.The Device Count is right now 85000 but it can go up to 150,000 or higher in future.


Sample Response for API: Below sample response can be taken as an example for sending field values for multiple devices which can be included in an existing Netreo API bulk endpoint or in a new endpoint
[

{ "deviceName": "deviceOne", "WirelessCarrier": "Mini Cell Tower", "WirelessCarrierSIM2": "Mini Cell Tower", "Wireless_Active_SIM": "8988211910000040793", "Wireless_SIM1": "8988211910000040793", "Wireless_SIM2": "8988211910000040782" },

{ "deviceName": "deviceTwo", "WirelessCarrier": "Mini Cell Tower", "WirelessCarrierSIM2": null, "Wireless_Active_SIM": "8988211910000040793", "Wireless_SIM1": "8988211910000040793", "Wireless_SIM2": null },.........

]

Netreo Product Area Netreo (IM)
  • Attach files