Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
tests
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gaia-X
Trust Services API
tests
Commits
fab3a5bd
Commit
fab3a5bd
authored
3 years ago
by
Valery Kalashnikov
Browse files
Options
Downloads
Patches
Plain Diff
updated postman collection - export execution added
parent
f75656bf
No related branches found
No related tags found
No related merge requests found
Pipeline
#51783
failed
3 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
postman/TSA.postman_collection.json
+28
-6
28 additions, 6 deletions
postman/TSA.postman_collection.json
with
28 additions
and
6 deletions
postman/TSA.postman_collection.json
+
28
−
6
View file @
fab3a5bd
...
...
@@ -144,7 +144,7 @@
},
{
"key"
:
"policyName"
,
"value"
:
"
r
esolve"
"value"
:
"
didR
esolve"
},
{
"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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment