sampleData.SampleConfigFile.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ta-sdk-sample Show documentation
Show all versions of ta-sdk-sample Show documentation
a tool to help a developer to create and build a middleware data collection plug-in, \
which can be used to gather the information of an application deployed on a middleware server,\
and provide modernization help and recommendations
The newest version!
{
"services": [
{
"name": "MQ.SERVICE",
"description": "Test Service"
}
],
"jvm": {
"properties": [
{"key": "com.ibm.example.system.property","value":"ExampleValue" },
{"key": "user.language","value":"en" },
{"key": "user.country","value":"CA" }
]
}
}