Implement dynamic procedure at REST interface
[anna.git] / example / diameter / launcher / resources / HELP.md
index abb842a..732e938 100644 (file)
@@ -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**:
+
+```
+{
+    "dynamic": <diameter arguments json object>
+}
+```
+
+**Response body**:
+
+```
+{
+    "result":"<true or false>",
+    "response":"<response>"
+}
+```