2.9.0
Search
K

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
/deviceInformation/{serialNumber}
receive a repor on a single decide
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