Bumblebee API Common Functions
- Sherry Wei
- Apr 2
- 1 min read
This document lists a set of commonly used API functions. To view the exact syntax and input parameters for each API, please refer to the complete API documentation in the JSON file.
If you do not have the API JSON document, please send a request to support@bumblebeenet.com.
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

Comments