From 251732787528752da4dec42a026d78d60a76dab2 Mon Sep 17 00:00:00 2001 From: Nicolas Hennion Date: Mon, 7 Jul 2014 05:58:48 -0700 Subject: [PATCH] Updated The Glances RESTFULL JSON API (markdown) --- The-Glances-RESTFULL-JSON-API.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/The-Glances-RESTFULL-JSON-API.md b/The-Glances-RESTFULL-JSON-API.md index 2a2fb22..6647230 100644 --- a/The-Glances-RESTFULL-JSON-API.md +++ b/The-Glances-RESTFULL-JSON-API.md @@ -1,6 +1,6 @@ **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 ============ @@ -25,4 +25,12 @@ Request response: * 200 - application/json: list * 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"] +``` + + +