Add new REST endpoint:

- /v2/server/rawcmd

Takes parameters:
 - cmd

Commands have to start with /, some commands aren't written properly, and may not return any more output than a status code.
This commit is contained in:
Lucas Nicodemus 2012-01-02 22:14:30 -07:00
parent f04b9d7a6d
commit b8e4dffd74
4 changed files with 74 additions and 27 deletions

View file

@ -48,5 +48,5 @@ using System.Runtime.InteropServices;
// Build Number
// MMdd of the build
[assembly: AssemblyVersion("3.4.2.0101")]
[assembly: AssemblyFileVersion("3.4.2.0101")]
[assembly: AssemblyVersion("3.4.2.0102")]
[assembly: AssemblyFileVersion("3.4.2.0102")]