aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/tools/migration/resubmit.sh
blob: 64164a33276b51c25b70e6441433322a2f986e9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"