Hello all -
i am trying to monitor the JIRA platform and want to make REST calls to get information - my jira version is 7.12 -
Question - where can i get a list of calls that i can mage to get system information
e.g -- http://<server-ip>:<port>/resr/------------
Thanks
You can use serverinfo rest API but it returns very limited information about JIRA server. At the moment, for detailed system info one ticket is already been tracked here.
Unfortunately, you can not get very much detailed result from any REST end point.
Hope this helps.
Thanks.
Thanks for the response - the data that i want is system status - so one check is
curl -iv http://192.168.XXX.XX:8080/rest/troubleshooting/1.0/check/
are there similar checks that i can make to get JVM memory from system info
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you can use this one: https://marketplace.atlassian.com/apps/20909/javamelody-monitoring-plugin?hosting=server&tab=overview
it allows you to request info about it JVM via <jira baseurl>/monitoring?format=json&part=jvm
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
You can find the list of available Rest Api calls here:
If it is not available there, what you are looking for, then there is no public API to get his info.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the response - the data that i want is system status - so one check is
curl -iv http://192.168.XXX.XX:8080/rest/troubleshooting/1.0/check/
are there similar checks that i can make to get JVM memory from system info
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to great meetings, with less work. Automatically record, summarize, and share instant recaps of your meetings with Loom AI.
Learn moreOnline 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.