From: Jérôme Benoit Date: Mon, 29 Aug 2022 21:59:36 +0000 (+0200) Subject: Updat the Postman requests collection for the UI services X-Git-Tag: v1.1.69~12 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=d52ac6f45cb4a73eb0c8a8bd769b211cefd8bcb2;p=e-mobility-charging-stations-simulator.git Updat the Postman requests collection for the UI services Signed-off-by: Jérôme Benoit --- diff --git a/src/assets/CSSimulatorUIProtocol.postman_collection.json b/src/assets/CSSimulatorUIProtocol.postman_collection.json index e5dc79e4..79bfe54b 100644 --- a/src/assets/CSSimulatorUIProtocol.postman_collection.json +++ b/src/assets/CSSimulatorUIProtocol.postman_collection.json @@ -203,6 +203,50 @@ } }, "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": [