OperatingSystem

pydantic model OperatingSystem[source]

The operating_system block contains information about the OS on which the ensemble was run.

Fields:
field hostname: str [Required]

A string containing the network name of the machine.

field operating_system: str [Required]

A string containing the name of the operating system implementation.

field release: str [Required]

A string containing the level of the operating system.

field system: str [Required]

A string containing the name of the operating system kernel.

field version: str [Required]

The specific release version of the system.