mirror of
https://github.com/ansible/awx.git
synced 2026-07-11 00:08:02 -02:30
HostMetricSummaryMonthly API commented out
This commit is contained in:
committed by
John Westcott IV
parent
382f98ceed
commit
8ec6e556a1
@@ -227,7 +227,7 @@ class Command(BaseCommand):
|
||||
|
||||
# --json flag is not set, output in plain text
|
||||
else:
|
||||
print(f"Printing up to {BATCHED_FETCH_COUNT } automated hosts:")
|
||||
print(f"Printing up to {BATCHED_FETCH_COUNT} automated hosts:")
|
||||
result = HostMetric.objects.filter(**filter_kwargs)
|
||||
list_of_queryset = self.host_metric_queryset(result, 0, BATCHED_FETCH_COUNT)
|
||||
for item in list_of_queryset:
|
||||
|
||||
Reference in New Issue
Block a user