Closed aymeric56 closed 3 weeks ago
I did have a look to the swagger documentation of the RSEAPI server: the request in error made by the RSE plugin is this one: /api/v1/jobs?owner=*&jobid=JOB06683 but I can't see in the swagger document it's possible to do it. There is no optoin to specify the jobid. I've tried this path, which is working: /api/v1/jobs/%2A/JOB06683
Here is the RSEAPI server I'm using: it seems to be in version 1.1.5 - OpenAPI 3
Fixed in 5.0.0
Development environment used
Problem Description
Error message: Retrieving response from zowe.GetJobs Error: Rest API failure with HTTP(S) status 500
Detailed steps for reproducing the problem:
Observed behavior
Expected behavior