Updat the Postman requests collection for the UI services
[e-mobility-charging-stations-simulator.git] / src / assets / CSSimulatorUIProtocol.postman_collection.json
index 22e711b240949ec33b578e451e5cb32c85c08fec..79bfe54b789cbc9d270b8fc2506cfdb290cd7ea1 100644 (file)
@@ -7,7 +7,7 @@
   },
   "item": [
     {
-      "name": "listChargingStations",
+      "name": "startSimulator",
       "request": {
         "method": "POST",
         "header": [],
           }
         },
         "url": {
-          "raw": "{{baseUrl}}/{{protocol}}/{{version}}/listChargingStations",
+          "raw": "{{baseUrl}}/{{protocol}}/{{version}}/startSimulator",
           "host": ["{{baseUrl}}"],
-          "path": ["{{protocol}}", "{{version}}", "listChargingStations"]
+          "path": ["{{protocol}}", "{{version}}", "startSimulator"]
         }
       },
       "response": []
     },
     {
-      "name": "startChargingStation",
+      "name": "stopSimulator",
       "request": {
         "method": "POST",
         "header": [],
         "body": {
           "mode": "raw",
-          "raw": "{\n    \"hashIds\": [\n        \"0058d8b50e422cce5bbd0c0a4ad13d5d657e8a88670dcf04c1b2b563fea3db5b96a3686278b374ed050e21baef89060e\",\n        \"331d024fea36e3e2483a0e5dc9376234241c8c099ad201a441437b23622c308555183f37cbc84a1818c1c45aaae50896\"\n    ]\n}",
+          "raw": "{}",
           "options": {
             "raw": {
               "language": "json"
           }
         },
         "url": {
-          "raw": "{{baseUrl}}/{{protocol}}/{{version}}/startChargingStation",
+          "raw": "{{baseUrl}}/{{protocol}}/{{version}}/stopSimulator",
           "host": ["{{baseUrl}}"],
-          "path": ["{{protocol}}", "{{version}}", "startChargingStation"]
+          "path": ["{{protocol}}", "{{version}}", "stopSimulator"]
         }
       },
       "response": []
     },
     {
-      "name": "stopChargingStation",
+      "name": "listChargingStations",
       "request": {
         "method": "POST",
         "header": [],
         "body": {
           "mode": "raw",
-          "raw": "{\n    \"hashIds\": [\n        \"0058d8b50e422cce5bbd0c0a4ad13d5d657e8a88670dcf04c1b2b563fea3db5b96a3686278b374ed050e21baef89060e\",\n        \"331d024fea36e3e2483a0e5dc9376234241c8c099ad201a441437b23622c308555183f37cbc84a1818c1c45aaae50896\"\n    ]\n}",
+          "raw": "{}",
           "options": {
             "raw": {
               "language": "json"
           }
         },
         "url": {
-          "raw": "{{baseUrl}}/{{protocol}}/{{version}}/stopChargingStation",
+          "raw": "{{baseUrl}}/{{protocol}}/{{version}}/listChargingStations",
           "host": ["{{baseUrl}}"],
-          "path": ["{{protocol}}", "{{version}}", "stopChargingStation"]
+          "path": ["{{protocol}}", "{{version}}", "listChargingStations"]
         }
       },
       "response": []
     },
     {
-      "name": "startSimulator",
+      "name": "startChargingStation",
       "request": {
         "method": "POST",
         "header": [],
         "body": {
           "mode": "raw",
-          "raw": "{}",
+          "raw": "{\n    \"hashIds\": [\n        \"0058d8b50e422cce5bbd0c0a4ad13d5d657e8a88670dcf04c1b2b563fea3db5b96a3686278b374ed050e21baef89060e\",\n        \"331d024fea36e3e2483a0e5dc9376234241c8c099ad201a441437b23622c308555183f37cbc84a1818c1c45aaae50896\"\n    ]\n}",
           "options": {
             "raw": {
               "language": "json"
           }
         },
         "url": {
-          "raw": "{{baseUrl}}/{{protocol}}/{{version}}/startSimulator",
+          "raw": "{{baseUrl}}/{{protocol}}/{{version}}/startChargingStation",
           "host": ["{{baseUrl}}"],
-          "path": ["{{protocol}}", "{{version}}", "startSimulator"]
+          "path": ["{{protocol}}", "{{version}}", "startChargingStation"]
         }
       },
       "response": []
     },
     {
-      "name": "stopSimulator",
+      "name": "stopChargingStation",
       "request": {
         "method": "POST",
         "header": [],
         "body": {
           "mode": "raw",
-          "raw": "{}",
+          "raw": "{\n    \"hashIds\": [\n        \"0058d8b50e422cce5bbd0c0a4ad13d5d657e8a88670dcf04c1b2b563fea3db5b96a3686278b374ed050e21baef89060e\",\n        \"331d024fea36e3e2483a0e5dc9376234241c8c099ad201a441437b23622c308555183f37cbc84a1818c1c45aaae50896\"\n    ]\n}",
           "options": {
             "raw": {
               "language": "json"
           }
         },
         "url": {
-          "raw": "{{baseUrl}}/{{protocol}}/{{version}}/stopSimulator",
+          "raw": "{{baseUrl}}/{{protocol}}/{{version}}/stopChargingStation",
           "host": ["{{baseUrl}}"],
-          "path": ["{{protocol}}", "{{version}}", "stopSimulator"]
+          "path": ["{{protocol}}", "{{version}}", "stopChargingStation"]
         }
       },
       "response": []
         }
       },
       "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": [