airgun.entities.rhai.inventory

Module Contents

class airgun.entities.rhai.inventory.InventoryHostEntity

Bases: airgun.entities.base.BaseEntity

endpoint_path = /redhat_access/insights/inventory
total_systems

Get number of all systems.

search(self, host_name)

Search a certain host.

read(self, entity_name, widget_names=None)

Read host details, optionally read only the widgets in widget_names.

class airgun.entities.rhai.inventory.AllHosts

Bases: airgun.entities.rhai.base.InsightsNavigateStep

Navigate to Insights Inventory screen.

VIEW
step(self, *args, **kwargs)
class airgun.entities.rhai.inventory.HostDetails

Bases: airgun.navigation.NavigateStep

Navigate to Insights Inventory screen.

Args:
entity_name: hostname
VIEW
prerequisite(self, *args, **kwargs)
step(self, *args, **kwargs)