user count in stash

Tony Hall July 6, 2015

Is there a way to use the rest api to get some simple data counts for a stash instance - e.g: #users, #projects, #repositories?

2 answers

2 votes
JamieA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 7, 2015

You should be able to call eg https://developer.atlassian.com/static/rest/stash/3.10.2/stash-rest.html#idp1759552

They are paged APIs, so you can use a small page size, eg 1, and it will give you the total number of projects found in the "size" key in the response. Same for the others.

EDIT: Actually I just tried that, and it gave me the size of the page I requested, which is a bit pony. I guess you need to page through the entire lot to get the total.

0 votes
Tony Hall July 7, 2015

It would be good if this kind of basic MI was available in a more accessible way - perhaps as part of a richer help about dialog...

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events