Bumblebee APIs
Updated: Jul 23
For a complete list of the API documents and SDK , check out our public repo on Github bumblebee_api_sdk
To download a sample python code to use the API, click Bumblebee_Networks_API_Example.py
Below is a list of sample APIs and their corresponding API URL.
Login
Request URL: https://api.bumblebeenet.com/token
CPE Management
2.1 Create CPE
Request API: https://api.bumblebeenet.com/create-cpe
2.2 Get WAN Health
2.3 Get WAN Uptime and Outage History
Request API: https://api.bumblebeenet.com/get-node-conn-status
2.4 Get WAN Link Utilization for Peak Rate/Average Rate
2.5 Get WAN Link Peak Hour Throughput Trend
2.6 List CPE
Request API: https://api.bumblebeenet.com/get-cpe
2.7 Delete CPE
Request API: https://api.bumblebeenet.com/remove-cpe
2.8 Start Speed Test
Request API: https://api.bumblebeenet.com/start-cpe-speedtest-cli
2.9 Get Speed Test Result
2.10 Get Cellular Status
Request API: https://api.bumblebeenet.com/get-cellular-status
Entity Management
3.1 Create Entity
Request API: https://api.bumblebeenet.com/create-entity
3.2 List Entity
Request API: https://api.bumblebeenet.com/get-entity
3.3 Delete Entity
Request API: https://api.bumblebeenet.com/remove-entity
IAM User Management
4.1 Create IAM User
Request API: https://api.bumblebeenet.com/create-iam-user
4.2 List IAM User
Request API: https://api.bumblebeenet.com/list-iam-user
4.3 Delete IAM User
Request API: https://api.bumblebeenet.com/remove-iam-user
CPE Analytics
5.1 Get CPE Metrics
Request API: https://api.bumblebeenet.com/get-node-metrics

Comments