Hi experts,
I am migrating from WildFly 26 to WildFly 35 and use the HTTP Management API to read the Batch (batch-jberet) Jobs.
The request is the following:
For WildFly 26 the result is:
{"job" : {"subunternehmerStatusUpdate" : null, "deleteOrphanedAdressen" : null, "importBenutzer" : null, "importKoreFibu" : null, "angeboteNachfassen" : null}}
For WildFly 35 the result is:
{"job" : null}
So the question is, how do I get the jobs in WildFly 35 using the HTTP Management API?
Thanks and regards,
Rainer