X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fresources%2FHELP.md;h=bef7e3f43a3a8ee7315fbfc42fbbf49d27cacb77;hp=fec3b72d52fa01453273f4f94bbf85a6cc70484f;hb=e688b5354af3a5fe0add859710cae41ffe123f65;hpb=c56124ff93e8bceec159748dfe5ba8d56c62e3de diff --git a/example/diameter/launcher/resources/HELP.md b/example/diameter/launcher/resources/HELP.md index fec3b72..bef7e3f 100644 --- a/example/diameter/launcher/resources/HELP.md +++ b/example/diameter/launcher/resources/HELP.md @@ -960,7 +960,7 @@ Updates diameter server sessions to be accepted. ``` { - "sessions": + "sessions": } ``` @@ -1004,7 +1004,7 @@ Updates ADML working directory. { "action":"" [, "addressPort":""] - [, "socket":] + [, "socket":] } ``` @@ -1036,13 +1036,13 @@ Reset statistics and counters. #### POST /context -Dump ADML context at file path provided. If empty, default path is selected. Context information is not retrieved in the response, so, file is related to ADML execution context. +Dump ADML context at file path provided. If empty (or field missing), default path is selected. Context information is not retrieved in the response, so, file is related to ADML execution context. **Request body**: ``` { - "targetFile":"[file path]" + ["targetFile":"[file path]"] } ``` @@ -1078,7 +1078,7 @@ Set the statistics concepts to be logged. To know the concept indentifiers regis ``` { - "list":"" + ["list":""] } ``` @@ -1153,7 +1153,7 @@ or ``` { - "action":"" + "action":"[action: <[list]|dump|clear|exhaust|rotate>]" } ``` @@ -1184,7 +1184,7 @@ or ``` { - "action":"" + "action":"[action: <[list]|dump|clear|exhaust|rotate>]" } ``` @@ -1243,21 +1243,651 @@ Sends diameter expressed in hexadecimal string (no spaces, no colons, i.e.: `010 ADML implements a bulting *Finite State Machine* to plan testing flows with a great flexibility. -#### POST /xxxxxxxx +#### POST /testid-description -Referred files (*dictionaries, cer, cea, etc.*) shall be accesible for ADML and are not provided in this operation. +**Request body**: + +``` +{ + "description":"" +} +``` + +**Response body**: + +``` +{ + "result":"", + "response":"" +} +``` + +#### POST /testid-ip-limit + +In-Progress limit is the maximum number of tests which can be executed in parallel. +This operation allows a specific test to set this global pool behaviour. + +**Request body**: + +``` +{ + "amount":[amount (integer, 1 by default: execution in sequence)] +} +``` + +**Response body**: + +``` +{ + "result":"", + "response":"" +} +``` + +#### POST /testid-timeout + +**Request body**: + +``` +{ + "msecs": +} +``` + +**Response body**: + +``` +{ + "result":"", + "response":"" +} +``` + +#### POST /testid-sendmsg2e + +**Request body**: + +``` +{ + "diameterJson": + [,"stepNumber":[amount (integer, -1 no step associated)]] +} +``` + +**Response body**: + +``` +{ + "result":"", + "response":"" +} +``` + +#### POST /testid-sendmsg2c + +**Request body**: + +``` +{ + "diameterJson": + [,"stepNumber":[amount (integer, -1 no step associated)]] +} +``` + +**Response body**: + +``` +{ + "result":"", + "response":"" +} +``` + +#### POST /testid-delay + +**Request body**: + +``` +{ + "msecs": +} +``` + +**Response body**: + +``` +{ + "result":"", + "response":"" +} +``` + +#### POST /testid-sh-command + +**Request body**: + +``` +{ + "script":"