Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

bitbucket running status

Neeraj Singh November 20, 2019

Hi,

I am looking for rest API's which will tell me about the current status of the bitbucket server is running or not?

1 answer

1 accepted

0 votes
Answer accepted
Leo
Community Champion
November 20, 2019

Hi @Neeraj Singh,

you can use below API call for getting server status

curl -D- https://<Server-Base-URL>/ status
e.g. curl -D- https://localhost:8080/status

result would be something like below

{"state":"RUNNING"} 

 

BR,

Leo

Neeraj Singh November 20, 2019

Its works thanks :)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events