Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.77 KB

telegraf.rst

File metadata and controls

48 lines (37 loc) · 1.77 KB

Telegraf

Resources (GeneralController.php)
Method Module Controller Command Parameters
GET telegraf general get  
POST telegraf general set  
Resources (InputController.php)
Method Module Controller Command Parameters
GET telegraf input get  
POST telegraf input set  
Resources (KeyController.php)
Method Module Controller Command Parameters
POST telegraf key addKey  
POST telegraf key delKey $uuid
GET telegraf key get  
GET telegraf key getKey $uuid=null
* telegraf key searchKey  
POST telegraf key set  
POST telegraf key setKey $uuid
POST telegraf key toggleKey $uuid
         
<<uses>>       model Key.xml
Resources (OutputController.php)
Method Module Controller Command Parameters
GET telegraf output get  
POST telegraf output set  
Service (ServiceController.php)
Method Module Controller Command Parameters
POST telegraf service reconfigure  
POST telegraf service restart  
POST telegraf service start  
GET telegraf service status  
POST telegraf service stop