Returns information about the current application build running on this instance.
This request has no parameters.
The server build information.
1
2
3
curl --request GET \
--url 'http://{baseurl}/confluence/rest/api/server-information' \
--header 'Accept: application/json'
1
2
3
4
5
6
7
{
"baseUrl": "<string>",
"version": "<string>",
"buildNumber": 2154,
"marketplaceBuildNumber": 2154,
"buildDate": "<string>"
}
Rate this page: