added task to double check VRE folders

This commit is contained in:
Marco Lettere 2021-11-23 14:19:38 +01:00
parent 43b68fe755
commit 46cc74e6ff
1 changed files with 13 additions and 0 deletions

View File

@ -196,6 +196,19 @@
"Authorization" : "Bearer ${authorize_with_uma_rpt.output.body.access_token}"
}
}
},
{
"name" : "pyrest",
"taskReferenceName" : "check_workspace_to_vre_folder",
"type" : "SIMPLE",
"inputParameters" : {
"url" : "${init.input.storagehub}/workspace/vrefolders",
"method" : "GET",
"headers" : {
"Accept" : "application/json",
"Authorization" : "Bearer ${authorize_with_uma_rpt.output.body.access_token}"
}
}
}
]
}