#!/bin/bash for (( c=1; c<=50; c++ )) do curl -v http://localhost:8000/orchestration/caas-status -X POST -H "Content-Type: application/json" -d@cluster-status.json done