A HTTP GET to /api/edge/data.json?data=sys_info
obtains basic system information.
Name | Type | Values | Description |
---|---|---|---|
|
String |
A boolean encapsulated in a string (e.g. |
Whether the API request was successful. |
|
Object |
|
The output to the data request. |
Name | Type | Values | Description |
---|---|---|---|
|
String |
String |
The installed software version. |
|
Object |
|
The UNMS status information. |
|
Object |
|
The latest known firmware information. |
Name | Type | Values | Description |
---|---|---|---|
|
String |
|
The UNMS daemon status. |
|
Empty String |
The UNMS status information. |
|
|
Empty String |
The time the UNMS' status was last updated. |
Name | Type | Values | Description |
---|---|---|---|
|
String |
Firmware Version |
The latest software version available online. |
|
String |
URL |
The URL to download the latest firmware from. |
|
String |
MD5 Hash |
The MD5 hash of the latest firmware. |
|
String |
|
The firmware upgrade status information. |
{"success": "1", "output": {"sw_ver": "EdgeRouter.ER-e300.v2.0.9-beta.3.5296219.200507.1538", "unms": {"daemon": "Not running", "status": "", "last": ""}, "fw-latest": {"version": "v2.0.8-hotfix.1", "url": "https://fw-download.ubnt.com/data/e300/669e-edgerouter-2.0.8-hotfix.1-752ed9f0476a4cb3adcce84ec537b228.tar", "md5": "d4b30e3821621f16f6e960d753eaf073", "state": "up-to-date"}}}