diff options
Diffstat (limited to 'openecomp-be/tools/migration/resubmit.sh')
-rw-r--r-- | openecomp-be/tools/migration/resubmit.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/openecomp-be/tools/migration/resubmit.sh b/openecomp-be/tools/migration/resubmit.sh new file mode 100644 index 0000000000..64164a3327 --- /dev/null +++ b/openecomp-be/tools/migration/resubmit.sh @@ -0,0 +1,13 @@ +#!/bin/bash + +########################################################################################################### +# script name - resubmit.sh +# run script - ./resubmit.sh +# this script performs check out, check in, submit for all submitted Vendor Software Products +# working vs. localhost +########################################################################################################### + + +# check out, check in, submit for all submitted Vendor Software Products +curl -X PUT --header "Content-Type: application/json" --header "Accept: application/json" "http://localhost:8080/onboarding-api/v1.0/vendor-software-products/reSubmitAll" + |