Hi,
We have a big ArcGIS Enterprise portal. I wanted to create an analysis from which I can get the list of the top 5 or 10 users based on the total no. of contents and size of items in GB on the ArcGIS portal.
Any response will be appreciated.
Thanks
Ayush
You can use the ArcGIS Python api to get a list of all users. Then loop over each one and get a list of content. Then for each item calculate the size of it and write out all the data or process it in memory to aggregate the total size used by user.
You can use the ArcGIS Python api to get a list of all users. Then loop over each one and get a list of content. Then for each item calculate the size of it and write out all the data or process it in memory to aggregate the total size used by user.
if you’re an admin I think you can run a report from Organization -> Usage
@AYUSHYADAV You can use the dashboard of ArcGIS Portal to get the most contributor users in your ArcGIS Portal. Sign in to portal with admin user or adequate privileges if you are using custom role. Go to Status tab on the blue bar and then, go to dashboard under the blue bar, then contents tab. I hope this help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.