Skip to content

Instantly share code, notes, and snippets.

@daliborkrejic
Created January 7, 2016 19:08
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 daliborkrejic/b408baef463ae08812ff to your computer and use it in GitHub Desktop.
Save daliborkrejic/b408baef463ae08812ff to your computer and use it in GitHub Desktop.
Runner API
$fun = 'cloud.create';
$args = [ 'test', 'centos6-minimal' ];
$postfields = array(
'client' => 'runner',
'fun' => $fun,
'arg' => json_encode($args),
'username' => config('salt.username'),
'password' => config('salt.password'),
'eauth' => config('salt.eauth')
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment