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: |
|
---|---|
Returns: |
salt.modules.inspectlib.query.
SysInfo
(systype)¶System information.
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 2018.3.0
salt.modules.inspectlib.exceptions module