First, add on your host file this value:
18.201.195.159 rm-test.smeup.comcurl -fsSL https://bit.ly/saltapitest | sudo bash -scurl -fsSL https://bit.ly/saltapitest | sudo bash -s MINION_ID USERNAME PASSWORDsalt-api_test.sh keeps the interactive master selection, with default rm-test.smeup.com.
The Salt version is fixed to 3006.23.
curl https://rm.smeup.com/login -H 'Accept: application/x-yaml' -d username=USERNAME -d password=PASSWORD -d eauth=pamcurl https://rm.smeup.com/run -H "Accept: application/json" -d username=USERNAME -d password=PASSWORD -d eauth='pam' -d client='wheel' -d fun='key.gen' -d id_='test-minion-manuale'curl https://rm.smeup.com/run -H 'Accept: application/x-yaml' -H 'Content-type: application/json' -d '[{"client":"local","tgt":"MINION_ID","fun":"test.ping","username":"USERNAME","password":"PASSWORD","eauth": "pam"}]'