Commands§
A user can request a special behaviour by this resource. Detailed behaviour of each commands are described below.
Supported Methods§
- GET /list only
- POST
Resources§
-
/commands/list§
Return all possible command list in json format.
Parameters§
Return code§
- 200 OK
- 200 OK
-
/commands/start§
Request to start a new mode.
Parameters§
- mode : A new mode to start. (runtime, calibration, record(N.A.), replay(N.A.))
Return code§
- 200 OK
- 400 BAD REQ
- mode : A new mode to start. (runtime, calibration, record(N.A.), replay(N.A.))
-
/commands/apply-change§
Apply all the configuration that has been changed (eg. zone setup).
Parameters§
Return code§
- 200 OK
- 200 OK
-
/commands/new-project§
Request to create a new project.(N.A.)
Parameters§
- path : A local path of a new project.
Return code§
- 200 OK
- 400 BAD REQ
- path : A local path of a new project.
-
/commands/load-project§
Request to load a project.(N.A.)
Parameters§
- path : A local path of a project.
Return code§
- 200 OK
- 400 BAD REQ
- path : A local path of a project.
-
/commands/custom§
Request to do a special action.(N.A.)
Parameters§
- cmd-id : A command ID. (XXXX, YYYY, ZZZZ...)
- cmd-param : A command parameters. (list of string distinguished by ";"delimiter)
Return code§
- 200 OK
- 400 BAD REQ
- 404 NOT FOUND