coco_apm_reporting_accmgmt/README.md

834 B

Dynatrace Account Managment Reporting

This repository holds the code for creating the following reporting data from the Dynatrace Account Management API

  • configured User Groups without any users
  • local User groups including it's users
  • User groups with identical permissions
  • Users which have not logged in to Dynatrace since 60 days
  • Users who never logged in to Dynatrace

The report is sent monthly via mail to coco-apm@bmw.de and bmw.dynatrace@nttdata.com


Jenkins environments

EMEA & NA: https://jaws.bmwgroup.net/opapm/

Run the script / parameters

The script takes 2 parameters

  • -mU --> Maximum amount of users within a group to consider this group as empty(default is "2" to catch groups with only one user)
  • -ll --> Days since the last login to consider an user as inactive

createReport.py -mU 2 -ll 60