Get Version
Returns the Crafter Social JVM version details.
Resource Information
This service uses the tomcat application on port 8080 by default.
The context for this API is /crafter-social
, please prefix the API URLs with this context.
HTTP Verb
|
GET
|
URL
|
/api/3/monitoring/version |
Response Formats
|
JSON |
Parameters
Name
|
Type
|
Required
|
Description
|
---|---|---|---|
token
|
String
|
✓
|
The authorization token
|
Example
Request
GET .../api/3/monitoring/version.json?token=defaultManagementToken
Response
Status 200 OK
1{
2 "packageName": "Crafter Social",
3 "packageVersion": "3.2.0-SNAPSHOT",
4 "packageBuild": "a68f1ff7ad84d5ecbeaa008f392e4cef0ca02f41",
5 "packageBuildDate": "2020-03-07T21:03:05.422Z",
6 "osName": "Mac OS X",
7 "osVersion": "10.15.6",
8 "osArch": "x86_64",
9 "javaVersion": "11",
10 "javaVendor": "Oracle Corporation",
11 "javaVm": "OpenJDK 64-Bit Server VM",
12}
Responses
Status
|
Location
|
Response Body
|
---|---|---|
200
|
See example above.
|
|
400
|
{“error”:”Required String parameter ‘token’ is not present”,
“message”:”Required String parameter ‘token’ is not present”}
|
|
401
|
{“error”:”Management authorization failed, invalid token.”,
“message”:”Management authorization failed, invalid token.”}
|
|
500
|
{ "message" : "Internal server error" } |