Skip to content
Snippets Groups Projects
Commit 16be01bc authored by Milan Čermák's avatar Milan Čermák
Browse files

Added software info to host nodes

parent 933903cf
Branches
Tags
No related merge requests found
...@@ -66,6 +66,10 @@ def hosts_info(request: query_models.AddressQuery) -> dict: ...@@ -66,6 +66,10 @@ def hosts_info(request: query_models.AddressQuery) -> dict:
user_agent.name user_agent.name
user_agent.type user_agent.type
}} }}
host.software {{
software.software_type
software.unparsed_version
}}
obtained_file_count : count(host.obtained) obtained_file_count : count(host.obtained)
provided_file_count : count(host.provided) provided_file_count : count(host.provided)
communicated_count : count(host.communicated) communicated_count : count(host.communicated)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment