1 2 3 4 5
#!/bin/bash for (( c=1; c<=50; c++ )) do curl -v http://localhost:8000/orchestration/remote-regions/wsbomagj-p1257637-002/connection-details -X GET done