Updat the Postman requests collection for the UI services
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 29 Aug 2022 21:59:36 +0000 (23:59 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 29 Aug 2022 21:59:36 +0000 (23:59 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/assets/CSSimulatorUIProtocol.postman_collection.json

index e5dc79e45f962f54607ff709efcfbc41d1cea183..79bfe54b789cbc9d270b8fc2506cfdb290cd7ea1 100644 (file)
         }
       },
       "response": []
+    },
+    {
+      "name": "startAutomaticTransactionGenerator",
+      "request": {
+        "method": "POST",
+        "header": [],
+        "body": {
+          "mode": "raw",
+          "raw": "{\n    \"hashIds\": [\n        \"0058d8b50e422cce5bbd0c0a4ad13d5d657e8a88670dcf04c1b2b563fea3db5b96a3686278b374ed050e21baef89060e\"\n    ]\n}",
+          "options": {
+            "raw": {
+              "language": "json"
+            }
+          }
+        },
+        "url": {
+          "raw": "{{baseUrl}}/{{protocol}}/{{version}}/startAutomaticTransactionGenerator",
+          "host": ["{{baseUrl}}"],
+          "path": ["{{protocol}}", "{{version}}", "startAutomaticTransactionGenerator"]
+        }
+      },
+      "response": []
+    },
+    {
+      "name": "stopAutomaticTransactionGenerator",
+      "request": {
+        "method": "POST",
+        "header": [],
+        "body": {
+          "mode": "raw",
+          "raw": "{\n    \"hashIds\": [\n        \"0058d8b50e422cce5bbd0c0a4ad13d5d657e8a88670dcf04c1b2b563fea3db5b96a3686278b374ed050e21baef89060e\"\n    ]\n}",
+          "options": {
+            "raw": {
+              "language": "json"
+            }
+          }
+        },
+        "url": {
+          "raw": "{{baseUrl}}/{{protocol}}/{{version}}/startAutomaticTransactionGenerator",
+          "host": ["{{baseUrl}}"],
+          "path": ["{{protocol}}", "{{version}}", "startAutomaticTransactionGenerator"]
+        }
+      },
+      "response": []
     }
   ],
   "event": [