middleware.complexities.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!
{
"complexities": [
{
"id": "dns",
"name": "DNS Reconfiguration",
"description": "Issues that require DNS reconfiguration",
"complexityContribution": "simple",
"issues": [
"MQCL01"
]
},
{
"id": "cluster",
"name": "Cluster Reconfiguration",
"description": "Issues that require cluster reconfiguration",
"complexityContribution": "moderate",
"issuesCategory": [
"cluster"
]
},
{
"id": "exits",
"name": "Changing Custom Logic",
"description": "Issues that require changing custom logic",
"complexityContribution": "moderate",
"issuesCategory": [
"exits"
]
},
{
"id": "security",
"name": "Client authentication reconfiguration",
"description": "Issues that require client authentication reconfiguration",
"complexityContribution": "complex",
"issues": [
"MQSEC01"
],
"issuesCategory": [
"security"
]
}
]
}