From 6e87010068acd777ce2bb32263a613c3dc88acec Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 7 Aug 2026 15:38:43 +0200 Subject: [PATCH] chore(ui-server): remove deprecated HTTP UI protocol Insomnia collection (#2070) The HTTP UI transport (UIHttpServer / ApplicationProtocol.HTTP) is deprecated in favor of the MCP transport and will be removed. Drop its Insomnia requests collection and the README pointer to it; the WebSocket collection and the deprecation notice are kept. --- README.md | 2 - .../Insomnia-CSSimulatorUIHTTPProtocol.json | 904 ------------------ 2 files changed, 906 deletions(-) delete mode 100644 src/assets/ui-protocol/Insomnia-CSSimulatorUIHTTPProtocol.json diff --git a/README.md b/README.md index 66ffaf39..9392e645 100644 --- a/README.md +++ b/README.md @@ -1406,8 +1406,6 @@ Examples: > **Deprecated**: Use `"type": "mcp"` for HTTP-based access to the simulator. -To learn how to use the HTTP protocol to pilot the simulator, an [Insomnia](https://insomnia.rest/) HTTP requests collection is available in [src/assets/ui-protocol](./src/assets/ui-protocol) directory. - ## Support, Feedback, Contributing This project is open to feature requests/suggestions, bug reports etc. via [GitHub issues](https://github.com/SAP/e-mobility-charging-stations-simulator/issues). Contribution and feedback are encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our [Contribution Guidelines](./CONTRIBUTING.md). diff --git a/src/assets/ui-protocol/Insomnia-CSSimulatorUIHTTPProtocol.json b/src/assets/ui-protocol/Insomnia-CSSimulatorUIHTTPProtocol.json deleted file mode 100644 index e172ad29..00000000 --- a/src/assets/ui-protocol/Insomnia-CSSimulatorUIHTTPProtocol.json +++ /dev/null @@ -1,904 +0,0 @@ -{ - "_type": "export", - "__export_format": 4, - "__export_date": "2024-02-14T09:28:32.908Z", - "__export_source": "insomnia.desktop.app:v8.6.1", - "resources": [ - { - "_id": "req_09f5c772800b48d9aea7462de3379752", - "parentId": "wrk_509d4a5094fa485ba93e53bc735e8ac3", - "modified": 1699892808097, - "created": 1661789624990, - "url": "{{baseUrl}}/{{protocol}}/{{version}}/startSimulator", - "name": "startSimulator", - "description": "", - "method": "POST", - "body": { "mimeType": "application/json", "text": "{}" }, - "parameters": [], - "headers": [ - { - "name": "Content-Type", - "value": "application/json", - "id": "pair_09b7c0032eac4b1e800c6eb253dc1525" - } - ], - "authentication": { - "type": "basic", - "useISO88591": false, - "disabled": false, - "username": "{{username}}", - "password": "{{password}}" - }, - "metaSortKey": -1661726116055, - "isPrivate": false, - "pathParameters": [], - "settingStoreCookies": true, - "settingSendCookies": true, - "settingDisableRenderRequestBody": false, - "settingEncodeUrl": true, - "settingRebuildPath": true, - "settingFollowRedirects": "global", - "_type": "request" - }, - { - "_id": "wrk_509d4a5094fa485ba93e53bc735e8ac3", - "parentId": null, - "modified": 1707483664587, - "created": 1695635686355, - "name": "CSSimulatorUIHTTPProtocolCollection", - "description": "", - "scope": "collection", - "_type": "workspace" - }, - { - "_id": "req_db48d65a6ab24a55b3d655704cc29d66", - "parentId": "wrk_509d4a5094fa485ba93e53bc735e8ac3", - "modified": 1699892810337, - "created": 1661789624994, - "url": "{{baseUrl}}/{{protocol}}/{{version}}/stopSimulator", - "name": "stopSimulator", - "description": "", - "method": "POST", - "body": { "mimeType": "application/json", "text": "{}" }, - "parameters": [], - "headers": [ - { - "name": "Content-Type", - "value": "application/json", - "id": "pair_7ea195d611f2460a8622e3c7c1784745" - } - ], - "authentication": { - "type": "basic", - "useISO88591": false, - "disabled": false, - "username": "{{username}}", - "password": "{{password}}" - }, - "metaSortKey": -831363058027.5, - "isPrivate": false, - "pathParameters": [], - "settingStoreCookies": true, - "settingSendCookies": true, - "settingDisableRenderRequestBody": false, - "settingEncodeUrl": true, - "settingRebuildPath": true, - "settingFollowRedirects": "global", - "_type": "request" - }, - { - "_id": "req_0304fc6bd9844a2fa390afd9a9c9d893", - "parentId": "wrk_509d4a5094fa485ba93e53bc735e8ac3", - "modified": 1706727111650, - "created": 1706726958993, - "url": "{{baseUrl}}/{{protocol}}/{{version}}/listTemplates", - "name": "listTemplates", - "description": "", - "method": "POST", - "body": { "mimeType": "application/json", "text": "{}" }, - "parameters": [], - "headers": [ - { - "name": "Content-Type", - "value": "application/json", - "id": "pair_af9f914ca52f407488bc6df6c7db3a08" - } - ], - "authentication": { - "type": "basic", - "useISO88591": false, - "disabled": false, - "username": "{{username}}", - "password": "{{password}}" - }, - "metaSortKey": -416181529013.75, - "isPrivate": false, - "pathParameters": [], - "settingStoreCookies": true, - "settingSendCookies": true, - "settingDisableRenderRequestBody": false, - "settingEncodeUrl": true, - "settingRebuildPath": true, - "settingFollowRedirects": "global", - "_type": "request" - }, - { - "_id": "req_5a9d2e0f01e744acba4e218d7604b3e8", - "parentId": "wrk_509d4a5094fa485ba93e53bc735e8ac3", - "modified": 1706727100352, - "created": 1661789624987, - "url": "{{baseUrl}}/{{protocol}}/{{version}}/listChargingStations", - "name": "listChargingStations", - "description": "", - "method": "POST", - "body": { "mimeType": "application/json", "text": "{}" }, - "parameters": [], - "headers": [ - { - "name": "Content-Type", - "value": "application/json", - "id": "pair_af9f914ca52f407488bc6df6c7db3a08" - } - ], - "authentication": { - "type": "basic", - "useISO88591": false, - "disabled": false, - "username": "{{username}}", - "password": "{{password}}" - }, - "metaSortKey": -1000000000, - "isPrivate": false, - "pathParameters": [], - "settingStoreCookies": true, - "settingSendCookies": true, - "settingDisableRenderRequestBody": false, - "settingEncodeUrl": true, - "settingRebuildPath": true, - "settingFollowRedirects": "global", - "_type": "request" - }, - { - "_id": "req_c43bfb67921546baa49b4ec96e571859", - "parentId": "wrk_509d4a5094fa485ba93e53bc735e8ac3", - "modified": 1707482593708, - "created": 1706781436512, - "url": "{{baseUrl}}/{{protocol}}/{{version}}/addChargingStations", - "name": "addChargingStations", - "description": "", - "method": "POST", - "body": { - "mimeType": "application/json", - "text": "{\n\t\"template\": \"evlink.station-template\",\n\t\"numberOfStations\": 1,\n\t\"options\": {\n\t\t\"autoStart\": false\n\t}\n}" - }, - "parameters": [], - "headers": [ - { - "name": "Content-Type", - "value": "application/json", - "id": "pair_af9f914ca52f407488bc6df6c7db3a08" - } - ], - "authentication": { - "type": "basic", - "useISO88591": false, - "disabled": false, - "username": "{{username}}", - "password": "{{password}}" - }, - "metaSortKey": -999999975, - "isPrivate": false, - "pathParameters": [], - "settingStoreCookies": true, - "settingSendCookies": true, - "settingDisableRenderRequestBody": false, - "settingEncodeUrl": true, - "settingRebuildPath": true, - "settingFollowRedirects": "global", - "_type": "request" - }, - { - "_id": "req_5db3c8b9a7094ec5806bcc804752f968", - "parentId": "wrk_509d4a5094fa485ba93e53bc735e8ac3", - "modified": 1707649833755, - "created": 1707649782517, - "url": "{{baseUrl}}/{{protocol}}/{{version}}/deleteChargingStations", - "name": "deleteChargingStations", - "description": "", - "method": "POST", - "body": { - "mimeType": "application/json", - "text": "{\n\t\"hashIds\": [\n\t\t\"0058d8b50e422cce5bbd0c0a4ad13d5d657e8a88670dcf04c1b2b563fea3db5b96a3686278b374ed050e21baef89060e\"\n\t]\n}" - }, - "parameters": [], - "headers": [ - { - "name": "Content-Type", - "value": "application/json", - "id": "pair_af9f914ca52f407488bc6df6c7db3a08" - } - ], - "authentication": { - "type": "basic", - "useISO88591": false, - "disabled": false, - "username": "{{username}}", - "password": "{{password}}" - }, - "metaSortKey": -999999971.875, - "isPrivate": false, - "pathParameters": [], - "settingStoreCookies": true, - "settingSendCookies": true, - "settingDisableRenderRequestBody": false, - "settingEncodeUrl": true, - "settingRebuildPath": true, - "settingFollowRedirects": "global", - "_type": "request" - }, - { - "_id": "req_79422f6238204d9b8f832f2cb3ebfde3", - "parentId": "wrk_509d4a5094fa485ba93e53bc735e8ac3", - "modified": 1707156231294, - "created": 1707156096617, - "url": "{{baseUrl}}/{{protocol}}/{{version}}/setSupervisionUrl", - "name": "setSupervisionUrl", - "description": "", - "method": "POST", - "body": { - "mimeType": "application/json", - "text": "{\n\t\"hashIds\": [\n\t\t\"0058d8b50e422cce5bbd0c0a4ad13d5d657e8a88670dcf04c1b2b563fea3db5b96a3686278b374ed050e21baef89060e\"\n\t],\n\t\"url\": \"wss://domain.tld\"\n}" - }, - "parameters": [], - "headers": [ - { - "name": "Content-Type", - "value": "application/json", - "id": "pair_af9f914ca52f407488bc6df6c7db3a08" - } - ], - "authentication": { - "type": "basic", - "useISO88591": false, - "disabled": false, - "username": "{{username}}", - "password": "{{password}}" - }, - "metaSortKey": -999999968.75, - "isPrivate": false, - "pathParameters": [], - "settingStoreCookies": true, - "settingSendCookies": true, - "settingDisableRenderRequestBody": false, - "settingEncodeUrl": true, - "settingRebuildPath": true, - "settingFollowRedirects": "global", - "_type": "request" - }, - { - "_id": "req_eb5ab162f6d64b87b61968263e743309", - "parentId": "wrk_509d4a5094fa485ba93e53bc735e8ac3", - "modified": 1707145606591, - "created": 1707145585253, - "url": "{{baseUrl}}/{{protocol}}/{{version}}/performanceStatistics", - "name": "performanceStatistics", - "description": "", - "method": "POST", - "body": { "mimeType": "application/json", "text": "{}" }, - "parameters": [], - "headers": [ - { - "name": "Content-Type", - "value": "application/json", - "id": "pair_af9f914ca52f407488bc6df6c7db3a08" - } - ], - "authentication": { - "type": "basic", - "useISO88591": false, - "disabled": false, - "username": "{{username}}", - "password": "{{password}}" - }, - "metaSortKey": -999999962.5, - "isPrivate": false, - "pathParameters": [], - "settingStoreCookies": true, - "settingSendCookies": true, - "settingDisableRenderRequestBody": false, - "settingEncodeUrl": true, - "settingRebuildPath": true, - "settingFollowRedirects": "global", - "_type": "request" - }, - { - "_id": "req_85f61e3486114d52abd4e18f212afd59", - "parentId": "wrk_509d4a5094fa485ba93e53bc735e8ac3", - "modified": 1669201600293, - "created": 1661789624998, - "url": "{{baseUrl}}/{{protocol}}/{{version}}/startChargingStation", - "name": "startChargingStation", - "description": "", - "method": "POST", - "body": { - "mimeType": "application/json", - "text": "{\n\t\"hashIds\": [\n\t\t\"0058d8b50e422cce5bbd0c0a4ad13d5d657e8a88670dcf04c1b2b563fea3db5b96a3686278b374ed050e21baef89060e\",\n\t\t\"331d024fea36e3e2483a0e5dc9376234241c8c099ad201a441437b23622c308555183f37cbc84a1818c1c45aaae50896\"\n\t]\n}" - }, - "parameters": [], - "headers": [ - { - "name": "Content-Type", - "value": "application/json", - "id": "pair_b663f1f9109940b5ad9b5678e4cff165" - } - ], - "authentication": { - "type": "basic", - "useISO88591": false, - "disabled": false, - "username": "{{username}}", - "password": "{{password}}" - }, - "metaSortKey": -999999950, - "isPrivate": false, - "pathParameters": [], - "settingStoreCookies": true, - "settingSendCookies": true, - "settingDisableRenderRequestBody": false, - "settingEncodeUrl": true, - "settingRebuildPath": true, - "settingFollowRedirects": "global", - "_type": "request" - }, - { - "_id": "req_f8aa418eb08e4164ac1c78baa3338c24", - "parentId": "wrk_509d4a5094fa485ba93e53bc735e8ac3", - "modified": 1671134411162, - "created": 1661789625002, - "url": "{{baseUrl}}/{{protocol}}/{{version}}/stopChargingStation", - "name": "stopChargingStation", - "description": "", - "method": "POST", - "body": { - "mimeType": "application/json", - "text": "{\n\t\"hashIds\": [\n\t\t\"0058d8b50e422cce5bbd0c0a4ad13d5d657e8a88670dcf04c1b2b563fea3db5b96a3686278b374ed050e21baef89060e\",\n\t\t\"331d024fea36e3e2483a0e5dc9376234241c8c099ad201a441437b23622c308555183f37cbc84a1818c1c45aaae50896\"\n\t]\n}" - }, - "parameters": [], - "headers": [ - { - "name": "Content-Type", - "value": "application/json", - "id": "pair_b4f4749529f748ee848c51e8aefd367f" - } - ], - "authentication": { - "type": "basic", - "useISO88591": false, - "disabled": false, - "username": "{{username}}", - "password": "{{password}}" - }, - "metaSortKey": -999999900, - "isPrivate": false, - "pathParameters": [], - "settingStoreCookies": true, - "settingSendCookies": true, - "settingDisableRenderRequestBody": false, - "settingEncodeUrl": true, - "settingRebuildPath": true, - "settingFollowRedirects": "global", - "_type": "request" - }, - { - "_id": "req_defeae3c7421419cac661668e185e1ba", - "parentId": "wrk_509d4a5094fa485ba93e53bc735e8ac3", - "modified": 1669201599251, - "created": 1661789625005, - "url": "{{baseUrl}}/{{protocol}}/{{version}}/openConnection", - "name": "openConnection", - "description": "", - "method": "POST", - "body": { - "mimeType": "application/json", - "text": "{\n\t\"hashIds\": [\n\t\t\"0058d8b50e422cce5bbd0c0a4ad13d5d657e8a88670dcf04c1b2b563fea3db5b96a3686278b374ed050e21baef89060e\",\n\t\t\"331d024fea36e3e2483a0e5dc9376234241c8c099ad201a441437b23622c308555183f37cbc84a1818c1c45aaae50896\"\n\t]\n}" - }, - "parameters": [], - "headers": [ - { - "name": "Content-Type", - "value": "application/json", - "id": "pair_b313e717dc014e938a0847bc37d0968c" - } - ], - "authentication": { - "type": "basic", - "useISO88591": false, - "disabled": false, - "username": "{{username}}", - "password": "{{password}}" - }, - "metaSortKey": -999999850, - "isPrivate": false, - "pathParameters": [], - "settingStoreCookies": true, - "settingSendCookies": true, - "settingDisableRenderRequestBody": false, - "settingEncodeUrl": true, - "settingRebuildPath": true, - "settingFollowRedirects": "global", - "_type": "request" - }, - { - "_id": "req_4433e8630cf54c0b9bef13c9d2feb285", - "parentId": "wrk_509d4a5094fa485ba93e53bc735e8ac3", - "modified": 1669201591558, - "created": 1661789625014, - "url": "{{baseUrl}}/{{protocol}}/{{version}}/closeConnection", - "name": "closeConnection", - "description": "", - "method": "POST", - "body": { - "mimeType": "application/json", - "text": "{\n\t\"hashIds\": [\n\t\t\"0058d8b50e422cce5bbd0c0a4ad13d5d657e8a88670dcf04c1b2b563fea3db5b96a3686278b374ed050e21baef89060e\",\n\t\t\"331d024fea36e3e2483a0e5dc9376234241c8c099ad201a441437b23622c308555183f37cbc84a1818c1c45aaae50896\"\n\t]\n}" - }, - "parameters": [], - "headers": [ - { - "name": "Content-Type", - "value": "application/json", - "id": "pair_150c47e3e4a54c2eaaf003df82b528d1" - } - ], - "authentication": { - "type": "basic", - "useISO88591": false, - "disabled": false, - "username": "{{username}}", - "password": "{{password}}" - }, - "metaSortKey": -999999800, - "isPrivate": false, - "pathParameters": [], - "settingStoreCookies": true, - "settingSendCookies": true, - "settingDisableRenderRequestBody": false, - "settingEncodeUrl": true, - "settingRebuildPath": true, - "settingFollowRedirects": "global", - "_type": "request" - }, - { - "_id": "req_7ccfac1e7f6241f680d35aebc5969b0d", - "parentId": "wrk_509d4a5094fa485ba93e53bc735e8ac3", - "modified": 1668619123706, - "created": 1661803778569, - "url": "{{baseUrl}}/{{protocol}}/{{version}}/startAutomaticTransactionGenerator", - "name": "startAutomaticTransactionGenerator", - "description": "", - "method": "POST", - "body": { - "mimeType": "application/json", - "text": "{\n\t\"hashIds\": [\n\t\t\"0058d8b50e422cce5bbd0c0a4ad13d5d657e8a88670dcf04c1b2b563fea3db5b96a3686278b374ed050e21baef89060e\",\n\t\t\"331d024fea36e3e2483a0e5dc9376234241c8c099ad201a441437b23622c308555183f37cbc84a1818c1c45aaae50896\"\n\t],\n\t\"connectorIds\": [\n\t\t1,\n\t\t2\n\t]\n}" - }, - "parameters": [], - "headers": [ - { - "name": "Content-Type", - "value": "application/json", - "id": "pair_6186d06e91364153b6bc0461db66b2c1" - } - ], - "authentication": { - "type": "basic", - "useISO88591": false, - "disabled": false, - "username": "{{username}}", - "password": "{{password}}" - }, - "metaSortKey": -999999650, - "isPrivate": false, - "pathParameters": [], - "settingStoreCookies": true, - "settingSendCookies": true, - "settingDisableRenderRequestBody": false, - "settingEncodeUrl": true, - "settingRebuildPath": true, - "settingFollowRedirects": "global", - "_type": "request" - }, - { - "_id": "req_d6a249987cc444cbb1ebef028c5514ae", - "parentId": "wrk_509d4a5094fa485ba93e53bc735e8ac3", - "modified": 1671134603417, - "created": 1661803846882, - "url": "{{baseUrl}}/{{protocol}}/{{version}}/stopAutomaticTransactionGenerator", - "name": "stopAutomaticTransactionGenerator", - "description": "", - "method": "POST", - "body": { - "mimeType": "application/json", - "text": "{\n\t\"hashIds\": [\n\t\t\"0058d8b50e422cce5bbd0c0a4ad13d5d657e8a88670dcf04c1b2b563fea3db5b96a3686278b374ed050e21baef89060e\",\n\t\t\"331d024fea36e3e2483a0e5dc9376234241c8c099ad201a441437b23622c308555183f37cbc84a1818c1c45aaae50896\"\n\t],\n\t\"connectorIds\": [\n\t\t1,\n\t\t2\n\t]\n}" - }, - "parameters": [], - "headers": [ - { - "name": "Content-Type", - "value": "application/json", - "id": "pair_3224616dd6604605a1e48b71f6e9f795" - } - ], - "authentication": { - "type": "basic", - "useISO88591": false, - "disabled": false, - "username": "{{username}}", - "password": "{{password}}" - }, - "metaSortKey": -999999600, - "isPrivate": false, - "pathParameters": [], - "settingStoreCookies": true, - "settingSendCookies": true, - "settingDisableRenderRequestBody": false, - "settingEncodeUrl": true, - "settingRebuildPath": true, - "settingFollowRedirects": "global", - "_type": "request" - }, - { - "_id": "req_74fff4ddc27448719f4994ce13e53461", - "parentId": "wrk_509d4a5094fa485ba93e53bc735e8ac3", - "modified": 1668619117955, - "created": 1661789625017, - "url": "{{baseUrl}}/{{protocol}}/{{version}}/startTransaction", - "name": "startTransaction", - "description": "", - "method": "POST", - "body": { - "mimeType": "application/json", - "text": "{\n\t\"hashIds\": [\n\t\t\"0058d8b50e422cce5bbd0c0a4ad13d5d657e8a88670dcf04c1b2b563fea3db5b96a3686278b374ed050e21baef89060e\"\n\t],\n\t\"connectorId\": 1,\n\t\"idTag\": \"test\"\n}" - }, - "parameters": [], - "headers": [ - { - "name": "Content-Type", - "value": "application/json", - "id": "pair_2cdc0ded6a4441dfa56cf10efb57cb86" - } - ], - "authentication": { - "type": "basic", - "useISO88591": false, - "disabled": false, - "username": "{{username}}", - "password": "{{password}}" - }, - "metaSortKey": -999999587.5, - "isPrivate": false, - "pathParameters": [], - "settingStoreCookies": true, - "settingSendCookies": true, - "settingDisableRenderRequestBody": false, - "settingEncodeUrl": true, - "settingRebuildPath": true, - "settingFollowRedirects": "global", - "_type": "request" - }, - { - "_id": "req_f5febb4303ab43979045a9177ecfc072", - "parentId": "wrk_509d4a5094fa485ba93e53bc735e8ac3", - "modified": 1669201590118, - "created": 1661789625020, - "url": "{{baseUrl}}/{{protocol}}/{{version}}/stopTransaction", - "name": "stopTransaction", - "description": "", - "method": "POST", - "body": { - "mimeType": "application/json", - "text": "{\n\t\"hashIds\": [\n\t\t\"0058d8b50e422cce5bbd0c0a4ad13d5d657e8a88670dcf04c1b2b563fea3db5b96a3686278b374ed050e21baef89060e\"\n\t],\n\t\"transactionId\": 1906670842\n}" - }, - "parameters": [], - "headers": [ - { - "name": "Content-Type", - "value": "application/json", - "id": "pair_68d0e27cbf0b473096ba444aff9b1087" - } - ], - "authentication": { - "type": "basic", - "useISO88591": false, - "disabled": false, - "username": "{{username}}", - "password": "{{password}}" - }, - "metaSortKey": -999999575, - "isPrivate": false, - "pathParameters": [], - "settingStoreCookies": true, - "settingSendCookies": true, - "settingDisableRenderRequestBody": false, - "settingEncodeUrl": true, - "settingRebuildPath": true, - "settingFollowRedirects": "global", - "_type": "request" - }, - { - "_id": "req_f3103f7891a54b6785f32897fbbd1a9f", - "parentId": "wrk_509d4a5094fa485ba93e53bc735e8ac3", - "modified": 1671134604271, - "created": 1662648910935, - "url": "{{baseUrl}}/{{protocol}}/{{version}}/authorize", - "name": "authorize", - "description": "", - "method": "POST", - "body": { - "mimeType": "application/json", - "text": "{\n\t\"hashIds\": [\n\t\t\"0058d8b50e422cce5bbd0c0a4ad13d5d657e8a88670dcf04c1b2b563fea3db5b96a3686278b374ed050e21baef89060e\",\n\t\t\"331d024fea36e3e2483a0e5dc9376234241c8c099ad201a441437b23622c308555183f37cbc84a1818c1c45aaae50896\"\n\t],\n\t\"idTag\": \"test\"\n}" - }, - "parameters": [], - "headers": [ - { - "name": "Content-Type", - "value": "application/json", - "id": "pair_3224616dd6604605a1e48b71f6e9f795" - } - ], - "authentication": { - "type": "basic", - "useISO88591": false, - "disabled": false, - "username": "{{username}}", - "password": "{{password}}" - }, - "metaSortKey": -999999562.5, - "isPrivate": false, - "pathParameters": [], - "settingStoreCookies": true, - "settingSendCookies": true, - "settingDisableRenderRequestBody": false, - "settingEncodeUrl": true, - "settingRebuildPath": true, - "settingFollowRedirects": "global", - "_type": "request" - }, - { - "_id": "req_165f49a1ebb14f09a210b514b78afbb4", - "parentId": "wrk_509d4a5094fa485ba93e53bc735e8ac3", - "modified": 1671134605733, - "created": 1662330215407, - "url": "{{baseUrl}}/{{protocol}}/{{version}}/statusNotification", - "name": "statusNotification", - "description": "", - "method": "POST", - "body": { - "mimeType": "application/json", - "text": "{\n\t\"hashIds\": [\n\t\t\"0058d8b50e422cce5bbd0c0a4ad13d5d657e8a88670dcf04c1b2b563fea3db5b96a3686278b374ed050e21baef89060e\",\n\t\t\"331d024fea36e3e2483a0e5dc9376234241c8c099ad201a441437b23622c308555183f37cbc84a1818c1c45aaae50896\"\n\t],\n\t\"connectorId\": 1,\n\t\"errorCode\": \"NoError\",\n\t\"status\": \"Available\"\n}" - }, - "parameters": [], - "headers": [ - { - "name": "Content-Type", - "value": "application/json", - "id": "pair_3224616dd6604605a1e48b71f6e9f795" - } - ], - "authentication": { - "type": "basic", - "useISO88591": false, - "disabled": false, - "username": "{{username}}", - "password": "{{password}}" - }, - "metaSortKey": -999999559.375, - "isPrivate": false, - "pathParameters": [], - "settingStoreCookies": true, - "settingSendCookies": true, - "settingDisableRenderRequestBody": false, - "settingEncodeUrl": true, - "settingRebuildPath": true, - "settingFollowRedirects": "global", - "_type": "request" - }, - { - "_id": "req_986b6fbcef9748fa8e0c9d5abbcade6d", - "parentId": "wrk_509d4a5094fa485ba93e53bc735e8ac3", - "modified": 1671134606446, - "created": 1662780258593, - "url": "{{baseUrl}}/{{protocol}}/{{version}}/bootNotification", - "name": "bootNotification", - "description": "", - "method": "POST", - "body": { - "mimeType": "application/json", - "text": "{\n\t\"hashIds\": [\n\t\t\"0058d8b50e422cce5bbd0c0a4ad13d5d657e8a88670dcf04c1b2b563fea3db5b96a3686278b374ed050e21baef89060e\",\n\t\t\"331d024fea36e3e2483a0e5dc9376234241c8c099ad201a441437b23622c308555183f37cbc84a1818c1c45aaae50896\"\n\t]\n}" - }, - "parameters": [], - "headers": [ - { - "name": "Content-Type", - "value": "application/json", - "id": "pair_3224616dd6604605a1e48b71f6e9f795" - } - ], - "authentication": { - "type": "basic", - "useISO88591": false, - "disabled": false, - "username": "{{username}}", - "password": "{{password}}" - }, - "metaSortKey": -999999556.25, - "isPrivate": false, - "pathParameters": [], - "settingStoreCookies": true, - "settingSendCookies": true, - "settingDisableRenderRequestBody": false, - "settingEncodeUrl": true, - "settingRebuildPath": true, - "settingFollowRedirects": "global", - "_type": "request" - }, - { - "_id": "req_570e0649542546d6a9ef7294d1461f9f", - "parentId": "wrk_509d4a5094fa485ba93e53bc735e8ac3", - "modified": 1671134607493, - "created": 1662409405256, - "url": "{{baseUrl}}/{{protocol}}/{{version}}/heartbeat", - "name": "heartbeat", - "description": "", - "method": "POST", - "body": { - "mimeType": "application/json", - "text": "{\n\t\"hashIds\": [\n\t\t\"0058d8b50e422cce5bbd0c0a4ad13d5d657e8a88670dcf04c1b2b563fea3db5b96a3686278b374ed050e21baef89060e\",\n\t\t\"331d024fea36e3e2483a0e5dc9376234241c8c099ad201a441437b23622c308555183f37cbc84a1818c1c45aaae50896\"\n\t]\n}" - }, - "parameters": [], - "headers": [ - { - "name": "Content-Type", - "value": "application/json", - "id": "pair_3224616dd6604605a1e48b71f6e9f795" - } - ], - "authentication": { - "type": "basic", - "useISO88591": false, - "disabled": false, - "username": "{{username}}", - "password": "{{password}}" - }, - "metaSortKey": -999999500, - "isPrivate": false, - "pathParameters": [], - "settingStoreCookies": true, - "settingSendCookies": true, - "settingDisableRenderRequestBody": false, - "settingEncodeUrl": true, - "settingRebuildPath": true, - "settingFollowRedirects": "global", - "_type": "request" - }, - { - "_id": "req_c03b19dc2d8246aa90be29b8c484fefc", - "parentId": "wrk_509d4a5094fa485ba93e53bc735e8ac3", - "modified": 1671134615272, - "created": 1662673259612, - "url": "{{baseUrl}}/{{protocol}}/{{version}}/meterValues", - "name": "meterValues", - "description": "", - "method": "POST", - "body": { - "mimeType": "application/json", - "text": "{\n\t\"hashIds\": [\n\t\t\"0058d8b50e422cce5bbd0c0a4ad13d5d657e8a88670dcf04c1b2b563fea3db5b96a3686278b374ed050e21baef89060e\",\n\t\t\"331d024fea36e3e2483a0e5dc9376234241c8c099ad201a441437b23622c308555183f37cbc84a1818c1c45aaae50896\"\n\t],\n\t\"connectorId\": 1,\n\t\"transactionId\": 556742\n}" - }, - "parameters": [], - "headers": [ - { - "name": "Content-Type", - "value": "application/json", - "id": "pair_3224616dd6604605a1e48b71f6e9f795" - } - ], - "authentication": { - "type": "basic", - "useISO88591": false, - "disabled": false, - "username": "{{username}}", - "password": "{{password}}" - }, - "metaSortKey": -999999400, - "isPrivate": false, - "pathParameters": [], - "settingStoreCookies": true, - "settingSendCookies": true, - "settingDisableRenderRequestBody": false, - "settingEncodeUrl": true, - "settingRebuildPath": true, - "settingFollowRedirects": "global", - "_type": "request" - }, - { - "_id": "req_f13d4a3862674f1e9165a831e0233f37", - "parentId": "wrk_509d4a5094fa485ba93e53bc735e8ac3", - "modified": 1671134609413, - "created": 1668612774253, - "url": "{{baseUrl}}/{{protocol}}/{{version}}/dataTransfer", - "name": "dataTransfer", - "description": "", - "method": "POST", - "body": { - "mimeType": "application/json", - "text": "{\n\t\"hashIds\": [\n\t\t\"0058d8b50e422cce5bbd0c0a4ad13d5d657e8a88670dcf04c1b2b563fea3db5b96a3686278b374ed050e21baef89060e\",\n\t\t\"331d024fea36e3e2483a0e5dc9376234241c8c099ad201a441437b23622c308555183f37cbc84a1818c1c45aaae50896\"\n\t],\n\t\"vendorId\": \"org.openchargealliance.iso15118pnc\",\n\t\"messageId\": \"Authorize\"\n}" - }, - "parameters": [], - "headers": [ - { - "name": "Content-Type", - "value": "application/json", - "id": "pair_3224616dd6604605a1e48b71f6e9f795" - } - ], - "authentication": { - "type": "basic", - "useISO88591": false, - "disabled": false, - "username": "{{username}}", - "password": "{{password}}" - }, - "metaSortKey": -999999350, - "isPrivate": false, - "pathParameters": [], - "settingStoreCookies": true, - "settingSendCookies": true, - "settingDisableRenderRequestBody": false, - "settingEncodeUrl": true, - "settingRebuildPath": true, - "settingFollowRedirects": "global", - "_type": "request" - }, - { - "_id": "env_9866e32d3029450ab75e8dc2b67f6246", - "parentId": "wrk_509d4a5094fa485ba93e53bc735e8ac3", - "modified": 1662304741206, - "created": 1661789624970, - "name": "Base Environment", - "data": {}, - "dataPropertyOrder": {}, - "color": null, - "isPrivate": false, - "metaSortKey": 1661725672347, - "_type": "environment" - }, - { - "_id": "jar_6bb737f544ed4335b4eaba5655f4c8b4", - "parentId": "wrk_509d4a5094fa485ba93e53bc735e8ac3", - "modified": 1661789624980, - "created": 1661789624980, - "name": "Default Jar", - "cookies": [], - "_type": "cookie_jar" - }, - { - "_id": "env_f128bddd5e284e0288a11c89bf7287b4", - "parentId": "env_9866e32d3029450ab75e8dc2b67f6246", - "modified": 1707902894385, - "created": 1661789624972, - "name": "CSSimulatorUIHTTProtocolEnvironment", - "data": { - "baseUrl": "http://localhost:8080", - "protocol": "ui", - "version": "0.0.1", - "username": "admin", - "password": "admin" - }, - "dataPropertyOrder": { - "&": ["baseUrl", "protocol", "version", "username", "password"] - }, - "color": null, - "isPrivate": false, - "metaSortKey": 1661789025528, - "_type": "environment" - } - ] -} -- 2.53.0