mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
Analytics: instance_info.json v1.3 (#13408)
This commit is contained in:
@@ -233,7 +233,7 @@ def projects_by_scm_type(since, **kwargs):
|
|||||||
return counts
|
return counts
|
||||||
|
|
||||||
|
|
||||||
@register('instance_info', '1.2', description=_('Cluster topology and capacity'))
|
@register('instance_info', '1.3', description=_('Cluster topology and capacity'))
|
||||||
def instance_info(since, include_hostnames=False, **kwargs):
|
def instance_info(since, include_hostnames=False, **kwargs):
|
||||||
info = {}
|
info = {}
|
||||||
# Use same method that the TaskManager does to compute consumed capacity without querying all running jobs for each Instance
|
# Use same method that the TaskManager does to compute consumed capacity without querying all running jobs for each Instance
|
||||||
|
|||||||
Reference in New Issue
Block a user