Platform
Leafs
- class SystemState.Platform
Bases:
Entity
Class Hierarchy :
SystemState
Platform
This class represents state data.
Contains vendor-specific information for
identifying the system platform and operating system.
- os_name
The name of the operating system in use - for example, ‘Linux’
type: str
config: False
- os_release
The current release level of the operating system in use. This string MAY indicate the OS source code revision
type: str
config: False
- os_version
The current version level of the operating system in use. This string MAY indicate the specific OS build date and target variant information
type: str
config: False
- machine
A vendor-specific identifier string representing the hardware in use
type: str
config: False