Skip to content

Instantly share code, notes, and snippets.

@mauriziocarioli
Created January 31, 2020 13:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mauriziocarioli/2bc9eec14bda0fd2c9bcc7f91d14481c to your computer and use it in GitHub Desktop.
Save mauriziocarioli/2bc9eec14bda0fd2c9bcc7f91d14481c to your computer and use it in GitHub Desktop.
{
"type": "SUCCESS",
"msg": "Kie Server info",
"result": {
"kie-server-info": {
"id": "sample-server",
"version": "7.32.0.Final",
"name": "sample-server",
"location": "http://localhost:8080/kie-server/services/rest/server",
"capabilities": [
"KieServer",
"BRM",
"BPM",
"CaseMgmt",
"BPM-UI",
"BRP",
"DMN",
"Swagger",
"Prometheus"
],
"messages": [
{
"severity": "INFO",
"timestamp": {
"java.util.Date": 1580476689750
},
"content": [
"Server KieServerInfo{serverId='sample-server', version='7.32.0.Final', name='sample-server', location='http://localhost:8080/kie-server/services/rest/server', capabilities=[KieServer, BRM, BPM, CaseMgmt, BPM-UI, BRP, DMN, Swagger, Prometheus]', messages=null', mode=DEVELOPMENT}started successfully at Fri Jan 31 08:18:09 EST 2020"
]
}
],
"mode": "DEVELOPMENT"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment