mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-25 08:33:22 +03:00
Updated The Glances RESTFULL JSON API (markdown)
parent
3f24c80f55
commit
2517327875
@ -1,6 +1,6 @@
|
|||||||
**Only for Glances v2.1 or higher !**
|
**Only for Glances v2.1 or higher !**
|
||||||
|
|
||||||
Glances HTTP API is based on a **RESTFULL/JSON**.
|
Glances HTTP API is based on **RESTFULL/JSON**.
|
||||||
|
|
||||||
Serveur side
|
Serveur side
|
||||||
============
|
============
|
||||||
@ -25,4 +25,12 @@ Request response:
|
|||||||
* 200 - application/json: list
|
* 200 - application/json: list
|
||||||
* 404 - Returned if the property does not exist
|
* 404 - Returned if the property does not exist
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
```
|
||||||
|
["load", "core", "uptime", "fs", "memswap", "monitor", "percpu", "mem", "sensors", "system", "alert", "psutilversion", "processlist", "diskio", "hddtemp", "processcount", "batpercent", "now", "cpu", "network", "help"]
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user