diff --git a/The-Glances-RESTFULL-JSON-API.md b/The-Glances-RESTFULL-JSON-API.md index 69a60ff..2a2fb22 100644 --- a/The-Glances-RESTFULL-JSON-API.md +++ b/The-Glances-RESTFULL-JSON-API.md @@ -12,4 +12,17 @@ Serveur side Client side =========== -Todo \ No newline at end of file +_**/api/2/pluginslist**_ + +Return the plugins available on the Glances server. + +Request parameters: + +None + +Request response: + +* 200 - application/json: list +* 404 - Returned if the property does not exist + +