Last active
February 24, 2020 16:10
-
-
Save mauriziocarioli/d1dcb0a0be8275c1007170510c21c909 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "SUCCESS", | |
"msg": "List of created containers", | |
"result": { | |
"kie-containers": { | |
"kie-container": [ | |
{ | |
"container-id": "PHM-Processes_1.0.0-SNAPSHOT", | |
"release-id": { | |
"group-id": "com.health-insurance", | |
"artifact-id": "PHM-Processes", | |
"version": "1.0.0-SNAPSHOT" | |
}, | |
"resolved-release-id": { | |
"group-id": "com.health-insurance", | |
"artifact-id": "PHM-Processes", | |
"version": "1.0.0-SNAPSHOT" | |
}, | |
"status": "STARTED", | |
"scanner": { | |
"status": "DISPOSED", | |
"poll-interval": null | |
}, | |
"config-items": [ | |
{ | |
"itemName": "KBase", | |
"itemValue": "", | |
"itemType": "BPM" | |
}, | |
{ | |
"itemName": "KSession", | |
"itemValue": "", | |
"itemType": "BPM" | |
}, | |
{ | |
"itemName": "MergeMode", | |
"itemValue": "MERGE_COLLECTIONS", | |
"itemType": "BPM" | |
}, | |
{ | |
"itemName": "RuntimeStrategy", | |
"itemValue": "PER_PROCESS_INSTANCE", | |
"itemType": "BPM" | |
} | |
], | |
"messages": [ | |
{ | |
"severity": "INFO", | |
"timestamp": { | |
"java.util.Date": 1580477082631 | |
}, | |
"content": [ | |
"Container PHM-Processes_1.0.0-SNAPSHOT successfully created with module com.health-insurance:PHM-Processes:1.0.0-SNAPSHOT." | |
] | |
} | |
], | |
"container-alias": "PHM-Processes" | |
}, | |
{ | |
"container-id": "PHM-Model_1.0.0-SNAPSHOT", | |
"release-id": { | |
"group-id": "com.health-insurance", | |
"artifact-id": "PHM-Model", | |
"version": "1.0.0-SNAPSHOT" | |
}, | |
"resolved-release-id": { | |
"group-id": "com.health-insurance", | |
"artifact-id": "PHM-Model", | |
"version": "1.0.0-SNAPSHOT" | |
}, | |
"status": "STARTED", | |
"scanner": { | |
"status": "DISPOSED", | |
"poll-interval": null | |
}, | |
"config-items": [ | |
{ | |
"itemName": "KBase", | |
"itemValue": "", | |
"itemType": "BPM" | |
}, | |
{ | |
"itemName": "KSession", | |
"itemValue": "", | |
"itemType": "BPM" | |
}, | |
{ | |
"itemName": "MergeMode", | |
"itemValue": "MERGE_COLLECTIONS", | |
"itemType": "BPM" | |
}, | |
{ | |
"itemName": "RuntimeStrategy", | |
"itemValue": "SINGLETON", | |
"itemType": "BPM" | |
} | |
], | |
"messages": [ | |
{ | |
"severity": "INFO", | |
"timestamp": { | |
"java.util.Date": 1580476858851 | |
}, | |
"content": [ | |
"Container PHM-Model_1.0.0-SNAPSHOT successfully created with module com.health-insurance:PHM-Model:1.0.0-SNAPSHOT." | |
] | |
} | |
], | |
"container-alias": "PHM-Model" | |
} | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment