salt.modules.inspectlib.query module

class salt.modules.inspectlib.query.Query(scope, cachedir=None)

Query the system. This class is actually puts all Salt features together, so there would be no need to pick it from various places.

__call__(*args, **kwargs)

Call the query with the defined scope.

Parameters:
  • args --
  • kwargs --
Returns:

class salt.modules.inspectlib.query.SysInfo(systype)

System information.

Docs for previous releases are available on readthedocs.org.

Latest Salt release: 2018.3.0

Previous topic

salt.modules.inspectlib.exceptions module

Next topic

salt.modules.inspectlib.entities module