mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
Added option bydate to gam report <ActivityApplicationName> ... countsonly #1740
Some checks are pending
Build and test GAM / build (Win64, build, 10, VC-WIN64A, windows-2022) (push) Waiting to run
Build and test GAM / build (aarch64, build, 3, linux-aarch64, ubuntu-24.04-arm) (push) Waiting to run
Build and test GAM / build (aarch64, build, 4, linux-aarch64, ubuntu-22.04-arm) (push) Waiting to run
Build and test GAM / build (aarch64, build, 6, linux-aarch64, ubuntu-22.04-arm, yes) (push) Waiting to run
Build and test GAM / build (aarch64, build, 8, darwin64-arm64, macos-14) (push) Waiting to run
Build and test GAM / build (aarch64, build, 9, darwin64-arm64, macos-15) (push) Waiting to run
Build and test GAM / build (x86_64, build, 1, linux-x86_64, ubuntu-22.04) (push) Waiting to run
Build and test GAM / build (x86_64, build, 2, linux-x86_64, ubuntu-24.04) (push) Waiting to run
Build and test GAM / build (x86_64, build, 5, linux-x86_64, ubuntu-22.04, yes) (push) Waiting to run
Build and test GAM / build (x86_64, build, 7, darwin64-x86_64, macos-13) (push) Waiting to run
Build and test GAM / build (x86_64, test, 11, ubuntu-24.04, 3.10) (push) Waiting to run
Build and test GAM / build (x86_64, test, 12, ubuntu-24.04, 3.11) (push) Waiting to run
Build and test GAM / build (x86_64, test, 13, ubuntu-24.04, 3.12) (push) Waiting to run
Build and test GAM / merge (push) Blocked by required conditions
Build and test GAM / publish (push) Blocked by required conditions
CodeQL / Analyze (python) (push) Waiting to run
Check for Google Root CA Updates / check-apis (push) Waiting to run
Some checks are pending
Build and test GAM / build (Win64, build, 10, VC-WIN64A, windows-2022) (push) Waiting to run
Build and test GAM / build (aarch64, build, 3, linux-aarch64, ubuntu-24.04-arm) (push) Waiting to run
Build and test GAM / build (aarch64, build, 4, linux-aarch64, ubuntu-22.04-arm) (push) Waiting to run
Build and test GAM / build (aarch64, build, 6, linux-aarch64, ubuntu-22.04-arm, yes) (push) Waiting to run
Build and test GAM / build (aarch64, build, 8, darwin64-arm64, macos-14) (push) Waiting to run
Build and test GAM / build (aarch64, build, 9, darwin64-arm64, macos-15) (push) Waiting to run
Build and test GAM / build (x86_64, build, 1, linux-x86_64, ubuntu-22.04) (push) Waiting to run
Build and test GAM / build (x86_64, build, 2, linux-x86_64, ubuntu-24.04) (push) Waiting to run
Build and test GAM / build (x86_64, build, 5, linux-x86_64, ubuntu-22.04, yes) (push) Waiting to run
Build and test GAM / build (x86_64, build, 7, darwin64-x86_64, macos-13) (push) Waiting to run
Build and test GAM / build (x86_64, test, 11, ubuntu-24.04, 3.10) (push) Waiting to run
Build and test GAM / build (x86_64, test, 12, ubuntu-24.04, 3.11) (push) Waiting to run
Build and test GAM / build (x86_64, test, 13, ubuntu-24.04, 3.12) (push) Waiting to run
Build and test GAM / merge (push) Blocked by required conditions
Build and test GAM / publish (push) Blocked by required conditions
CodeQL / Analyze (python) (push) Waiting to run
Check for Google Root CA Updates / check-apis (push) Waiting to run
This commit is contained in:
@@ -4451,7 +4451,7 @@ gam report <ActivityApplicationName> [todrive <ToDriveAttribute>*]
|
|||||||
[event|events <EventNameList>] [ip <String>]
|
[event|events <EventNameList>] [ip <String>]
|
||||||
[groupidfilter <String>]
|
[groupidfilter <String>]
|
||||||
[maxactivities <Number>] [maxevents <Number>] [maxresults <Number>]
|
[maxactivities <Number>] [maxevents <Number>] [maxresults <Number>]
|
||||||
[countsonly [summary] [eventrowfilter]]
|
[countsonly [bydate|summary] [eventrowfilter]]
|
||||||
(addcsvdata <FieldName> <String>)* [shownoactivities]
|
(addcsvdata <FieldName> <String>)* [shownoactivities]
|
||||||
|
|
||||||
<CustomerServiceName> ::=
|
<CustomerServiceName> ::=
|
||||||
|
|||||||
@@ -1,3 +1,10 @@
|
|||||||
|
7.02.10
|
||||||
|
|
||||||
|
Added option `bydate` to `gam report <ActivityApplicationName> ... countsonly` that provides an additional display option.
|
||||||
|
* `countsonly` - Display a row per user across all dates with all event counts on one row
|
||||||
|
* `countsonly bydate` - Display a row per user per date for all dates with any events with all events counts on the row
|
||||||
|
* `countsonly summary` - Display a row per event with counts for each event summarized across users and dates
|
||||||
|
|
||||||
7.02.09
|
7.02.09
|
||||||
|
|
||||||
Added option `clearresources` to `<EventUpdateAttribute>` for use in `gam <UserTypeEntity> update events`
|
Added option `clearresources` to `<EventUpdateAttribute>` for use in `gam <UserTypeEntity> update events`
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ https://github.com/GAM-team/GAM/wiki
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
__author__ = 'GAM Team <google-apps-manager@googlegroups.com>'
|
__author__ = 'GAM Team <google-apps-manager@googlegroups.com>'
|
||||||
__version__ = '7.02.09'
|
__version__ = '7.02.10'
|
||||||
__license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
|
__license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
|
||||||
|
|
||||||
#pylint: disable=wrong-import-position
|
#pylint: disable=wrong-import-position
|
||||||
@@ -13090,13 +13090,13 @@ def _checkDataRequiredServices(result, tryDate, dataRequiredServices, parameterS
|
|||||||
# 0: Backup to earlier date
|
# 0: Backup to earlier date
|
||||||
# 1: Data available
|
# 1: Data available
|
||||||
oneDay = datetime.timedelta(days=1)
|
oneDay = datetime.timedelta(days=1)
|
||||||
warnings = result.get('warnings', [])
|
dataWarnings = result.get('warnings', [])
|
||||||
usageReports = result.get('usageReports', [])
|
usageReports = result.get('usageReports', [])
|
||||||
# move to day before if we don't have at least one usageReport with parameters
|
# move to day before if we don't have at least one usageReport with parameters
|
||||||
if not usageReports or not usageReports[0].get('parameters', []):
|
if not usageReports or not usageReports[0].get('parameters', []):
|
||||||
tryDateTime = datetime.datetime.strptime(tryDate, YYYYMMDD_FORMAT)-oneDay
|
tryDateTime = datetime.datetime.strptime(tryDate, YYYYMMDD_FORMAT)-oneDay
|
||||||
return (0, tryDateTime.strftime(YYYYMMDD_FORMAT), None)
|
return (0, tryDateTime.strftime(YYYYMMDD_FORMAT), None)
|
||||||
for warning in warnings:
|
for warning in dataWarnings:
|
||||||
if warning['code'] == 'PARTIAL_DATA_AVAILABLE':
|
if warning['code'] == 'PARTIAL_DATA_AVAILABLE':
|
||||||
for app in warning['data']:
|
for app in warning['data']:
|
||||||
if app['key'] == 'application' and app['value'] != 'docs' and app['value'] in dataRequiredServices:
|
if app['key'] == 'application' and app['value'] != 'docs' and app['value'] in dataRequiredServices:
|
||||||
@@ -13521,7 +13521,7 @@ REPORT_ACTIVITIES_TIME_OBJECTS = {'time'}
|
|||||||
# [event|events <EventNameList>] [ip <String>]
|
# [event|events <EventNameList>] [ip <String>]
|
||||||
# [groupidfilter <String>]
|
# [groupidfilter <String>]
|
||||||
# [maxactivities <Number>] [maxevents <Number>] [maxresults <Number>]
|
# [maxactivities <Number>] [maxevents <Number>] [maxresults <Number>]
|
||||||
# [countsonly [summary] [eventrowfilter]]
|
# [countsonly [bydate|summary] [eventrowfilter]]
|
||||||
# (addcsvdata <FieldName> <String>)* [shownoactivities]
|
# (addcsvdata <FieldName> <String>)* [shownoactivities]
|
||||||
# gam report users|user [todrive <ToDriveAttribute>*]
|
# gam report users|user [todrive <ToDriveAttribute>*]
|
||||||
# [(user all|<UserItem>)|(orgunit|org|ou <OrgUnitPath> [showorgunit])|(select <UserTypeEntity>)]
|
# [(user all|<UserItem>)|(orgunit|org|ou <OrgUnitPath> [showorgunit])|(select <UserTypeEntity>)]
|
||||||
@@ -13794,8 +13794,8 @@ def doReport():
|
|||||||
filterTimes = {}
|
filterTimes = {}
|
||||||
maxActivities = maxEvents = 0
|
maxActivities = maxEvents = 0
|
||||||
maxResults = 1000
|
maxResults = 1000
|
||||||
aggregateByDate = aggregateByUser = convertMbToGb = countsOnly = eventRowFilter = exitUserLoop = \
|
aggregateByDate = aggregateByUser = convertMbToGb = countsOnly = countsByDate = countsSummary = \
|
||||||
noAuthorizedApps = normalizeUsers = select = summary = userCustomerRange = False
|
eventRowFilter = exitUserLoop = noAuthorizedApps = normalizeUsers = select = userCustomerRange = False
|
||||||
limitDateChanges = -1
|
limitDateChanges = -1
|
||||||
allVerifyUser = userKey = 'all'
|
allVerifyUser = userKey = 'all'
|
||||||
cd = orgUnit = orgUnitId = None
|
cd = orgUnit = orgUnitId = None
|
||||||
@@ -13893,8 +13893,10 @@ def doReport():
|
|||||||
actorIpAddress = getString(Cmd.OB_STRING)
|
actorIpAddress = getString(Cmd.OB_STRING)
|
||||||
elif activityReports and myarg == 'countsonly':
|
elif activityReports and myarg == 'countsonly':
|
||||||
countsOnly = True
|
countsOnly = True
|
||||||
|
elif activityReports and myarg == 'bydate':
|
||||||
|
countsByDate = True
|
||||||
elif activityReports and myarg == 'summary':
|
elif activityReports and myarg == 'summary':
|
||||||
summary = True
|
countsSummary = True
|
||||||
elif activityReports and myarg == 'eventrowfilter':
|
elif activityReports and myarg == 'eventrowfilter':
|
||||||
eventRowFilter = True
|
eventRowFilter = True
|
||||||
elif activityReports and myarg == 'groupidfilter':
|
elif activityReports and myarg == 'groupidfilter':
|
||||||
@@ -13928,6 +13930,8 @@ def doReport():
|
|||||||
unknownArgumentExit()
|
unknownArgumentExit()
|
||||||
if aggregateByDate and aggregateByUser:
|
if aggregateByDate and aggregateByUser:
|
||||||
usageErrorExit(Msg.ARE_MUTUALLY_EXCLUSIVE.format('aggregateByDate', 'aggregateByUser'))
|
usageErrorExit(Msg.ARE_MUTUALLY_EXCLUSIVE.format('aggregateByDate', 'aggregateByUser'))
|
||||||
|
if countsOnly and countsByDate and countsSummary:
|
||||||
|
usageErrorExit(Msg.ARE_MUTUALLY_EXCLUSIVE.format('bydate', 'summary'))
|
||||||
parameters = ','.join(parameters) if parameters else None
|
parameters = ','.join(parameters) if parameters else None
|
||||||
if usageReports and not includeServices:
|
if usageReports and not includeServices:
|
||||||
includeServices = set(fullDataServices)
|
includeServices = set(fullDataServices)
|
||||||
@@ -14144,8 +14148,12 @@ def doReport():
|
|||||||
pageMessage = getPageMessage()
|
pageMessage = getPageMessage()
|
||||||
users = [normalizeEmailAddressOrUID(userKey)]
|
users = [normalizeEmailAddressOrUID(userKey)]
|
||||||
orgUnitId = None
|
orgUnitId = None
|
||||||
|
zeroEventCounts = {}
|
||||||
if not eventNames:
|
if not eventNames:
|
||||||
eventNames.append(None)
|
eventNames.append(None)
|
||||||
|
else:
|
||||||
|
for eventName in eventNames:
|
||||||
|
zeroEventCounts[eventName] = 0
|
||||||
i = 0
|
i = 0
|
||||||
count = len(users)
|
count = len(users)
|
||||||
for user in users:
|
for user in users:
|
||||||
@@ -14180,6 +14188,17 @@ def doReport():
|
|||||||
actor = activity['actor'].get('email', activity['actor'].get('key', UNKNOWN))
|
actor = activity['actor'].get('email', activity['actor'].get('key', UNKNOWN))
|
||||||
if showOrgUnit:
|
if showOrgUnit:
|
||||||
activity['actor']['orgUnitPath'] = userOrgUnits.get(actor, UNKNOWN)
|
activity['actor']['orgUnitPath'] = userOrgUnits.get(actor, UNKNOWN)
|
||||||
|
if countsOnly and countsByDate:
|
||||||
|
eventTime = activity.get('id', {}).get('time', UNKNOWN)
|
||||||
|
if eventTime != UNKNOWN:
|
||||||
|
try:
|
||||||
|
eventTime, _ = iso8601.parse_date(eventTime)
|
||||||
|
except (iso8601.ParseError, OverflowError):
|
||||||
|
eventTime = UNKNOWN
|
||||||
|
if eventTime != UNKNOWN:
|
||||||
|
eventDate = eventTime.strftime(YYYYMMDD_FORMAT)
|
||||||
|
else:
|
||||||
|
eventDate = UNKNOWN
|
||||||
if not countsOnly or eventRowFilter:
|
if not countsOnly or eventRowFilter:
|
||||||
activity_row = flattenJSON(activity, timeObjects=REPORT_ACTIVITIES_TIME_OBJECTS)
|
activity_row = flattenJSON(activity, timeObjects=REPORT_ACTIVITIES_TIME_OBJECTS)
|
||||||
purge_parameters = True
|
purge_parameters = True
|
||||||
@@ -14230,18 +14249,32 @@ def doReport():
|
|||||||
if numEvents >= maxEvents > 0:
|
if numEvents >= maxEvents > 0:
|
||||||
break
|
break
|
||||||
elif csvPF.CheckRowTitles(row):
|
elif csvPF.CheckRowTitles(row):
|
||||||
if not summary:
|
eventName = event['name']
|
||||||
|
if not countsSummary:
|
||||||
eventCounts.setdefault(actor, {})
|
eventCounts.setdefault(actor, {})
|
||||||
eventCounts[actor].setdefault(event['name'], 0)
|
if not countsByDate:
|
||||||
eventCounts[actor][event['name']] += 1
|
eventCounts[actor].setdefault(eventName, 0)
|
||||||
|
eventCounts[actor][eventName] += 1
|
||||||
|
else:
|
||||||
|
eventCounts[actor].setdefault(eventDate, {})
|
||||||
|
eventCounts[actor][eventDate].setdefault(eventName, 0)
|
||||||
|
eventCounts[actor][eventDate][eventName] += 1
|
||||||
else:
|
else:
|
||||||
eventCounts.setdefault(event['name'], 0)
|
eventCounts.setdefault(eventName, 0)
|
||||||
eventCounts[event['name']] += 1
|
eventCounts[eventName] += 1
|
||||||
elif not summary:
|
elif not countsSummary:
|
||||||
eventCounts.setdefault(actor, {})
|
eventCounts.setdefault(actor, {})
|
||||||
for event in events:
|
if not countsByDate:
|
||||||
eventCounts[actor].setdefault(event['name'], 0)
|
for event in events:
|
||||||
eventCounts[actor][event['name']] += 1
|
eventName = event['name']
|
||||||
|
eventCounts[actor].setdefault(eventName, 0)
|
||||||
|
eventCounts[actor][eventName] += 1
|
||||||
|
else:
|
||||||
|
for event in events:
|
||||||
|
eventName = event['name']
|
||||||
|
eventCounts[actor].setdefault(eventDate, {})
|
||||||
|
eventCounts[actor][eventDate].setdefault(eventName, 0)
|
||||||
|
eventCounts[actor][eventDate][eventName] += 1
|
||||||
else:
|
else:
|
||||||
for event in events:
|
for event in events:
|
||||||
eventCounts.setdefault(event['name'], 0)
|
eventCounts.setdefault(event['name'], 0)
|
||||||
@@ -14256,31 +14289,46 @@ def doReport():
|
|||||||
else:
|
else:
|
||||||
if eventRowFilter:
|
if eventRowFilter:
|
||||||
csvPF.SetRowFilter([], GC.Values[GC.CSV_OUTPUT_ROW_FILTER_MODE])
|
csvPF.SetRowFilter([], GC.Values[GC.CSV_OUTPUT_ROW_FILTER_MODE])
|
||||||
if not summary:
|
if not countsSummary:
|
||||||
csvPF.SetTitles('emailAddress')
|
titles = ['emailAddress']
|
||||||
|
if countsOnly and countsByDate:
|
||||||
|
titles.append('date')
|
||||||
|
csvPF.SetTitles(titles)
|
||||||
|
csvPF.SetSortTitles(titles)
|
||||||
if addCSVData:
|
if addCSVData:
|
||||||
csvPF.AddTitles(sorted(addCSVData.keys()))
|
csvPF.AddTitles(sorted(addCSVData.keys()))
|
||||||
if eventCounts:
|
if eventCounts:
|
||||||
for actor, events in iter(eventCounts.items()):
|
if not countsByDate:
|
||||||
row = {'emailAddress': actor}
|
for actor, events in iter(eventCounts.items()):
|
||||||
for event, count in iter(events.items()):
|
row = {'emailAddress': actor}
|
||||||
row[event] = count
|
row.update(zeroEventCounts)
|
||||||
if addCSVData:
|
for event, count in iter(events.items()):
|
||||||
row.update(addCSVData)
|
row[event] = count
|
||||||
csvPF.WriteRowTitles(row)
|
if addCSVData:
|
||||||
|
row.update(addCSVData)
|
||||||
|
csvPF.WriteRowTitles(row)
|
||||||
|
else:
|
||||||
|
for actor, eventDates in iter(eventCounts.items()):
|
||||||
|
for eventDate, events in iter(eventDates.items()):
|
||||||
|
row = {'emailAddress': actor, 'date': eventDate}
|
||||||
|
row.update(zeroEventCounts)
|
||||||
|
for event, count in iter(events.items()):
|
||||||
|
row[event] = count
|
||||||
|
if addCSVData:
|
||||||
|
row.update(addCSVData)
|
||||||
|
csvPF.WriteRowTitles(row)
|
||||||
elif showNoActivities:
|
elif showNoActivities:
|
||||||
row = {'emailAddress': 'NoActivities'}
|
row = {'emailAddress': 'NoActivities'}
|
||||||
if addCSVData:
|
if addCSVData:
|
||||||
row.update(addCSVData)
|
row.update(addCSVData)
|
||||||
csvPF.WriteRow(row)
|
csvPF.WriteRow(row)
|
||||||
csvPF.SetSortTitles(['emailAddress'])
|
|
||||||
else:
|
else:
|
||||||
csvPF.SetTitles(['event', 'count'])
|
csvPF.SetTitles(['event', 'count'])
|
||||||
if addCSVData:
|
if addCSVData:
|
||||||
csvPF.AddTitles(sorted(addCSVData.keys()))
|
csvPF.AddTitles(sorted(addCSVData.keys()))
|
||||||
if eventCounts:
|
if eventCounts:
|
||||||
for event in sorted(eventCounts):
|
for event, count in sorted(iter(eventCounts.items())):
|
||||||
row = {'event': event, 'count': eventCounts[event]}
|
row = {'event': event, 'count': count}
|
||||||
if addCSVData:
|
if addCSVData:
|
||||||
row.update(addCSVData)
|
row.update(addCSVData)
|
||||||
csvPF.WriteRow(row)
|
csvPF.WriteRow(row)
|
||||||
|
|||||||
Reference in New Issue
Block a user