cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco Storage Size with respect to Alfresco Sites

ysumity
Champ on-the-rise
Champ on-the-rise

Is there any way to find out the total file count and files size with respect to sites in alfresco

4 REPLIES 4

angelborroy
Community Manager Community Manager
Community Manager

There is a basic REST API for that:

http://localhost:8080/alfresco/s/api/solrstats/site/swsdp

The sample above is for site "swsdp".

Hyland Developer Evangelist

lewis003
Champ in-the-making
Champ in-the-making

bonjour désolé du derangement mais jai vraiment besion d'aide pour l'installation d'alfresco 23.1 avec un fichier binaire ou avec docker

Thank you for the api url:

Can you help me understand the below data :

 "queryInfo": {
      "numberFound": "21XXX"
      ,"totalRows": "0"
         ,"sum": "322XXXXXXXX"
         ,"max": "233XXXXX"
         ,"mean": "147XXX"
    }

What does sum, max and mean stands for, are they poinitng towards file size and numberFound is file size ?

@angelborroy  Is there any document available for the api details