When starting the JCLCheck REST server, the following messages are issued:
BRSA205W JCLCheck? Workload Automation is not registered to Zowe API Mediation Layer. A check will be retried
BRSA202E Unable to connect to Zowe API Mediation Layer ...
I'm not using the Zowe API Mediation Layer. How to eliminate these messages?
JCLCheck REST API
Disable apiml in the jclcheck.yml file.
Example:
jclcheck:
maxPoolSize: n
queueCapacity: nnn
apiml:
enabled: false