Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
API
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GRANEF
Analysis
API
Commits
16be01bc
Commit
16be01bc
authored
2 years ago
by
Milan Čermák
Browse files
Options
Downloads
Patches
Plain Diff
Added software info to host nodes
parent
933903cf
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GranefAPI/routers/overview_queries.py
+4
-0
4 additions, 0 deletions
GranefAPI/routers/overview_queries.py
with
4 additions
and
0 deletions
GranefAPI/routers/overview_queries.py
+
4
−
0
View file @
16be01bc
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment