microsoft / microsoft/AzureTRE
API to access TRE Workspace usage statistics
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 235
- Forks
- 192
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 13
Description
As a TRE Administrator I want to know which users have logged into a TRE workspace, and how many times, between two specific dates
so that I can monitor usage of the TRE
- API takes workspace ID and from to to dates, returns number of users, and number of times each user has logged in.
This data should be retrieved from the ID provider - e.g. Azure AD sign in logs
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the API entry point for TRE workspace administration and the integration with the ID provider. Review how Azure AD sign-in logs can be queried for a workspace and date range, then define the response containing the user count and per-user login counts. Done means the API accepts a workspace ID and two dates and returns the requested usage statistics.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, python
- Domain
- analytics, api, authentication, cloud
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100