Skip to content

Instantly share code, notes, and snippets.

Created October 24, 2016 10:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/9508353710e900a674845bd1992d5b4d to your computer and use it in GitHub Desktop.
Save anonymous/9508353710e900a674845bd1992d5b4d to your computer and use it in GitHub Desktop.
curl -sSk https://localhost:8000 \
-b ~/cookies.txt \
-H 'Accept: application/json' \
-d client='local' \
-d tgt='sag-rhel-01' \
-d fun='state.sls' \
-d arg='demo.cce' \
-d kwarg="{'pillar': {'vm_name': 'aaa', 'vm_ip': 'bbb'}}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment