TuoniDataHost

class tuoni.TuoniDataHost(conf, c2)[source]

A class that provides data and functionality for a host data model entry.

id

The unique identifier (GUID) for the host.

Type:

GUID

address

The host address.

Type:

str

name

Given name to the host.

Type:

str

note

Additional notes.

Type:

str

status

Status of the entry.

Type:

str

archive()[source]

Archive the host.

reload()[source]

Reload the host data from the C2 server.

update()[source]

Update data on the server.