Session Monitor API
Get Player’s version
It returns the version informations of the application
GET/sessionmonitor/version
| Query parameters | None |
| Header | auth-token: token from authentication |
| Header/Parameter | tenant |
| Body | None |
| Returns | Version Description |
| Required role | MWP_ADMIN |
| Managed errors | 401: insufficient privileges |
Example request
curl 'http://localhost:8080/mwp/rest/sessionmonitor/version' -H 'auth-token: 22280a4f-4924-4b8a-b79b-568ddbc41349.local'
Example response
{
"git.commit.id": "02b0692da8fccbebe5abaef825bb7cda1a1393bc",
"git.build.time": "14.10.2016 @ 17:24:02 CEST",
"git.dirty": "true",
"git.branch": "test",
"git.build.version": "2.0",
"git.closest.tag.name": "r.20160930-2.2.2",
"git.tags": ""
}