IBM / zopeneditor-about

IBM Z Open Editor: File issues here!
https://ibm.github.io/zopeneditor-about
Apache License 2.0
50 stars 20 forks source link

Unable to retreive JOB by jobname using RSE profile #452

Closed aymeric56 closed 3 weeks ago

aymeric56 commented 1 month ago

Development environment used

Error message: Retrieving response from zowe.GetJobs Error: Rest API failure with HTTP(S) status 500

Detailed steps for reproducing the problem:

  1. Submit a job
  2. Click on the popup at the bottom right corner specifying the jobname
  3. get the error saying it can't retreive the job

Observed behavior

Expected behavior

aymeric56 commented 1 month 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

aymeric56 commented 1 month ago

Here is the RSEAPI server I'm using: it seems to be in version 1.1.5 - OpenAPI 3

RSEAPI Server v1 1 5 OpenAPI 3
phaumer commented 3 weeks ago

Fixed in 5.0.0