This repository was archived by the owner on Dec 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,13 +16,14 @@ All GET requests can be output in one of the following formats: **JSON (default)
1616
1717- GET
1818
19- ` /service ` - simple HTTP server with the ability to stop and start services using buttons (using JavaScript functions) \
20- ` /api/service ` - Get list all services \
21- ` /apt/service/service_name ` - Get list service by the specified name passed in URL (using wildcard format) \
22- ` /apt/process ` - Get a list all running processes in an easy-to-read format \
23- ` /apt/process/process_name ` - Get list running processes by the specified name passed in URL (using wildcard format)
24- ` /api/hardware ` - Output of summary statistics of metrics close to Task Manager \
25- ` /api/performance ` \
19+ ` /service ` - simple HTTP server with the ability to stop and start services using buttons (using JavaScript functions, ** only for Web Browser** ) \
20+ ` /api/service ` - Get list ** all services** \
21+ ` /apt/service/service_name ` - Get list service by the specified name passed in URL (using ** wildcard** format) \
22+ ` /process ` - simple HTTP server with the ability to stop and start process using buttons (using JavaScript functions, ** only for Web Browser** ) \
23+ ` /apt/process ` - Get a list ** all running processes** in an easy-to-read format \
24+ ` /apt/process/process_name ` - Get list running processes by the specified name passed in URL (using ** wildcard** format)
25+ ` /api/hardware ` - Output of summary statistics of metrics close to Task Manager from ** Common Information Model** \
26+ ` /api/performance ` - Output metrics from ** Counter** \
2627` /api/cpu ` \
2728` /api/memory ` \
2829` /api/memory/slots ` \
You can’t perform that action at this time.
0 commit comments