X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fresources%2FHELP.md;h=1c394d6bdee0da4d0ddff2abb3f89cbed725a759;hb=e782294456d0877aa8fc05aa931291ac79808eb3;hp=abb842a522f001809e00c7b8a9182fea94e2883e;hpb=60870aeb874273396e495c5c188ba12a614b5b1b;p=anna.git diff --git a/example/diameter/launcher/resources/HELP.md b/example/diameter/launcher/resources/HELP.md index abb842a..1c394d6 100644 --- a/example/diameter/launcher/resources/HELP.md +++ b/example/diameter/launcher/resources/HELP.md @@ -1523,7 +1523,7 @@ Value '-1' means 'no limit' (full parallel). Be careful with resources consumpti } ``` -### EXECUTION ACTIONS +### FSM TESTING EXECUTION ACTIONS #### POST /test-ttps @@ -1903,5 +1903,26 @@ As it could be very large, it will be dumped on provided target directory, '*/tm } ``` +### DYNAMIC PROCEDURE +Used for system test. Arguments are determined by the way in a specific dynamic library is designed/documented. + +#### POST /dynamic + +**Request body**: + +``` +{ + "arguments": +} +``` + +**Response body**: + +``` +{ + "result":"", + "response":"" +} +```