Request Methods

Method nameDescription
opProcessListGet a list of the running processes
opProcessStartStart up a process
opProcessStopStop a process
cliCommandWill run the command given, and return the stdout output of the command when the command is done
cliCommandContWill run the command given, and return the stdout output of the command continously while the command runs
tailFileTail log files on some node, and get the result for each new line read sent back in a reply message
httpGetScrape web url, and get the html sent back in a reply message
helloSend Hello messages
copySrcCopy a file from one node to another node
errorLogMethod for receiving error logs for Central error logger
noneDon't send a reply message
consolePrint to stdout or stderr
fileAppendAppend to file, can also write to unix sockets
fileWrite to file, can also write to unix sockets