Search…
2.4.0 GA
OpenWiFi Release 2.4 GA
Ordering OpenWiFi APs
Device Partner Information
Cloud Partner Information
Getting Started
Provisioning
User Interface
API
OpenAPI Definitions
Security Service
Gateway Service
Firmware Management Service
Monitoring
SDK Installation
Overview
Deploy using Docker Compose
Deploy using Helm
Configuration Examples
Basic Device Provisioning
Device Feature Configuration Examples
Release Notes
Features
Security
Resolved Issues
Test Automation Framework
Overview
Powered By
GitBook
Firmware Management Service
get
https://localhost:16003/api/v1
/firmwares
Returns a list of firmwares.
get
https://localhost:16003/api/v1
/firmware/{id}
Returns a Firmware
post
https://localhost:16003/api/v1
/firmware/{id}
Create A New firmware
put
https://localhost:16003/api/v1
/firmware/{id}
Update A New firmware
delete
https://localhost:16003/api/v1
/firmware/{id}
Delete some Firmware
get
https://localhost:16003/api/v1
/revisionHistory/{serialNumber}
List all the defined device revision history
delete
https://localhost:16003/api/v1
/revisionHistory/{serialNumber}
Delete specific hostory elements for a device
get
https://localhost:16003/api/v1
/firmwareAge
Calculate how old a version of firmware is.
get
https://localhost:16003/api/v1
/connectedDevices
Get a list of connected devices and some values.
get
https://localhost:16003/api/v1
/connectedDevice/{serialNumber}
Get status of a connected device.
get
https://localhost:16003/api/v1
/deviceReport
get an analysis of the existing devices we know about.
get
https://localhost:16003/api/v1
/system
Retrieve different values from the running service.
post
https://localhost:16003/api/v1
/system
Perform some system wide commands
Previous
Gateway Service
Next
Monitoring
Last modified
2mo ago
Export as PDF
Copy link
Contents
get
/firmwares
get
/firmware/{id}
post
/firmware/{id}
put
/firmware/{id}
delete
/firmware/{id}
get
/revisionHistory/{serialNumber}
delete
/revisionHistory/{serialNumber}
get
/firmwareAge
get
/connectedDevices
get
/connectedDevice/{serialNumber}
get
/deviceReport
get
/system
post
/system