moved get workspace to pyrest

This commit is contained in:
dcore94 2021-10-26 15:35:07 +02:00
parent 1c7044cfe3
commit f9c2fc8e2d
1 changed files with 4 additions and 1 deletions

View File

@ -31,7 +31,10 @@
"inputParameters" : { "inputParameters" : {
"url" : "${init.input.storagehub}/workspace", "url" : "${init.input.storagehub}/workspace",
"method" : "GET", "method" : "GET",
"headers" : { "Authorization" : "${init.input.auth}" } "headers" : {
"Authorization" : "${init.input.auth}",
"Accept" : "application/json"
}
}, },
"retryCount" : 5, "retryCount" : 5,
"retryDelaySeconds": 10 "retryDelaySeconds": 10