How do I find the number of repositories in Bitbucket Server 6.7? Please help.
curl -u admin_user:admin_pw --request GET \ --url 'http://{baseurl}/rest/api/latest/repos' \ --header 'Accept: application/json'
Here is the REST API documentation https://developer.atlassian.com/server/bitbucket/rest/v811/api-group-repository/#api-api-latest-repos-get
Thank you @Ulrich Kuhnhardt _IzymesCo_
I got help from support and we can find it from the GUI.
Admin > Support > Troubleshooting and support tools > System Information > Repositories
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.