Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

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 Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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