Returns server information
This request has no parameters.
should always return server information
any
1
2
3
curl --request GET \
--url 'http://{baseurl}/rest/rest/admin/1.0/server-info' \
--header 'Accept: application/json'
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"version": "3.3.0",
"deploymentTitle": "Crowd: Commercial",
"buildNumber": 1234,
"buildDate": "2018-10-01",
"baseUrl": "http://localhost:8095/crowd",
"versions": [
"3",
"3",
"0"
],
"deploymentType": "Server",
"serverTime": "2020-04-29T11:58:07.249+0200"
}
Rate this page: