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.
SCOPES = ['changes', 'configuration', 'identity', 'system', 'software', 'services', 'payload', 'all']¶salt.modules.inspectlib.query.SysInfo(systype)¶System information.
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 2018.3.3
salt.modules.inspectlib.exceptions module