Skip to content
Snippets Groups Projects
Commit fab3a5bd authored by Valery Kalashnikov's avatar Valery Kalashnikov
Browse files

updated postman collection - export execution added

parent f75656bf
No related branches found
No related tags found
No related merge requests found
Pipeline #51783 failed
......@@ -144,7 +144,7 @@
},
{
"key": "policyName",
"value": "resolve"
"value": "didResolve"
},
{
"key": "version",
......@@ -426,15 +426,32 @@
"response": []
},
{
"name": "(not implemented) Execute the task list - parallel",
"name": "Trusted info exchange - export",
"request": {
"method": "GET",
"header": []
"header": [],
"url": {
"raw": "{{infohub_base_url}}/v1/export/:exportName",
"host": [
"{{infohub_base_url}}"
],
"path": [
"v1",
"export",
":exportName"
],
"variable": [
{
"key": "exportName",
"value": "testexport"
}
]
}
},
"response": []
},
{
"name": "(not implemented) Execute the task list - sequential",
"name": "(not implemented) Trusted info exchange - import",
"request": {
"method": "GET",
"header": []
......@@ -442,7 +459,7 @@
"response": []
},
{
"name": "(not implemented) Trusted info exchange - export",
"name": "(not implemented) Execute the task list - parallel",
"request": {
"method": "GET",
"header": []
......@@ -450,7 +467,7 @@
"response": []
},
{
"name": "(not implemented) Trusted info exchange - import",
"name": "(not implemented) Execute the task list - sequential",
"request": {
"method": "GET",
"header": []
......@@ -512,6 +529,11 @@
"key": "cache_base_url",
"value": "http://localhost:8083",
"type": "default"
},
{
"key": "infohub_base_url",
"value": "http://localhost:8084",
"type": "default"
}
]
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment