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.
Validate your expertise in managing Jira Service Projects for Cloud. Master configuration, optimize workflows, and manage users seamlessly. Earn global 🗺️ recognition and advance your career as a trusted Jira Service management expert.
Get Certified! ✍️Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.