Salt client API interfaces

class salt.client.LocalClient(c_path='/etc/salt/master', mopts=None)

Connect to the salt master via the local server and via root

cmd(tgt, fun, arg=(), timeout=None, expr_form='glob', ret='', kwarg=None, **kwargs)

Execute a salt command and return.

class salt.runner.RunnerClient(opts)

A client for accessing runners

low(fun, low)

Pass in the runner function name and the low data structure

class salt.wheel.Wheel(opts)

Manage calls to the salt wheel system

master_call(fun, **kwargs)

Send a function call to a wheel module through the master network interface

Previous topic

salt.output.yaml_out

Next topic

Peer Communication

This Page